Home | History | Annotate | Download | only in libjpeg

Lines Matching refs:NUM_ARITH_TBLS

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