Home | History | Annotate | Download | only in libjpeg_turbo

Lines Matching refs:NUM_ARITH_TBLS

211   for (i = 0; i < NUM_ARITH_TBLS; i++) {
404 if (index < 0 || index >= (2*NUM_ARITH_TBLS))
407 if (index >= NUM_ARITH_TBLS) { /* define AC table */
408 cinfo->arith_ac_K[index-NUM_ARITH_TBLS] = (UINT8) val;