/third_party/skia/third_party/externals/libjpeg-turbo/ |
H A D | jcparam.c | 408 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 D | jcmaster.c | 186 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 D | jdarith.c | 212 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 D | jdphuff.c | 227 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 D | jcmarker.c | 244 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 D | jcarith.c | 340 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 D | rdswitch.c | 232 scanptr->Ah = (int)val; in GLOBAL() 240 scanptr->Ah = 0; in GLOBAL()
|
H A D | jpeglib.h | 202 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 D | jcphuff.c | 220 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 D | jdmarker.c | 361 /* 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 D | jdhuff.c | 84 /* 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 D | jdhuff_opt.c | 114 /* 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 D | turbojpeg.c | 1479 dinfo->Ss = dinfo->Ah = dinfo->Al = 0; in tjDecodeYUVPlanes()
|
/third_party/ffmpeg/libavcodec/ |
H A D | cbs_jpeg.h | 76 uint8_t Ah; member
|
H A D | cbs_jpeg_syntax_template.c | 144 u(4, Ah, 0, 13); in scan_header()
|
H A D | vaapi_encode_mjpeg.c | 373 sh->Ah = 0; in vaapi_encode_mjpeg_init_picture_params()
|
H A D | mjpegdec.c | 1432 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 D | nasm.h | 237 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
|