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

  /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++) {
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++) {
  /prebuilt/darwin-x86/swt/
swt.jar 
  /prebuilt/darwin-x86_64/swt/
swt.jar 
  /prebuilt/linux-x86/swt/
swt.jar 
  /prebuilt/linux-x86_64/swt/
swt.jar 
  /prebuilt/windows/swt/
swt.jar 
  /prebuilt/windows-x86_64/swt/
swt.jar 

Completed in 214 milliseconds