Home
last modified time | relevance | path

Searched refs:Al (Results 1 – 25 of 92) sorted by relevance

1234

/external/pdfium/core/src/fxcodec/libjpeg/
Dfpdfapi_jdcoefct.c480 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 …]
Dfpdfapi_jdphuff.c118 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 …]
Dfpdfapi_jcparam.c477 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()
Dfpdfapi_jcphuff.c384 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()
Dfpdfapi_jcmaster.c138 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()
Djpeglib.h255 int Ah, Al; /* progressive JPEG successive approx. parms */ member
457 int Ss, Se, Ah, Al; /* progressive JPEG parameters for scan */ member
675 int Ss, Se, Ah, Al; /* progressive JPEG parameters for scan */ member
/external/jpeg/
Djdcoefct.c732 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 …]
Djcparam.c476 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()
Djdphuff.c116 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 …]
Djcphuff.c383 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()
Djcmaster.c137 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()
Drdswitch.c222 scanptr->Al = (int) val; in read_scan_script()
228 scanptr->Al = 0; in read_scan_script()
Djpeglib.h188 int Ah, Al; /* progressive JPEG successive approx. parms */ member
394 int Ss, Se, Ah, Al; /* progressive JPEG parameters for scan */ member
616 int Ss, Se, Ah, Al; /* progressive JPEG parameters for scan */ member
Dwizard.doc128 specifies the progression parameters Ss,Se,Ah,Al for the scan. Scan
143 Ah Zero for first scan of a coefficient, else Al of prior scan
144 Al Successive approximation low bit position for scan
/external/icu/icu4c/source/data/lang/
Djgo.txt15 ar{"Alâbɛ"}
/external/llvm/include/llvm/CodeGen/
DMachineFrameInfo.h118 StackObject(uint64_t Sz, unsigned Al, int64_t SP, bool IM, in StackObject()
120 : SPOffset(SP), Size(Sz), Alignment(Al), isImmutable(IM), in StackObject()
/external/pdfium/core/include/thirdparties/libjpeg/
Djpeglib.h255 int Ah, Al; /* progressive JPEG successive approx. parms */ member
457 int Ss, Se, Ah, Al; /* progressive JPEG parameters for scan */ member
675 int Ss, Se, Ah, Al; /* progressive JPEG parameters for scan */ member
/external/icu/icu4c/source/data/curr/
Dses.txt61 "Alžeeri Dinar",
Dkhq.txt61 "Alžeeri Dinar",
Dtwq.txt61 "Alžeeri Dinar",
Ddje.txt61 "Alžeeri Dinar",
/external/icu/icu4c/source/data/region/
Dewo.txt16 AL{"Aləbánia"}
65 DZ{"Aləyéria"}
/external/icu/icu4c/source/data/locales/
Dluy.txt111 "Al",
Dha.txt115 "Al",
/external/icu/icu4c/source/data/zone/
Dfr_CA.txt282 ld{"heure avancée d’Hawaï-Aléoutiennes"}
283 lg{"heure d’Hawaï-Aléoutiennes"}
284 ls{"heure normale d’Hawaï-Aléoutiennes"}

1234