Home
last modified time | relevance | path

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

123

/external/libjpeg-turbo/
Djcparam.c408 int Ss, int Se, int Ah, int Al) in fill_a_scan() argument
415 scanptr->Ah = Ah; in fill_a_scan()
423 int Ss, int Se, int Ah, int Al) in fill_scans() argument
433 scanptr->Ah = Ah; in fill_scans()
441 fill_dc_scans (jpeg_scan_info *scanptr, int ncomps, int Ah, int Al) in fill_dc_scans() argument
452 scanptr->Ah = Ah; in fill_dc_scans()
457 scanptr = fill_scans(scanptr, ncomps, 0, 0, Ah, Al); in fill_dc_scans()
Djcmaster.c184 int Ss, Se, Ah, Al; in validate_script() local
231 Ah = scanptr->Ah; in validate_script()
248 Ah < 0 || Ah > MAX_AH_AL || Al < 0 || Al > MAX_AH_AL) in validate_script()
264 if (Ah != 0) in validate_script()
268 if (Ah != last_bitpos_ptr[coefi] || Al != Ah-1) in validate_script()
277 if (Ss != 0 || Se != DCTSIZE2-1 || Ah != 0 || Al != 0) in validate_script()
332 cinfo->Ah = scanptr->Ah; in select_scan_parameters()
348 cinfo->Ah = 0; in select_scan_parameters()
483 if (cinfo->Ss != 0 || cinfo->Ah == 0 || cinfo->arith_code) { in prepare_for_pass()
Djdarith.c206 if (!cinfo->progressive_mode || (cinfo->Ss == 0 && cinfo->Ah == 0)) { in process_restart()
645 if (cinfo->Ah != 0) { in start_pass()
647 if (cinfo->Ah-1 != cinfo->Al) in start_pass()
653 cinfo->Ss, cinfo->Se, cinfo->Ah, cinfo->Al); in start_pass()
666 if (cinfo->Ah != expected) in start_pass()
672 if (cinfo->Ah == 0) { in start_pass()
687 if (cinfo->Ss != 0 || cinfo->Ah != 0 || cinfo->Al != 0 || in start_pass()
697 if (!cinfo->progressive_mode || (cinfo->Ss == 0 && cinfo->Ah == 0)) { in start_pass()
Djdphuff.c119 if (cinfo->Ah != 0) { in start_pass_phuff_decoder()
121 if (cinfo->Al != cinfo->Ah-1) in start_pass_phuff_decoder()
134 cinfo->Ss, cinfo->Se, cinfo->Ah, cinfo->Al); in start_pass_phuff_decoder()
146 if (cinfo->Ah != expected) in start_pass_phuff_decoder()
153 if (cinfo->Ah == 0) { in start_pass_phuff_decoder()
171 if (cinfo->Ah == 0) { /* DC refinement needs no table */ in start_pass_phuff_decoder()
Djcmarker.c244 if (cinfo->Ss == 0 && cinfo->Ah == 0) in emit_dac()
340 td = cinfo->Ss == 0 && cinfo->Ah == 0 ? compptr->dc_tbl_no : 0; in emit_sos()
349 emit_byte(cinfo, (cinfo->Ah << 4) + cinfo->Al); in emit_sos()
578 if (cinfo->Ss == 0 && cinfo->Ah == 0) in write_scan_header()
Djcarith.c337 if (cinfo->progressive_mode == 0 || (cinfo->Ss == 0 && cinfo->Ah == 0)) { in emit_restart()
631 if (v >>= cinfo->Ah) break; in encode_mcu_AC_refine()
634 if (v >>= cinfo->Ah) break; in encode_mcu_AC_refine()
842 if (cinfo->Ah == 0) { in start_pass()
860 if (cinfo->progressive_mode == 0 || (cinfo->Ss == 0 && cinfo->Ah == 0)) { in start_pass()
Drdswitch.c233 scanptr->Ah = (int) val; in read_scan_script()
241 scanptr->Ah = 0; in read_scan_script()
Djpeglib.h196 int Ah, Al; /* progressive JPEG successive approx. parms */ member
445 int Ss, Se, Ah, Al; /* progressive JPEG parameters for scan */ member
677 int Ss, Se, Ah, Al; /* progressive JPEG parameters for scan */ member
Djcphuff.c124 if (cinfo->Ah == 0) { in start_pass_phuff()
155 if (cinfo->Ah != 0) /* DC refinement needs no table */ in start_pass_phuff()
790 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.c367 cinfo->Ah = (c >> 4) & 15; in get_sos()
371 cinfo->Ah, cinfo->Al); in get_sos()
Djdhuff.c103 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.c96 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/syslinux/dosutil/
Dcopybs.asm264 msg_ancient_err: db 'DOS version 2.00 or later required', 0Dh, 0Ah, '$'
265 msg_filesystem_err: db 'Filesystem not found on disk', 0Dh, 0Ah, '$'
266 msg_read_err: db 'Boot sector read failed', 0Dh, 0Ah, '$'
267 msg_write_err: db 'File write failed', 0Dh, 0Ah, '$'
Deltorito.asm53 %define CR 0DH, 0Ah
/external/syslinux/diag/geodsp/
Dgeodsplib.inc96 s_end: db 0Dh, 0Ah, 'end'
97 s_crlf: db 0Dh, 0Ah, 0
/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�Ё��…
/external/syslinux/memdisk/
Dmemdisk.inc959 dw Invalid ; 0Ah
976 dw Invalid ; 1Ah
992 dw Invalid ; 2Ah
1008 dw Invalid ; 3Ah
1026 dw ElToritoEmulate ; 4Ah - Initiate Disk Emulation

123