Home
last modified time | relevance | path

Searched refs:Ah (Results 1 - 18 of 18) sorted by relevance

/third_party/skia/third_party/externals/libjpeg-turbo/
H A Djcparam.c408 fill_a_scan(jpeg_scan_info *scanptr, int ci, int Ss, int Se, int Ah, int Al) in fill_a_scan() argument
415 scanptr->Ah = Ah; in fill_a_scan()
422 fill_scans(jpeg_scan_info *scanptr, int ncomps, 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, A in fill_dc_scans()
[all...]
H A Djcmaster.c186 int Ss, Se, Ah, Al; in validate_script() local
233 Ah = scanptr->Ah; in validate_script()
237 /* Rec. ITU-T T.81 | ISO/IEC 10918-1 simply gives the ranges 0..13 for Ah in validate_script()
250 Ah < 0 || Ah > MAX_AH_AL || Al < 0 || Al > MAX_AH_AL) in validate_script()
266 if (Ah != 0) in validate_script()
270 if (Ah != last_bitpos_ptr[coefi] || Al != Ah - 1) in validate_script()
279 if (Ss != 0 || Se != DCTSIZE2 - 1 || Ah ! in validate_script()
[all...]
H A Djdarith.c212 if (!cinfo->progressive_mode || (cinfo->Ss == 0 && cinfo->Ah == 0)) { in process_restart()
651 if (cinfo->Ah != 0) { in start_pass()
652 /* Successive approximation refinement scan: must have Al = Ah-1. */ in start_pass()
653 if (cinfo->Ah - 1 != cinfo->Al) in start_pass()
659 cinfo->Ss, cinfo->Se, cinfo->Ah, cinfo->Al); in start_pass()
680 if (cinfo->Ah != expected) in start_pass()
686 if (cinfo->Ah == 0) { in start_pass()
698 /* Check that the scan parameters Ss, Se, Ah/Al are OK for sequential JPEG. in start_pass()
701 if (cinfo->Ss != 0 || cinfo->Ah != 0 || cinfo->Al != 0 || in start_pass()
711 if (!cinfo->progressive_mode || (cinfo->Ss == 0 && cinfo->Ah in start_pass()
[all...]
H A Djdphuff.c227 if (cinfo->Ah != 0) { in start_pass_phuff_decoder()
228 /* Successive approximation refinement scan: must have Al = Ah-1. */ in start_pass_phuff_decoder()
229 if (cinfo->Al != cinfo->Ah - 1) in start_pass_phuff_decoder()
242 cinfo->Ss, cinfo->Se, cinfo->Ah, cinfo->Al); in start_pass_phuff_decoder()
261 if (cinfo->Ah != expected) in start_pass_phuff_decoder()
268 if (cinfo->Ah == 0) { in start_pass_phuff_decoder()
286 if (cinfo->Ah == 0) { /* DC refinement needs no table */ in start_pass_phuff_decoder()
H A Djcmarker.c244 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()
H A Djcarith.c340 if (cinfo->progressive_mode == 0 || (cinfo->Ss == 0 && cinfo->Ah == 0)) { in emit_restart()
634 if (v >>= cinfo->Ah) break; in METHODDEF()
637 if (v >>= cinfo->Ah) break; in METHODDEF()
845 if (cinfo->Ah == 0) { in start_pass()
863 if (cinfo->progressive_mode == 0 || (cinfo->Ss == 0 && cinfo->Ah == 0)) { in start_pass()
H A Drdswitch.c232 scanptr->Ah = (int)val; in GLOBAL()
240 scanptr->Ah = 0; in GLOBAL()
H A Djpeglib.h202 int Ah, Al; /* progressive JPEG successive approx. parms */ member
451 int Ss, Se, Ah, Al; /* progressive JPEG parameters for scan */ member
683 int Ss, Se, Ah, Al; /* progressive JPEG parameters for scan */ member
H A Djcphuff.c220 if (cinfo->Ah == 0) { in start_pass_phuff()
259 if (cinfo->Ah != 0) /* DC refinement needs no table */ in start_pass_phuff()
1068 if (cinfo->Ah != 0) /* DC refinement needs no table */ in finish_pass_gather_phuff()
H A Djdmarker.c361 /* Collect the additional scan parameters Ss, Se, Ah/Al. */ in LOCAL()
367 cinfo->Ah = (c >> 4) & 15; in LOCAL()
371 cinfo->Ah, cinfo->Al); in LOCAL()
H A Djdhuff.c84 /* Check that the scan parameters Ss, Se, Ah/Al are OK for sequential JPEG. in start_pass_huff_decoder()
89 cinfo->Ah != 0 || cinfo->Al != 0) in start_pass_huff_decoder()
H A Djdhuff_opt.c114 /* Check that the scan parameters Ss, Se, Ah/Al are OK for sequential JPEG. in start_pass_huff_decoder()
119 cinfo->Ah != 0 || cinfo->Al != 0) in start_pass_huff_decoder()
H A Dturbojpeg.c1479 dinfo->Ss = dinfo->Ah = dinfo->Al = 0; in tjDecodeYUVPlanes()
/third_party/ffmpeg/libavcodec/
H A Dcbs_jpeg.h76 uint8_t Ah; member
H A Dcbs_jpeg_syntax_template.c144 u(4, Ah, 0, 13); in scan_header()
H A Dvaapi_encode_mjpeg.c373 sh->Ah = 0; in vaapi_encode_mjpeg_init_picture_params()
H A Dmjpegdec.c1432 static int mjpeg_decode_scan(MJpegDecodeContext *s, int nb_components, int Ah, in mjpeg_decode_scan() argument
1525 if (Ah) in mjpeg_decode_scan()
1554 int se, int Ah, int Al) in mjpeg_decode_scan_progressive_ac()
1561 av_assert0(ss>=0 && Ah>=0 && Al>=0); in mjpeg_decode_scan_progressive_ac()
1586 if (Ah) in mjpeg_decode_scan_progressive_ac()
1719 prev_shift = get_bits(&s->gb, 4); /* Ah */ in ff_mjpeg_decode_sos()
1553 mjpeg_decode_scan_progressive_ac(MJpegDecodeContext *s, int ss, int se, int Ah, int Al) mjpeg_decode_scan_progressive_ac() argument
/third_party/lame/libmp3lame/i386/
H A Dnasm.h237 times (1 & ge12(($$-%%here) & 15) & ~ge13(($$-%%here) & 15) & ~ge%1(($$-%%here) & 15)) DB 0EBh,00Ah,90h,90h,90h,90h,90h,90h,90h,90h,90h,90h variable

Completed in 23 milliseconds