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

  /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/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.swt.gtk.linux.x86_3.6.1.v3657a.jar 
org.eclipse.swt.win32.win32.x86_3.6.1.v3657a.jar 

Completed in 94 milliseconds