Home | History | Annotate | Download | only in libjpeg

Lines Matching refs:NUM_ARITH_TBLS

210   for (i = 0; i < NUM_ARITH_TBLS; i++) {

425 if (index < 0 || index >= (2*NUM_ARITH_TBLS))
428 if (index >= NUM_ARITH_TBLS) { /* define AC table */
429 cinfo->arith_ac_K[index-NUM_ARITH_TBLS] = (UINT8) val;