Home
last modified time | relevance | path

Searched refs:Ah (Results 1 – 25 of 49) sorted by relevance

12

/external/libjpeg-turbo/
Djcparam.c407 int Ss, int Se, int Ah, int Al) in fill_a_scan() argument
414 scanptr->Ah = Ah; in fill_a_scan()
422 int Ss, int Se, int Ah, int Al) in fill_scans() argument
432 scanptr->Ah = Ah; in fill_scans()
440 fill_dc_scans (jpeg_scan_info * scanptr, int ncomps, int Ah, int Al) in fill_dc_scans() argument
451 scanptr->Ah = Ah; in fill_dc_scans()
456 scanptr = fill_scans(scanptr, ncomps, 0, 0, Ah, Al); in fill_dc_scans()
Djcmaster.c172 int Ss, Se, Ah, Al; in validate_script() local
219 Ah = scanptr->Ah; in validate_script()
236 Ah < 0 || Ah > MAX_AH_AL || Al < 0 || Al > MAX_AH_AL) in validate_script()
252 if (Ah != 0) in validate_script()
256 if (Ah != last_bitpos_ptr[coefi] || Al != Ah-1) in validate_script()
265 if (Ss != 0 || Se != DCTSIZE2-1 || Ah != 0 || Al != 0) in validate_script()
320 cinfo->Ah = scanptr->Ah; in select_scan_parameters()
336 cinfo->Ah = 0; in select_scan_parameters()
471 if (cinfo->Ss != 0 || cinfo->Ah == 0 || cinfo->arith_code) { in prepare_for_pass()
Djdarith.c205 if (! cinfo->progressive_mode || (cinfo->Ss == 0 && cinfo->Ah == 0)) { in process_restart()
644 if (cinfo->Ah != 0) { in start_pass()
646 if (cinfo->Ah-1 != cinfo->Al) in start_pass()
652 cinfo->Ss, cinfo->Se, cinfo->Ah, cinfo->Al); in start_pass()
665 if (cinfo->Ah != expected) in start_pass()
671 if (cinfo->Ah == 0) { in start_pass()
686 if (cinfo->Ss != 0 || cinfo->Ah != 0 || cinfo->Al != 0 || in start_pass()
696 if (! cinfo->progressive_mode || (cinfo->Ss == 0 && cinfo->Ah == 0)) { in start_pass()
Djdphuff.c118 if (cinfo->Ah != 0) { in start_pass_phuff_decoder()
120 if (cinfo->Al != cinfo->Ah-1) in start_pass_phuff_decoder()
133 cinfo->Ss, cinfo->Se, cinfo->Ah, cinfo->Al); in start_pass_phuff_decoder()
145 if (cinfo->Ah != expected) in start_pass_phuff_decoder()
152 if (cinfo->Ah == 0) { in start_pass_phuff_decoder()
170 if (cinfo->Ah == 0) { /* DC refinement needs no table */ in start_pass_phuff_decoder()
Djcmarker.c243 if (cinfo->Ss == 0 && cinfo->Ah == 0) in emit_dac()
339 td = cinfo->Ss == 0 && cinfo->Ah == 0 ? compptr->dc_tbl_no : 0; in emit_sos()
348 emit_byte(cinfo, (cinfo->Ah << 4) + cinfo->Al); in emit_sos()
577 if (cinfo->Ss == 0 && cinfo->Ah == 0) in write_scan_header()
Djcarith.c336 if (cinfo->progressive_mode == 0 || (cinfo->Ss == 0 && cinfo->Ah == 0)) { in emit_restart()
630 if (v >>= cinfo->Ah) break; in encode_mcu_AC_refine()
633 if (v >>= cinfo->Ah) break; in encode_mcu_AC_refine()
841 if (cinfo->Ah == 0) { in start_pass()
859 if (cinfo->progressive_mode == 0 || (cinfo->Ss == 0 && cinfo->Ah == 0)) { in start_pass()
Drdswitch.c231 scanptr->Ah = (int) val; in read_scan_script()
239 scanptr->Ah = 0; in read_scan_script()
Djpeglib.h195 int Ah, Al; /* progressive JPEG successive approx. parms */ member
444 int Ss, Se, Ah, Al; /* progressive JPEG parameters for scan */ member
676 int Ss, Se, Ah, Al; /* progressive JPEG parameters for scan */ member
Djcphuff.c123 if (cinfo->Ah == 0) { in start_pass_phuff()
154 if (cinfo->Ah != 0) /* DC refinement needs no table */ in start_pass_phuff()
789 if (cinfo->Ah != 0) /* DC refinement needs no table */ in finish_pass_gather_phuff()
Dwizard.txt128 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
Djdmarker.c366 cinfo->Ah = (c >> 4) & 15; in get_sos()
370 cinfo->Ah, cinfo->Al); in get_sos()
Djdhuff.c102 cinfo->Ah != 0 || cinfo->Al != 0) in start_pass_huff_decoder()
/external/pdfium/third_party/libjpeg/
Dfpdfapi_jcmaster.c137 int Ss, Se, Ah, Al; in validate_script() local
184 Ah = scanptr->Ah; in validate_script()
201 Ah < 0 || Ah > MAX_AH_AL || Al < 0 || Al > MAX_AH_AL) in validate_script()
217 if (Ah != 0) in validate_script()
221 if (Ah != last_bitpos_ptr[coefi] || Al != Ah-1) in validate_script()
230 if (Ss != 0 || Se != DCTSIZE2-1 || Ah != 0 || Al != 0) in validate_script()
285 cinfo->Ah = scanptr->Ah; in select_scan_parameters()
301 cinfo->Ah = 0; in select_scan_parameters()
436 if (cinfo->Ss != 0 || cinfo->Ah == 0 || cinfo->arith_code) { in prepare_for_pass()
Dfpdfapi_jcparam.c476 int Ss, int Se, int Ah, int Al) in fill_a_scan() argument
483 scanptr->Ah = Ah; in fill_a_scan()
491 int Ss, int Se, int Ah, int Al) in fill_scans() argument
501 scanptr->Ah = Ah; in fill_scans()
509 fill_dc_scans (jpeg_scan_info * scanptr, int ncomps, int Ah, int Al) in fill_dc_scans() argument
520 scanptr->Ah = Ah; in fill_dc_scans()
525 scanptr = fill_scans(scanptr, ncomps, 0, 0, Ah, Al); in fill_dc_scans()
Dfpdfapi_jdphuff.c115 if (cinfo->Ah != 0) { in start_pass_phuff_decoder()
117 if (cinfo->Al != cinfo->Ah-1) in start_pass_phuff_decoder()
130 cinfo->Ss, cinfo->Se, cinfo->Ah, cinfo->Al); in start_pass_phuff_decoder()
142 if (cinfo->Ah != expected) in start_pass_phuff_decoder()
149 if (cinfo->Ah == 0) { in start_pass_phuff_decoder()
167 if (cinfo->Ah == 0) { /* DC refinement needs no table */ in start_pass_phuff_decoder()
Dfpdfapi_jcmarker.c333 if (cinfo->Ah != 0 && !cinfo->arith_code) in emit_sos()
344 emit_byte(cinfo, (cinfo->Ah << 4) + cinfo->Al); in emit_sos()
572 if (cinfo->Ah == 0) /* DC needs no table for refinement scan */ in write_scan_header()
Dfpdfapi_jcphuff.c121 if (cinfo->Ah == 0) { in start_pass_phuff()
152 if (cinfo->Ah != 0) /* DC refinement needs no table */ in start_pass_phuff()
789 if (cinfo->Ah != 0) /* DC refinement needs no table */ in finish_pass_gather_phuff()
Djpeglib.h290 int Ah, Al; /* progressive JPEG successive approx. parms */ member
492 int Ss, Se, Ah, Al; /* progressive JPEG parameters for scan */ member
710 int Ss, Se, Ah, Al; /* progressive JPEG parameters for scan */ member
Dfpdfapi_jdhuff.c100 cinfo->Ah != 0 || cinfo->Al != 0) in start_pass_huff_decoder()
Dfpdfapi_jdmarker.c386 cinfo->Ah = (c >> 4) & 15; in get_sos()
390 cinfo->Ah, cinfo->Al); in get_sos()
/external/ImageMagick/PerlMagick/t/reference/filter/
DEqualize.miff36 …�ė��8�` �A&��n&�QǏ��I&�Q�8�8�`I�YQ�0���� �� r�*y�8��0o�Ao�Qy�8y�0��Ah�A�Q�Q �g�`ٗ�����…
37Ah�Ay�A��8��*}�Yr�A�g�g�I�*����gʳ��5yW 4 ��ϙ����5�}LҍdަOڢQؚa۰]ܰSܝk�)nQ'gh%g]+�6��=��Q�Ё��…
DSwirl.miff15 …IW�8F�6)�C:�UY�_i�OQ�84�52�41�61�:3�<4�85�55�43�6-�8(�8&�6)�5,�4*�?:�U\�Tn�Ah�D]�CCGF/YnGw�`w�`s�]…
/external/icu/icu4c/source/data/locales/
Dms.txt533 "Ah",
571 "Ah",
/external/v8/build/
Dwhitespace_file.txt140 tiredness, or a similar feeling.? Ah-Sigh-ee.
/external/svox/pico_resources/tools/LingwareBuilding/PicoLingware_source_files/pkb/de-DE/
Dde-DE_kdt_posd.pkb160 ���l�mRp��I�5�L�p4pŨX�[N2���l�i[@����a�7 �T�l�τ��p�/ �Z���N-v�u���_����H/��\�,Ah �g���}…

12