Searched refs:JPEG2000_MAX_PASSES (Results 1 – 3 of 3) sorted by relevance
73 #define JPEG2000_MAX_PASSES 100 macro
1465 …prec->cblk[cblkno].passes = av_malloc_array(JPEG2000_MAX_PASSES, sizeof (*prec->cblk[cblkno].passe… in encode_tile()
1163 if (cblk->npasses + newpasses >= JPEG2000_MAX_PASSES) { in jpeg2000_decode_packet()