Home | History | Annotate | Download | only in jpeg

Lines Matching refs:NUM_ARITH_TBLS

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