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

  /external/libjpeg-turbo/
jcmarker.c 233 char dc_in_use[NUM_ARITH_TBLS];
234 char ac_in_use[NUM_ARITH_TBLS];
238 for (i = 0; i < NUM_ARITH_TBLS; i++)
252 for (i = 0; i < NUM_ARITH_TBLS; i++)
260 for (i = 0; i < NUM_ARITH_TBLS; i++) {
jpeglib.h 50 #define NUM_ARITH_TBLS 16 /* Arith-coding tables are numbered 0..15 */
356 UINT8 arith_dc_L[NUM_ARITH_TBLS]; /* L values for DC arith-coding tables */
357 UINT8 arith_dc_U[NUM_ARITH_TBLS]; /* U values for DC arith-coding tables */
358 UINT8 arith_ac_K[NUM_ARITH_TBLS]; /* Kx values for AC arith-coding tables */
605 UINT8 arith_dc_L[NUM_ARITH_TBLS]; /* L values for DC arith-coding tables */
606 UINT8 arith_dc_U[NUM_ARITH_TBLS]; /* U values for DC arith-coding tables */
607 UINT8 arith_ac_K[NUM_ARITH_TBLS]; /* Kx values for AC arith-coding tables */
    [all...]
jdarith.c 41 unsigned char *dc_stats[NUM_ARITH_TBLS];
42 unsigned char *ac_stats[NUM_ARITH_TBLS];
699 if (tbl < 0 || tbl >= NUM_ARITH_TBLS)
711 if (tbl < 0 || tbl >= NUM_ARITH_TBLS)
747 for (i = 0; i < NUM_ARITH_TBLS; i++) {
jcarith.c 44 unsigned char *dc_stats[NUM_ARITH_TBLS];
45 unsigned char *ac_stats[NUM_ARITH_TBLS];
862 if (tbl < 0 || tbl >= NUM_ARITH_TBLS)
875 if (tbl < 0 || tbl >= NUM_ARITH_TBLS)
921 for (i = 0; i < NUM_ARITH_TBLS; i++) {
jdmarker.c 212 for (i = 0; i < NUM_ARITH_TBLS; i++) {
405 if (index < 0 || index >= (2*NUM_ARITH_TBLS))
408 if (index >= NUM_ARITH_TBLS) { /* define AC table */
409 cinfo->arith_ac_K[index-NUM_ARITH_TBLS] = (UINT8) val;
    [all...]
jcparam.c 211 for (i = 0; i < NUM_ARITH_TBLS; i++) {
  /external/pdfium/third_party/libjpeg/
fpdfapi_jcmarker.c 228 char dc_in_use[NUM_ARITH_TBLS];
229 char ac_in_use[NUM_ARITH_TBLS];
233 for (i = 0; i < NUM_ARITH_TBLS; i++)
243 for (i = 0; i < NUM_ARITH_TBLS; i++)
250 for (i = 0; i < NUM_ARITH_TBLS; i++) {
jpeglib.h 147 #define NUM_ARITH_TBLS 16 /* Arith-coding tables are numbered 0..15 */
411 UINT8 arith_dc_L[NUM_ARITH_TBLS]; /* L values for DC arith-coding tables */
412 UINT8 arith_dc_U[NUM_ARITH_TBLS]; /* U values for DC arith-coding tables */
413 UINT8 arith_ac_K[NUM_ARITH_TBLS]; /* Kx values for AC arith-coding tables */
643 UINT8 arith_dc_L[NUM_ARITH_TBLS]; /* L values for DC arith-coding tables */
644 UINT8 arith_dc_U[NUM_ARITH_TBLS]; /* U values for DC arith-coding tables */
645 UINT8 arith_ac_K[NUM_ARITH_TBLS]; /* Kx values for AC arith-coding tables */
    [all...]
fpdfapi_jdmarker.c 209 for (i = 0; i < NUM_ARITH_TBLS; i++) {
424 if (index < 0 || index >= (2*NUM_ARITH_TBLS))
427 if (index >= NUM_ARITH_TBLS) { /* define AC table */
428 cinfo->arith_ac_K[index-NUM_ARITH_TBLS] = (UINT8) val;
    [all...]
fpdfapi_jcparam.c 294 for (i = 0; i < NUM_ARITH_TBLS; i++) {
  /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 
  /prebuilts/tools/windows-x86_64/swt/
swt.jar 
  /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 504 milliseconds