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

1 2

  /external/chromium_org/third_party/libjpeg_turbo/
jcmarker.c 232 char dc_in_use[NUM_ARITH_TBLS];
233 char ac_in_use[NUM_ARITH_TBLS];
237 for (i = 0; i < NUM_ARITH_TBLS; i++)
251 for (i = 0; i < NUM_ARITH_TBLS; i++)
259 for (i = 0; i < NUM_ARITH_TBLS; i++) {
jpeglib.h 52 #define NUM_ARITH_TBLS 16 /* Arith-coding tables are numbered 0..15 */
360 UINT8 arith_dc_L[NUM_ARITH_TBLS]; /* L values for DC arith-coding tables */
361 UINT8 arith_dc_U[NUM_ARITH_TBLS]; /* U values for DC arith-coding tables */
362 UINT8 arith_ac_K[NUM_ARITH_TBLS]; /* Kx values for AC arith-coding tables */
609 UINT8 arith_dc_L[NUM_ARITH_TBLS]; /* L values for DC arith-coding tables */
610 UINT8 arith_dc_U[NUM_ARITH_TBLS]; /* U values for DC arith-coding tables */
611 UINT8 arith_ac_K[NUM_ARITH_TBLS]; /* Kx values for AC arith-coding tables */
    [all...]
jdarith.c 38 unsigned char * dc_stats[NUM_ARITH_TBLS];
39 unsigned char * ac_stats[NUM_ARITH_TBLS];
694 if (tbl < 0 || tbl >= NUM_ARITH_TBLS)
706 if (tbl < 0 || tbl >= NUM_ARITH_TBLS)
742 for (i = 0; i < NUM_ARITH_TBLS; i++) {
jcarith.c 41 unsigned char * dc_stats[NUM_ARITH_TBLS];
42 unsigned char * ac_stats[NUM_ARITH_TBLS];
859 if (tbl < 0 || tbl >= NUM_ARITH_TBLS)
872 if (tbl < 0 || tbl >= NUM_ARITH_TBLS)
918 for (i = 0; i < NUM_ARITH_TBLS; i++) {
jdmarker.c 211 for (i = 0; i < NUM_ARITH_TBLS; i++) {
404 if (index < 0 || index >= (2*NUM_ARITH_TBLS))
407 if (index >= NUM_ARITH_TBLS) { /* define AC table */
408 cinfo->arith_ac_K[index-NUM_ARITH_TBLS] = (UINT8) val;
    [all...]
jcparam.c 319 for (i = 0; i < NUM_ARITH_TBLS; i++) {
  /external/jpeg/
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 45 #define NUM_ARITH_TBLS 16 /* Arith-coding tables are numbered 0..15 */
313 UINT8 arith_dc_L[NUM_ARITH_TBLS]; /* L values for DC arith-coding tables */
314 UINT8 arith_dc_U[NUM_ARITH_TBLS]; /* U values for DC arith-coding tables */
315 UINT8 arith_ac_K[NUM_ARITH_TBLS]; /* Kx values for AC arith-coding tables */
549 UINT8 arith_dc_L[NUM_ARITH_TBLS]; /* L values for DC arith-coding tables */
550 UINT8 arith_dc_U[NUM_ARITH_TBLS]; /* U values for DC arith-coding tables */
551 UINT8 arith_ac_K[NUM_ARITH_TBLS]; /* Kx values for AC arith-coding tables */
    [all...]
jdmarker.c 209 for (i = 0; i < NUM_ARITH_TBLS; i++) {
397 if (index < 0 || index >= (2*NUM_ARITH_TBLS))
400 if (index >= NUM_ARITH_TBLS) { /* define AC table */
401 cinfo->arith_ac_K[index-NUM_ARITH_TBLS] = (UINT8) val;
    [all...]
jcparam.c 294 for (i = 0; i < NUM_ARITH_TBLS; i++) {
  /external/pdfium/core/src/fxcodec/libjpeg/
fpdfapi_jcmarker.c 229 char dc_in_use[NUM_ARITH_TBLS];
230 char ac_in_use[NUM_ARITH_TBLS];
234 for (i = 0; i < NUM_ARITH_TBLS; i++)
244 for (i = 0; i < NUM_ARITH_TBLS; i++)
251 for (i = 0; i < NUM_ARITH_TBLS; i++) {
jpeglib.h 112 #define NUM_ARITH_TBLS 16 /* Arith-coding tables are numbered 0..15 */
376 UINT8 arith_dc_L[NUM_ARITH_TBLS]; /* L values for DC arith-coding tables */
377 UINT8 arith_dc_U[NUM_ARITH_TBLS]; /* U values for DC arith-coding tables */
378 UINT8 arith_ac_K[NUM_ARITH_TBLS]; /* Kx values for AC arith-coding tables */
608 UINT8 arith_dc_L[NUM_ARITH_TBLS]; /* L values for DC arith-coding tables */
609 UINT8 arith_dc_U[NUM_ARITH_TBLS]; /* U values for DC arith-coding tables */
610 UINT8 arith_ac_K[NUM_ARITH_TBLS]; /* Kx values for AC arith-coding tables */
    [all...]
fpdfapi_jdmarker.c 210 for (i = 0; i < NUM_ARITH_TBLS; i++) {
425 if (index < 0 || index >= (2*NUM_ARITH_TBLS))
428 if (index >= NUM_ARITH_TBLS) { /* define AC table */
429 cinfo->arith_ac_K[index-NUM_ARITH_TBLS] = (UINT8) val;
    [all...]
fpdfapi_jcparam.c 295 for (i = 0; i < NUM_ARITH_TBLS; i++) {
  /external/qemu/distrib/jpeg-6b/
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 45 #define NUM_ARITH_TBLS 16 /* Arith-coding tables are numbered 0..15 */
313 UINT8 arith_dc_L[NUM_ARITH_TBLS]; /* L values for DC arith-coding tables */
314 UINT8 arith_dc_U[NUM_ARITH_TBLS]; /* U values for DC arith-coding tables */
315 UINT8 arith_ac_K[NUM_ARITH_TBLS]; /* Kx values for AC arith-coding tables */
549 UINT8 arith_dc_L[NUM_ARITH_TBLS]; /* L values for DC arith-coding tables */
550 UINT8 arith_dc_U[NUM_ARITH_TBLS]; /* U values for DC arith-coding tables */
551 UINT8 arith_ac_K[NUM_ARITH_TBLS]; /* Kx values for AC arith-coding tables */
    [all...]
jdmarker.c 209 for (i = 0; i < NUM_ARITH_TBLS; i++) {
391 if (index < 0 || index >= (2*NUM_ARITH_TBLS))
394 if (index >= NUM_ARITH_TBLS) { /* define AC table */
395 cinfo->arith_ac_K[index-NUM_ARITH_TBLS] = (UINT8) val;
    [all...]
jcparam.c 294 for (i = 0; i < NUM_ARITH_TBLS; i++) {
  /external/pdfium/core/include/thirdparties/libjpeg/
jpeglib.h 112 #define NUM_ARITH_TBLS 16 /* Arith-coding tables are numbered 0..15 */
376 UINT8 arith_dc_L[NUM_ARITH_TBLS]; /* L values for DC arith-coding tables */
377 UINT8 arith_dc_U[NUM_ARITH_TBLS]; /* U values for DC arith-coding tables */
378 UINT8 arith_ac_K[NUM_ARITH_TBLS]; /* Kx values for AC arith-coding tables */
608 UINT8 arith_dc_L[NUM_ARITH_TBLS]; /* L values for DC arith-coding tables */
609 UINT8 arith_dc_U[NUM_ARITH_TBLS]; /* U values for DC arith-coding tables */
610 UINT8 arith_ac_K[NUM_ARITH_TBLS]; /* Kx values for AC arith-coding tables */
    [all...]
  /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 55 milliseconds

1 2