/external/pdfium/core/src/fxcodec/libjpeg/ |
D | fpdfapi_jdcoefct.c | 480 int Al, pred; in decompress_smooth_data() local 576 if ((Al=coef_bits[1]) != 0 && workspace[1] == 0) { in decompress_smooth_data() 580 if (Al > 0 && pred >= (1<<Al)) in decompress_smooth_data() 581 pred = (1<<Al)-1; in decompress_smooth_data() 584 if (Al > 0 && pred >= (1<<Al)) in decompress_smooth_data() 585 pred = (1<<Al)-1; in decompress_smooth_data() 591 if ((Al=coef_bits[2]) != 0 && workspace[8] == 0) { in decompress_smooth_data() 595 if (Al > 0 && pred >= (1<<Al)) in decompress_smooth_data() 596 pred = (1<<Al)-1; in decompress_smooth_data() 599 if (Al > 0 && pred >= (1<<Al)) in decompress_smooth_data() [all …]
|
D | fpdfapi_jdphuff.c | 118 if (cinfo->Al != cinfo->Ah-1) in start_pass_phuff_decoder() 121 if (cinfo->Al > 13) /* need not check for < 0 */ in start_pass_phuff_decoder() 131 cinfo->Ss, cinfo->Se, cinfo->Ah, cinfo->Al); in start_pass_phuff_decoder() 145 coef_bit_ptr[coefi] = cinfo->Al; in start_pass_phuff_decoder() 290 int Al = cinfo->Al; in decode_mcu_DC_first() local 337 (*block)[0] = (JCOEF) (s << Al); in decode_mcu_DC_first() 362 int Al = cinfo->Al; in decode_mcu_AC_first() local 405 (*block)[jpeg_natural_order[k]] = (JCOEF) (s << Al); in decode_mcu_AC_first() 446 int p1 = 1 << cinfo->Al; /* 1 in the bit position being coded */ in decode_mcu_DC_refine() 496 int p1 = 1 << cinfo->Al; /* 1 in the bit position being coded */ in decode_mcu_AC_refine() [all …]
|
D | fpdfapi_jcparam.c | 477 int Ss, int Se, int Ah, int Al) in fill_a_scan() argument 485 scanptr->Al = Al; in fill_a_scan() 492 int Ss, int Se, int Ah, int Al) in fill_scans() argument 503 scanptr->Al = Al; in fill_scans() 510 fill_dc_scans (jpeg_scan_info * scanptr, int ncomps, int Ah, int Al) in fill_dc_scans() argument 522 scanptr->Al = Al; in fill_dc_scans() 526 scanptr = fill_scans(scanptr, ncomps, 0, 0, Ah, Al); in fill_dc_scans()
|
D | fpdfapi_jcphuff.c | 384 int Al = cinfo->Al; in encode_mcu_DC_first() local 406 temp2 = IRIGHT_SHIFT((int) ((*block)[0]), Al); in encode_mcu_DC_first() 472 int Al = cinfo->Al; in encode_mcu_AC_first() local 502 temp >>= Al; /* apply the point transform */ in encode_mcu_AC_first() 506 temp >>= Al; /* apply the point transform */ in encode_mcu_AC_first() 577 int Al = cinfo->Al; in encode_mcu_DC_refine() local 594 emit_bits(entropy, (unsigned int) (temp >> Al), 1); in encode_mcu_DC_refine() 628 int Al = cinfo->Al; in encode_mcu_AC_refine() local 655 temp >>= Al; /* apply the point transform */ in encode_mcu_AC_refine()
|
D | fpdfapi_jcmaster.c | 138 int Ss, Se, Ah, Al; in validate_script() local 186 Al = scanptr->Al; in validate_script() 202 Ah < 0 || Ah > MAX_AH_AL || Al < 0 || Al > MAX_AH_AL) in validate_script() 222 if (Ah != last_bitpos_ptr[coefi] || Al != Ah-1) in validate_script() 225 last_bitpos_ptr[coefi] = Al; in validate_script() 231 if (Ss != 0 || Se != DCTSIZE2-1 || Ah != 0 || Al != 0) in validate_script() 287 cinfo->Al = scanptr->Al; in select_scan_parameters() 303 cinfo->Al = 0; in select_scan_parameters()
|
/external/chromium_org/third_party/libjpeg_turbo/ |
D | jdcoefct.c | 485 int Al, pred; in decompress_smooth_data() local 584 if ((Al=coef_bits[1]) != 0 && workspace[1] == 0) { in decompress_smooth_data() 588 if (Al > 0 && pred >= (1<<Al)) in decompress_smooth_data() 589 pred = (1<<Al)-1; in decompress_smooth_data() 592 if (Al > 0 && pred >= (1<<Al)) in decompress_smooth_data() 593 pred = (1<<Al)-1; in decompress_smooth_data() 599 if ((Al=coef_bits[2]) != 0 && workspace[8] == 0) { in decompress_smooth_data() 603 if (Al > 0 && pred >= (1<<Al)) in decompress_smooth_data() 604 pred = (1<<Al)-1; in decompress_smooth_data() 607 if (Al > 0 && pred >= (1<<Al)) in decompress_smooth_data() [all …]
|
D | jdphuff.c | 117 if (cinfo->Al != cinfo->Ah-1) in start_pass_phuff_decoder() 120 if (cinfo->Al > 13) /* need not check for < 0 */ in start_pass_phuff_decoder() 130 cinfo->Ss, cinfo->Se, cinfo->Ah, cinfo->Al); in start_pass_phuff_decoder() 144 coef_bit_ptr[coefi] = cinfo->Al; in start_pass_phuff_decoder() 290 int Al = cinfo->Al; in decode_mcu_DC_first() local 337 (*block)[0] = (JCOEF) (s << Al); in decode_mcu_DC_first() 362 int Al = cinfo->Al; in decode_mcu_AC_first() local 405 (*block)[jpeg_natural_order[k]] = (JCOEF) (s << Al); in decode_mcu_AC_first() 446 int p1 = 1 << cinfo->Al; /* 1 in the bit position being coded */ in decode_mcu_DC_refine() 496 int p1 = 1 << cinfo->Al; /* 1 in the bit position being coded */ in decode_mcu_AC_refine() [all …]
|
D | jcparam.c | 516 int Ss, int Se, int Ah, int Al) in fill_a_scan() argument 524 scanptr->Al = Al; in fill_a_scan() 531 int Ss, int Se, int Ah, int Al) in fill_scans() argument 542 scanptr->Al = Al; in fill_scans() 549 fill_dc_scans (jpeg_scan_info * scanptr, int ncomps, int Ah, int Al) in fill_dc_scans() argument 561 scanptr->Al = Al; in fill_dc_scans() 565 scanptr = fill_scans(scanptr, ncomps, 0, 0, Ah, Al); in fill_dc_scans()
|
D | jcphuff.c | 381 int Al = cinfo->Al; in encode_mcu_DC_first() local 403 temp2 = IRIGHT_SHIFT((int) ((*block)[0]), Al); in encode_mcu_DC_first() 469 int Al = cinfo->Al; in encode_mcu_AC_first() local 499 temp >>= Al; /* apply the point transform */ in encode_mcu_AC_first() 503 temp >>= Al; /* apply the point transform */ in encode_mcu_AC_first() 574 int Al = cinfo->Al; in encode_mcu_DC_refine() local 591 emit_bits(entropy, (unsigned int) (temp >> Al), 1); in encode_mcu_DC_refine() 625 int Al = cinfo->Al; in encode_mcu_AC_refine() local 652 temp >>= Al; /* apply the point transform */ in encode_mcu_AC_refine()
|
D | jcmaster.c | 172 int Ss, Se, Ah, Al; in validate_script() local 220 Al = scanptr->Al; in validate_script() 236 Ah < 0 || Ah > MAX_AH_AL || Al < 0 || Al > MAX_AH_AL) in validate_script() 256 if (Ah != last_bitpos_ptr[coefi] || Al != Ah-1) in validate_script() 259 last_bitpos_ptr[coefi] = Al; in validate_script() 265 if (Ss != 0 || Se != DCTSIZE2-1 || Ah != 0 || Al != 0) in validate_script() 321 cinfo->Al = scanptr->Al; in select_scan_parameters() 337 cinfo->Al = 0; in select_scan_parameters()
|
D | jcarith.c | 391 m = IRIGHT_SHIFT((int) ((*block)[0]), cinfo->Al); in encode_mcu_DC_first() 485 if (v >>= cinfo->Al) break; in encode_mcu_AC_first() 488 if (v >>= cinfo->Al) break; in encode_mcu_AC_first() 497 if (v >>= cinfo->Al) { in encode_mcu_AC_first() 504 if (v >>= cinfo->Al) { in encode_mcu_AC_first() 556 int Al, blkn; in encode_mcu_DC_refine() local 570 Al = cinfo->Al; in encode_mcu_DC_refine() 575 arith_encode(cinfo, st, (MCU_data[blkn][0][0] >> Al) & 1); in encode_mcu_DC_refine() 619 if (v >>= cinfo->Al) break; in encode_mcu_AC_refine() 622 if (v >>= cinfo->Al) break; in encode_mcu_AC_refine() [all …]
|
D | jdarith.c | 307 (*block)[0] = (JCOEF) (entropy->last_dc_val[ci] << cinfo->Al); in decode_mcu_DC_first() 382 (*block)[jpeg_natural_order[k]] = (JCOEF) (v << cinfo->Al); in decode_mcu_AC_first() 408 p1 = 1 << cinfo->Al; /* 1 in the bit position being coded */ in decode_mcu_DC_refine() 449 p1 = 1 << cinfo->Al; /* 1 in the bit position being coded */ in decode_mcu_AC_refine() 450 m1 = (-1) << cinfo->Al; /* -1 in the bit position being coded */ in decode_mcu_AC_refine() 642 if (cinfo->Ah-1 != cinfo->Al) in start_pass() 645 if (cinfo->Al > 13) { /* need not check for < 0 */ in start_pass() 648 cinfo->Ss, cinfo->Se, cinfo->Ah, cinfo->Al); in start_pass() 663 coef_bit_ptr[coefi] = cinfo->Al; in start_pass() 682 if (cinfo->Ss != 0 || cinfo->Ah != 0 || cinfo->Al != 0 || in start_pass()
|
/external/qemu/distrib/jpeg-6b/ |
D | jdcoefct.c | 732 int Al, pred; in decompress_smooth_data() local 828 if ((Al=coef_bits[1]) != 0 && workspace[1] == 0) { in decompress_smooth_data() 832 if (Al > 0 && pred >= (1<<Al)) in decompress_smooth_data() 833 pred = (1<<Al)-1; in decompress_smooth_data() 836 if (Al > 0 && pred >= (1<<Al)) in decompress_smooth_data() 837 pred = (1<<Al)-1; in decompress_smooth_data() 843 if ((Al=coef_bits[2]) != 0 && workspace[8] == 0) { in decompress_smooth_data() 847 if (Al > 0 && pred >= (1<<Al)) in decompress_smooth_data() 848 pred = (1<<Al)-1; in decompress_smooth_data() 851 if (Al > 0 && pred >= (1<<Al)) in decompress_smooth_data() [all …]
|
D | jcparam.c | 482 int Ss, int Se, int Ah, int Al) in fill_a_scan() argument 490 scanptr->Al = Al; in fill_a_scan() 497 int Ss, int Se, int Ah, int Al) in fill_scans() argument 508 scanptr->Al = Al; in fill_scans() 515 fill_dc_scans (jpeg_scan_info * scanptr, int ncomps, int Ah, int Al) in fill_dc_scans() argument 527 scanptr->Al = Al; in fill_dc_scans() 531 scanptr = fill_scans(scanptr, ncomps, 0, 0, Ah, Al); in fill_dc_scans()
|
D | jcphuff.c | 383 int Al = cinfo->Al; in encode_mcu_DC_first() local 405 temp2 = IRIGHT_SHIFT((int) ((*block)[0]), Al); in encode_mcu_DC_first() 471 int Al = cinfo->Al; in encode_mcu_AC_first() local 501 temp >>= Al; /* apply the point transform */ in encode_mcu_AC_first() 505 temp >>= Al; /* apply the point transform */ in encode_mcu_AC_first() 576 int Al = cinfo->Al; in encode_mcu_DC_refine() local 593 emit_bits(entropy, (unsigned int) (temp >> Al), 1); in encode_mcu_DC_refine() 627 int Al = cinfo->Al; in encode_mcu_AC_refine() local 654 temp >>= Al; /* apply the point transform */ in encode_mcu_AC_refine()
|
D | jdphuff.c | 120 if (cinfo->Al != cinfo->Ah-1) in start_pass_phuff_decoder() 123 if (cinfo->Al > 13) /* need not check for < 0 */ in start_pass_phuff_decoder() 133 cinfo->Ss, cinfo->Se, cinfo->Ah, cinfo->Al); in start_pass_phuff_decoder() 147 coef_bit_ptr[coefi] = cinfo->Al; in start_pass_phuff_decoder() 292 int Al = cinfo->Al; in decode_mcu_DC_first() local 339 (*block)[0] = (JCOEF) (s << Al); in decode_mcu_DC_first() 364 int Al = cinfo->Al; in decode_mcu_AC_first() local 407 (*block)[jpeg_natural_order[k]] = (JCOEF) (s << Al); in decode_mcu_AC_first() 448 int p1 = 1 << cinfo->Al; /* 1 in the bit position being coded */ in decode_mcu_DC_refine() 498 int p1 = 1 << cinfo->Al; /* 1 in the bit position being coded */ in decode_mcu_AC_refine() [all …]
|
D | jcmaster.c | 137 int Ss, Se, Ah, Al; in validate_script() local 185 Al = scanptr->Al; in validate_script() 201 Ah < 0 || Ah > MAX_AH_AL || Al < 0 || Al > MAX_AH_AL) in validate_script() 221 if (Ah != last_bitpos_ptr[coefi] || Al != Ah-1) in validate_script() 224 last_bitpos_ptr[coefi] = Al; in validate_script() 230 if (Ss != 0 || Se != DCTSIZE2-1 || Ah != 0 || Al != 0) in validate_script() 286 cinfo->Al = scanptr->Al; in select_scan_parameters() 302 cinfo->Al = 0; in select_scan_parameters()
|
/external/jpeg/ |
D | jdcoefct.c | 732 int Al, pred; in decompress_smooth_data() local 828 if ((Al=coef_bits[1]) != 0 && workspace[1] == 0) { in decompress_smooth_data() 832 if (Al > 0 && pred >= (1<<Al)) in decompress_smooth_data() 833 pred = (1<<Al)-1; in decompress_smooth_data() 836 if (Al > 0 && pred >= (1<<Al)) in decompress_smooth_data() 837 pred = (1<<Al)-1; in decompress_smooth_data() 843 if ((Al=coef_bits[2]) != 0 && workspace[8] == 0) { in decompress_smooth_data() 847 if (Al > 0 && pred >= (1<<Al)) in decompress_smooth_data() 848 pred = (1<<Al)-1; in decompress_smooth_data() 851 if (Al > 0 && pred >= (1<<Al)) in decompress_smooth_data() [all …]
|
D | jcparam.c | 476 int Ss, int Se, int Ah, int Al) in fill_a_scan() argument 484 scanptr->Al = Al; in fill_a_scan() 491 int Ss, int Se, int Ah, int Al) in fill_scans() argument 502 scanptr->Al = Al; in fill_scans() 509 fill_dc_scans (jpeg_scan_info * scanptr, int ncomps, int Ah, int Al) in fill_dc_scans() argument 521 scanptr->Al = Al; in fill_dc_scans() 525 scanptr = fill_scans(scanptr, ncomps, 0, 0, Ah, Al); in fill_dc_scans()
|
D | jdphuff.c | 116 if (cinfo->Al != cinfo->Ah-1) in start_pass_phuff_decoder() 119 if (cinfo->Al > 13) /* need not check for < 0 */ in start_pass_phuff_decoder() 129 cinfo->Ss, cinfo->Se, cinfo->Ah, cinfo->Al); in start_pass_phuff_decoder() 143 coef_bit_ptr[coefi] = cinfo->Al; in start_pass_phuff_decoder() 288 int Al = cinfo->Al; in decode_mcu_DC_first() local 335 (*block)[0] = (JCOEF) (s << Al); in decode_mcu_DC_first() 360 int Al = cinfo->Al; in decode_mcu_AC_first() local 403 (*block)[jpeg_natural_order[k]] = (JCOEF) (s << Al); in decode_mcu_AC_first() 444 int p1 = 1 << cinfo->Al; /* 1 in the bit position being coded */ in decode_mcu_DC_refine() 494 int p1 = 1 << cinfo->Al; /* 1 in the bit position being coded */ in decode_mcu_AC_refine() [all …]
|
D | jcphuff.c | 383 int Al = cinfo->Al; in encode_mcu_DC_first() local 405 temp2 = IRIGHT_SHIFT((int) ((*block)[0]), Al); in encode_mcu_DC_first() 471 int Al = cinfo->Al; in encode_mcu_AC_first() local 501 temp >>= Al; /* apply the point transform */ in encode_mcu_AC_first() 505 temp >>= Al; /* apply the point transform */ in encode_mcu_AC_first() 576 int Al = cinfo->Al; in encode_mcu_DC_refine() local 593 emit_bits(entropy, (unsigned int) (temp >> Al), 1); in encode_mcu_DC_refine() 627 int Al = cinfo->Al; in encode_mcu_AC_refine() local 654 temp >>= Al; /* apply the point transform */ in encode_mcu_AC_refine()
|
D | jcmaster.c | 137 int Ss, Se, Ah, Al; in validate_script() local 185 Al = scanptr->Al; in validate_script() 201 Ah < 0 || Ah > MAX_AH_AL || Al < 0 || Al > MAX_AH_AL) in validate_script() 221 if (Ah != last_bitpos_ptr[coefi] || Al != Ah-1) in validate_script() 224 last_bitpos_ptr[coefi] = Al; in validate_script() 230 if (Ss != 0 || Se != DCTSIZE2-1 || Ah != 0 || Al != 0) in validate_script() 286 cinfo->Al = scanptr->Al; in select_scan_parameters() 302 cinfo->Al = 0; in select_scan_parameters()
|
/external/chromium_org/third_party/libphonenumber/src/resources/carrier/en/ |
D | 966.txt | 15 96650|Al Jawal (STC) 16 96653|Al Jawal (STC) 18 96655|Al Jawal (STC)
|
/external/chromium_org/third_party/libphonenumber/src/resources/geocoding/fr/ |
D | 212.txt | 51 212531|Tanger/Tétouan/Larache/Al Hoceima/Cherfchaouen 83 2125398|Al Hoceima/Chefchaouen 84 2125399|Tanger/Larache/Al Hoceima
|
/external/chromium_org/third_party/libphonenumber/src/resources/geocoding/en/ |
D | 212.txt | 52 212531|Tangier/Al Hoceima/Larache/Tètouan 84 2125398|Al Hoceima/Chefchaouen 85 2125399|Al Hoceima/Larache/Tangier
|