[trunk] JP3D: remove old debug
This commit is contained in:
parent
caaec3bb05
commit
ad1532ed57
|
@ -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;
|
||||||
|
|
Loading…
Reference in New Issue