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

  /external/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 49 #define NUM_ARITH_TBLS 16 /* Arith-coding tables are numbered 0..15 */
355 UINT8 arith_dc_L[NUM_ARITH_TBLS]; /* L values for DC arith-coding tables */
356 UINT8 arith_dc_U[NUM_ARITH_TBLS]; /* U values for DC arith-coding tables */
357 UINT8 arith_ac_K[NUM_ARITH_TBLS]; /* Kx values for AC arith-coding tables */
604 UINT8 arith_dc_L[NUM_ARITH_TBLS]; /* L values for DC arith-coding tables */
605 UINT8 arith_dc_U[NUM_ARITH_TBLS]; /* U values for DC arith-coding tables */
606 UINT8 arith_ac_K[NUM_ARITH_TBLS]; /* Kx values for AC arith-coding tables */
    [all...]
jdarith.c 40 unsigned char * dc_stats[NUM_ARITH_TBLS];
41 unsigned char * ac_stats[NUM_ARITH_TBLS];
698 if (tbl < 0 || tbl >= NUM_ARITH_TBLS)
710 if (tbl < 0 || tbl >= NUM_ARITH_TBLS)
746 for (i = 0; i < NUM_ARITH_TBLS; i++) {
jcarith.c 43 unsigned char * dc_stats[NUM_ARITH_TBLS];
44 unsigned char * ac_stats[NUM_ARITH_TBLS];
861 if (tbl < 0 || tbl >= NUM_ARITH_TBLS)
874 if (tbl < 0 || tbl >= NUM_ARITH_TBLS)
920 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 210 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++) {
  /external/opencv3/3rdparty/libjpeg/
jpeglib.h 54 #define NUM_ARITH_TBLS 16 /* Arith-coding tables are numbered 0..15 */
339 UINT8 arith_dc_L[NUM_ARITH_TBLS]; /* L values for DC arith-coding tables */
340 UINT8 arith_dc_U[NUM_ARITH_TBLS]; /* U values for DC arith-coding tables */
341 UINT8 arith_ac_K[NUM_ARITH_TBLS]; /* Kx values for AC arith-coding tables */
583 UINT8 arith_dc_L[NUM_ARITH_TBLS]; /* L values for DC arith-coding tables */
584 UINT8 arith_dc_U[NUM_ARITH_TBLS]; /* U values for DC arith-coding tables */
585 UINT8 arith_ac_K[NUM_ARITH_TBLS]; /* Kx values for AC arith-coding tables */
    [all...]
jcmarker.c 231 char dc_in_use[NUM_ARITH_TBLS];
232 char ac_in_use[NUM_ARITH_TBLS];
236 for (i = 0; i < NUM_ARITH_TBLS; i++)
250 for (i = 0; i < NUM_ARITH_TBLS; i++)
258 for (i = 0; i < NUM_ARITH_TBLS; i++) {
jdarith.c 38 unsigned char * dc_stats[NUM_ARITH_TBLS];
39 unsigned char * ac_stats[NUM_ARITH_TBLS];
714 if (tbl < 0 || tbl >= NUM_ARITH_TBLS)
727 if (tbl < 0 || tbl >= NUM_ARITH_TBLS)
763 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];
877 if (tbl < 0 || tbl >= NUM_ARITH_TBLS)
890 if (tbl < 0 || tbl >= NUM_ARITH_TBLS)
936 for (i = 0; i < NUM_ARITH_TBLS; i++) {
jdmarker.c 211 for (i = 0; i < NUM_ARITH_TBLS; i++) {
428 if (index < 0 || index >= (2*NUM_ARITH_TBLS))
431 if (index >= NUM_ARITH_TBLS) { /* define AC table */
432 cinfo->arith_ac_K[index-NUM_ARITH_TBLS] = (UINT8) val;
    [all...]
jcparam.c 313 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 76 milliseconds