Home
last modified time | relevance | path

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

123

/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()
/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
/external/opencv3/3rdparty/libjpeg/
Djcparam.c503 int Ss, int Se, int Ah, int Al) in fill_a_scan() argument
510 scanptr->Ah = Ah; in fill_a_scan()
518 int Ss, int Se, int Ah, int Al) in fill_scans() argument
528 scanptr->Ah = Ah; in fill_scans()
536 fill_dc_scans (jpeg_scan_info * scanptr, int ncomps, int Ah, int Al) in fill_dc_scans() argument
547 scanptr->Ah = Ah; in fill_dc_scans()
552 scanptr = fill_scans(scanptr, ncomps, 0, 0, Ah, Al); in fill_dc_scans()
Djcmaster.c365 int Ss, Se, Ah, Al; in validate_script() local
412 Ah = scanptr->Ah; in validate_script()
429 Ah < 0 || Ah > MAX_AH_AL || Al < 0 || Al > MAX_AH_AL) in validate_script()
445 if (Ah != 0) in validate_script()
449 if (Ah != last_bitpos_ptr[coefi] || Al != Ah-1) in validate_script()
458 if (Ss != 0 || Se != DCTSIZE2-1 || Ah != 0 || Al != 0) in validate_script()
547 cinfo->Ah = scanptr->Ah; in select_scan_parameters()
566 cinfo->Ah = 0; in select_scan_parameters()
700 if (cinfo->Ss != 0 || cinfo->Ah == 0) { in prepare_for_pass()
Djdarith.c203 if (! cinfo->progressive_mode || (cinfo->Ss == 0 && cinfo->Ah == 0)) { in process_restart()
660 if (cinfo->Ah != 0) { in start_pass()
662 if (cinfo->Ah-1 != cinfo->Al) in start_pass()
668 cinfo->Ss, cinfo->Se, cinfo->Ah, cinfo->Al); in start_pass()
681 if (cinfo->Ah != expected) in start_pass()
687 if (cinfo->Ah == 0) { in start_pass()
702 if (cinfo->Ss != 0 || cinfo->Ah != 0 || cinfo->Al != 0 || in start_pass()
712 if (! cinfo->progressive_mode || (cinfo->Ss == 0 && cinfo->Ah == 0)) { in start_pass()
Djcmarker.c242 if (cinfo->Ss == 0 && cinfo->Ah == 0) in emit_dac()
369 td = cinfo->Ss == 0 && cinfo->Ah == 0 ? compptr->dc_tbl_no : 0; in emit_sos()
378 emit_byte(cinfo, (cinfo->Ah << 4) + cinfo->Al); in emit_sos()
632 if (cinfo->Ss == 0 && cinfo->Ah == 0) in write_scan_header()
Djdhuff.c1330 if (cinfo->Ah != 0) { in start_pass_huff_decoder()
1332 if (cinfo->Ah-1 != cinfo->Al) in start_pass_huff_decoder()
1344 cinfo->Ss, cinfo->Se, cinfo->Ah, cinfo->Al); in start_pass_huff_decoder()
1357 if (cinfo->Ah != expected) in start_pass_huff_decoder()
1364 if (cinfo->Ah == 0) { in start_pass_huff_decoder()
1382 if (cinfo->Ah == 0) { /* DC refinement needs no table */ in start_pass_huff_decoder()
1405 if (cinfo->Ss != 0 || cinfo->Ah != 0 || cinfo->Al != 0 || in start_pass_huff_decoder()
Djcarith.c334 if (cinfo->Ss == 0 && cinfo->Ah == 0) { in emit_restart()
639 if (v >>= cinfo->Ah) break; in encode_mcu_AC_refine()
642 if (v >>= cinfo->Ah) break; in encode_mcu_AC_refine()
857 if (cinfo->Ah == 0) { in start_pass()
875 if (cinfo->Ss == 0 && cinfo->Ah == 0) { in start_pass()
Djpeglib.h197 int Ah, Al; /* progressive JPEG successive approx. parms */ member
427 int Ss, Se, Ah, Al; /* progressive JPEG parameters for scan */ member
654 int Ss, Se, Ah, Al; /* progressive JPEG parameters for scan */ member
Djchuff.c1419 if (cinfo->Ss == 0 && cinfo->Ah == 0) { in finish_pass_gather()
1469 if (cinfo->Ah == 0) { in start_pass_huff()
1501 if (cinfo->Ss == 0 && cinfo->Ah == 0) { in start_pass_huff()

123