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

  /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/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 162 milliseconds