HomeSort by relevance Sort by last modified time
    Searched refs:arith_dc_L (Results 1 - 25 of 28) sorted by null

1 2

  /external/chromium_org/third_party/libjpeg_turbo/
jdarith.c 291 if (m < (int) ((1L << cinfo->arith_dc_L[tbl]) >> 1))
549 if (m < (int) ((1L << cinfo->arith_dc_L[tbl]) >> 1))
jpeglib.h 360 UINT8 arith_dc_L[NUM_ARITH_TBLS]; /* L values for DC arith-coding tables */
609 UINT8 arith_dc_L[NUM_ARITH_TBLS]; /* L values for DC arith-coding tables */
    [all...]
jdmarker.c 212 cinfo->arith_dc_L[i] = 0;
410 cinfo->arith_dc_L[index] = (UINT8) (val & 0x0F);
412 if (cinfo->arith_dc_L[index] > cinfo->arith_dc_U[index])
    [all...]
jcmarker.c 262 emit_byte(cinfo, cinfo->arith_dc_L[i] + (cinfo->arith_dc_U[i]<<4));
jcarith.c 432 if (m < (int) ((1L << cinfo->arith_dc_L[tbl]) >> 1))
747 if (m < (int) ((1L << cinfo->arith_dc_L[tbl]) >> 1))
jcparam.c 320 cinfo->arith_dc_L[i] = 0;
  /external/jpeg/
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...]
jdmarker.c 210 cinfo->arith_dc_L[i] = 0;
403 cinfo->arith_dc_L[index] = (UINT8) (val & 0x0F);
405 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));
jcparam.c 295 cinfo->arith_dc_L[i] = 0;
  /external/pdfium/core/include/thirdparties/libjpeg/
jpeglib.h 376 UINT8 arith_dc_L[NUM_ARITH_TBLS]; /* L values for DC arith-coding tables */
608 UINT8 arith_dc_L[NUM_ARITH_TBLS]; /* L values for DC arith-coding tables */
    [all...]
  /external/pdfium/core/src/fxcodec/libjpeg/
jpeglib.h 376 UINT8 arith_dc_L[NUM_ARITH_TBLS]; /* L values for DC arith-coding tables */
608 UINT8 arith_dc_L[NUM_ARITH_TBLS]; /* L values for DC arith-coding tables */
    [all...]
fpdfapi_jdmarker.c 211 cinfo->arith_dc_L[i] = 0;
431 cinfo->arith_dc_L[index] = (UINT8) (val & 0x0F);
433 if (cinfo->arith_dc_L[index] > cinfo->arith_dc_U[index])
    [all...]
fpdfapi_jcmarker.c 254 emit_byte(cinfo, cinfo->arith_dc_L[i] + (cinfo->arith_dc_U[i]<<4));
fpdfapi_jcparam.c 296 cinfo->arith_dc_L[i] = 0;
  /external/qemu/distrib/jpeg-6b/
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...]
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));
jcparam.c 295 cinfo->arith_dc_L[i] = 0;
  /prebuilts/tools/common/m2/repository/com/android/external/eclipse/swt/3.5.0/
swt-3.5.0.jar 
  /prebuilts/tools/darwin-x86/swt/
swt.jar 
  /prebuilts/tools/darwin-x86_64/swt/
swt.jar 
  /prebuilts/tools/linux-x86/swt/
swt.jar 
  /prebuilts/tools/linux-x86_64/swt/
swt.jar 
  /prebuilts/tools/windows/swt/
swt.jar 

Completed in 70 milliseconds

1 2