Home | History | Annotate | Download | only in jpeg-6b

Lines Matching refs:NUM_ARITH_TBLS

209   for (i = 0; i < NUM_ARITH_TBLS; i++) {
391 if (index < 0 || index >= (2*NUM_ARITH_TBLS))
394 if (index >= NUM_ARITH_TBLS) { /* define AC table */
395 cinfo->arith_ac_K[index-NUM_ARITH_TBLS] = (UINT8) val;