Comment fix
This commit is contained in:
parent
a38c4496b6
commit
60f8ddf577
|
@ -398,7 +398,7 @@ static void opj_idwt53_h_cas0(OPJ_INT32* tmp,
|
||||||
|
|
||||||
#ifdef TWO_PASS_VERSION
|
#ifdef TWO_PASS_VERSION
|
||||||
/* For documentation purpose: performs lifting in two iterations, */
|
/* For documentation purpose: performs lifting in two iterations, */
|
||||||
/* but withtmp explicit interleaving */
|
/* but without explicit interleaving */
|
||||||
|
|
||||||
assert(len > 1);
|
assert(len > 1);
|
||||||
|
|
||||||
|
@ -466,7 +466,7 @@ static void opj_idwt53_h_cas1(OPJ_INT32* tmp,
|
||||||
|
|
||||||
#ifdef TWO_PASS_VERSION
|
#ifdef TWO_PASS_VERSION
|
||||||
/* For documentation purpose: performs lifting in two iterations, */
|
/* For documentation purpose: performs lifting in two iterations, */
|
||||||
/* but withtmp explicit interleaving */
|
/* but without explicit interleaving */
|
||||||
|
|
||||||
assert(len > 2);
|
assert(len > 2);
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue