[trunk] JP3D: remove old debug

This commit is contained in:
Mathieu Malaterre 2013-01-03 14:22:34 +00:00
parent caaec3bb05
commit ad1532ed57
1 changed files with 2 additions and 2 deletions

View File

@ -58,7 +58,7 @@
/** @name Local static functions */ /** @name Local static functions */
/*@{*/ /*@{*/
unsigned int ops; /*unsigned int ops;*/
/** /**
Forward lazy transform (horizontal) Forward lazy transform (horizontal)
*/ */
@ -668,7 +668,7 @@ void dwt_encode(opj_tcd_tilecomp_t * tilec, int dwtid[3]) {
int *bj = NULL; int *bj = NULL;
int *cj = NULL; int *cj = NULL;
ops = 0; /*ops = 0;*/
memset(flagnorm,0,8000*sizeof(int)); memset(flagnorm,0,8000*sizeof(int));
w = tilec->x1-tilec->x0; w = tilec->x1-tilec->x0;