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

1 2

  /external/chromium_org/third_party/libjpeg_turbo/
jdarith.c 293 else if (m > (int) ((1L << cinfo->arith_dc_U[tbl]) >> 1))
551 else if (m > (int) ((1L << cinfo->arith_dc_U[tbl]) >> 1))
jpeglib.h 361 UINT8 arith_dc_U[NUM_ARITH_TBLS]; /* U values for DC arith-coding tables */
610 UINT8 arith_dc_U[NUM_ARITH_TBLS]; /* U values for DC arith-coding tables */
    [all...]
jdmarker.c 213 cinfo->arith_dc_U[i] = 1;
411 cinfo->arith_dc_U[index] = (UINT8) (val >> 4);
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 434 else if (m > (int) ((1L << cinfo->arith_dc_U[tbl]) >> 1))
749 else if (m > (int) ((1L << cinfo->arith_dc_U[tbl]) >> 1))
jcparam.c 321 cinfo->arith_dc_U[i] = 1;
  /external/jpeg/
jpeglib.h 314 UINT8 arith_dc_U[NUM_ARITH_TBLS]; /* U values for DC arith-coding tables */
550 UINT8 arith_dc_U[NUM_ARITH_TBLS]; /* U values for DC arith-coding tables */
    [all...]
jdmarker.c 211 cinfo->arith_dc_U[i] = 1;
404 cinfo->arith_dc_U[index] = (UINT8) (val >> 4);
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 296 cinfo->arith_dc_U[i] = 1;
  /external/pdfium/core/include/thirdparties/libjpeg/
jpeglib.h 377 UINT8 arith_dc_U[NUM_ARITH_TBLS]; /* U values for DC arith-coding tables */
609 UINT8 arith_dc_U[NUM_ARITH_TBLS]; /* U values for DC arith-coding tables */
    [all...]
  /external/pdfium/core/src/fxcodec/libjpeg/
jpeglib.h 377 UINT8 arith_dc_U[NUM_ARITH_TBLS]; /* U values for DC arith-coding tables */
609 UINT8 arith_dc_U[NUM_ARITH_TBLS]; /* U values for DC arith-coding tables */
    [all...]
fpdfapi_jdmarker.c 212 cinfo->arith_dc_U[i] = 1;
432 cinfo->arith_dc_U[index] = (UINT8) (val >> 4);
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 297 cinfo->arith_dc_U[i] = 1;
  /external/qemu/distrib/jpeg-6b/
jpeglib.h 314 UINT8 arith_dc_U[NUM_ARITH_TBLS]; /* U values for DC arith-coding tables */
550 UINT8 arith_dc_U[NUM_ARITH_TBLS]; /* U values for DC arith-coding tables */
    [all...]
jdmarker.c 211 cinfo->arith_dc_U[i] = 1;
398 cinfo->arith_dc_U[index] = (UINT8) (val >> 4);
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 296 cinfo->arith_dc_U[i] = 1;
  /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 96 milliseconds

1 2