HomeSort by relevance Sort by last modified time
    Searched full:arith_dc_l (Results 1 - 8 of 8) sorted by null

  /external/jpeg/
jdmarker.c 210 cinfo->arith_dc_L[i] = 0;
397 cinfo->arith_dc_L[index] = (UINT8) (val & 0x0F);
399 if (cinfo->arith_dc_L[index] > cinfo->arith_dc_U[index])
    [all...]
jcmarker.c 253 emit_byte(cinfo, cinfo->arith_dc_L[i] + (cinfo->arith_dc_U[i]<<4));
jpeglib.h 313 UINT8 arith_dc_L[NUM_ARITH_TBLS]; /* L values for DC arith-coding tables */
549 UINT8 arith_dc_L[NUM_ARITH_TBLS]; /* L values for DC arith-coding tables */
    [all...]
jcparam.c 295 cinfo->arith_dc_L[i] = 0;
  /external/qemu/distrib/jpeg-6b/
jdmarker.c 210 cinfo->arith_dc_L[i] = 0;
397 cinfo->arith_dc_L[index] = (UINT8) (val & 0x0F);
399 if (cinfo->arith_dc_L[index] > cinfo->arith_dc_U[index])
    [all...]
jcmarker.c 253 emit_byte(cinfo, cinfo->arith_dc_L[i] + (cinfo->arith_dc_U[i]<<4));
jpeglib.h 313 UINT8 arith_dc_L[NUM_ARITH_TBLS]; /* L values for DC arith-coding tables */
549 UINT8 arith_dc_L[NUM_ARITH_TBLS]; /* L values for DC arith-coding tables */
    [all...]
jcparam.c 295 cinfo->arith_dc_L[i] = 0;

Completed in 261 milliseconds