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

12

/external/chromium_org/third_party/libjpeg_turbo/
H A Djcmaster.c172 int Ss, Se, Ah, Al; local
219 Ah = scanptr->Ah;
223 /* The JPEG spec simply gives the ranges 0..13 for Ah and Al, but that
236 Ah < 0 || Ah > MAX_AH_AL || Al < 0 || Al > MAX_AH_AL)
252 if (Ah != 0)
256 if (Ah != last_bitpos_ptr[coefi] || Al != Ah-1)
265 if (Ss != 0 || Se != DCTSIZE2-1 || Ah !
[all...]
H A Djcparam.c516 int Ss, int Se, int Ah, int Al)
523 scanptr->Ah = Ah;
531 int Ss, int Se, int Ah, int Al)
541 scanptr->Ah = Ah;
549 fill_dc_scans (jpeg_scan_info * scanptr, int ncomps, int Ah, int Al) argument
560 scanptr->Ah = Ah;
565 scanptr = fill_scans(scanptr, ncomps, 0, 0, Ah, A
515 fill_a_scan(jpeg_scan_info * scanptr, int ci, int Ss, int Se, int Ah, int Al) argument
530 fill_scans(jpeg_scan_info * scanptr, int ncomps, int Ss, int Se, int Ah, int Al) argument
[all...]
H A Djdphuff.c115 if (cinfo->Ah != 0) {
116 /* Successive approximation refinement scan: must have Al = Ah-1. */
117 if (cinfo->Al != cinfo->Ah-1)
130 cinfo->Ss, cinfo->Se, cinfo->Ah, cinfo->Al);
142 if (cinfo->Ah != expected)
149 if (cinfo->Ah == 0) {
167 if (cinfo->Ah == 0) { /* DC refinement needs no table */
H A Djdarith.c203 if (! cinfo->progressive_mode || (cinfo->Ss == 0 && cinfo->Ah == 0)) {
640 if (cinfo->Ah != 0) {
641 /* Successive approximation refinement scan: must have Al = Ah-1. */
642 if (cinfo->Ah-1 != cinfo->Al)
648 cinfo->Ss, cinfo->Se, cinfo->Ah, cinfo->Al);
661 if (cinfo->Ah != expected)
667 if (cinfo->Ah == 0) {
679 /* Check that the scan parameters Ss, Se, Ah/Al are OK for sequential JPEG.
682 if (cinfo->Ss != 0 || cinfo->Ah != 0 || cinfo->Al != 0 ||
692 if (! cinfo->progressive_mode || (cinfo->Ss == 0 && cinfo->Ah
[all...]
H A Djcmarker.c243 if (cinfo->Ss == 0 && cinfo->Ah == 0)
339 td = cinfo->Ss == 0 && cinfo->Ah == 0 ? compptr->dc_tbl_no : 0;
348 emit_byte(cinfo, (cinfo->Ah << 4) + cinfo->Al);
577 if (cinfo->Ss == 0 && cinfo->Ah == 0)
H A Drdswitch.c231 scanptr->Ah = (int) val;
239 scanptr->Ah = 0;
H A Djcarith.c334 if (cinfo->progressive_mode == 0 || (cinfo->Ss == 0 && cinfo->Ah == 0)) {
628 if (v >>= cinfo->Ah) break;
631 if (v >>= cinfo->Ah) break;
839 if (cinfo->Ah == 0) {
857 if (cinfo->progressive_mode == 0 || (cinfo->Ss == 0 && cinfo->Ah == 0)) {
H A Djcphuff.c121 if (cinfo->Ah == 0) {
152 if (cinfo->Ah != 0) /* DC refinement needs no table */
787 if (cinfo->Ah != 0) /* DC refinement needs no table */
H A Djpeglib.h200 int Ah, Al; /* progressive JPEG successive approx. parms */ member in struct:__anon12759
449 int Ss, Se, Ah, Al; /* progressive JPEG parameters for scan */ member in struct:jpeg_compress_struct
681 int Ss, Se, Ah, Al; /* progressive JPEG parameters for scan */ member in struct:jpeg_decompress_struct
/external/jpeg/
H A Djcmaster.c137 int Ss, Se, Ah, Al; local
184 Ah = scanptr->Ah;
188 /* The JPEG spec simply gives the ranges 0..13 for Ah and Al, but that
201 Ah < 0 || Ah > MAX_AH_AL || Al < 0 || Al > MAX_AH_AL)
217 if (Ah != 0)
221 if (Ah != last_bitpos_ptr[coefi] || Al != Ah-1)
230 if (Ss != 0 || Se != DCTSIZE2-1 || Ah !
[all...]
H A Djcparam.c476 int Ss, int Se, int Ah, int Al)
483 scanptr->Ah = Ah;
491 int Ss, int Se, int Ah, int Al)
501 scanptr->Ah = Ah;
509 fill_dc_scans (jpeg_scan_info * scanptr, int ncomps, int Ah, int Al) argument
520 scanptr->Ah = Ah;
525 scanptr = fill_scans(scanptr, ncomps, 0, 0, Ah, A
475 fill_a_scan(jpeg_scan_info * scanptr, int ci, int Ss, int Se, int Ah, int Al) argument
490 fill_scans(jpeg_scan_info * scanptr, int ncomps, int Ss, int Se, int Ah, int Al) argument
[all...]
H A Djdphuff.c114 if (cinfo->Ah != 0) {
115 /* Successive approximation refinement scan: must have Al = Ah-1. */
116 if (cinfo->Al != cinfo->Ah-1)
129 cinfo->Ss, cinfo->Se, cinfo->Ah, cinfo->Al);
141 if (cinfo->Ah != expected)
148 if (cinfo->Ah == 0) {
166 if (cinfo->Ah == 0) { /* DC refinement needs no table */
H A Drdswitch.c219 scanptr->Ah = (int) val;
227 scanptr->Ah = 0;
H A Djcmarker.c333 if (cinfo->Ah != 0 && !cinfo->arith_code)
344 emit_byte(cinfo, (cinfo->Ah << 4) + cinfo->Al);
572 if (cinfo->Ah == 0) /* DC needs no table for refinement scan */
/external/pdfium/core/src/fxcodec/libjpeg/
H A Dfpdfapi_jcmaster.c138 int Ss, Se, Ah, Al; local
185 Ah = scanptr->Ah;
189 /* The JPEG spec simply gives the ranges 0..13 for Ah and Al, but that
202 Ah < 0 || Ah > MAX_AH_AL || Al < 0 || Al > MAX_AH_AL)
218 if (Ah != 0)
222 if (Ah != last_bitpos_ptr[coefi] || Al != Ah-1)
231 if (Ss != 0 || Se != DCTSIZE2-1 || Ah !
[all...]
H A Dfpdfapi_jcparam.c477 int Ss, int Se, int Ah, int Al)
484 scanptr->Ah = Ah;
492 int Ss, int Se, int Ah, int Al)
502 scanptr->Ah = Ah;
510 fill_dc_scans (jpeg_scan_info * scanptr, int ncomps, int Ah, int Al) argument
521 scanptr->Ah = Ah;
526 scanptr = fill_scans(scanptr, ncomps, 0, 0, Ah, A
476 fill_a_scan(jpeg_scan_info * scanptr, int ci, int Ss, int Se, int Ah, int Al) argument
491 fill_scans(jpeg_scan_info * scanptr, int ncomps, int Ss, int Se, int Ah, int Al) argument
[all...]
H A Dfpdfapi_jdphuff.c116 if (cinfo->Ah != 0) {
117 /* Successive approximation refinement scan: must have Al = Ah-1. */
118 if (cinfo->Al != cinfo->Ah-1)
131 cinfo->Ss, cinfo->Se, cinfo->Ah, cinfo->Al);
143 if (cinfo->Ah != expected)
150 if (cinfo->Ah == 0) {
168 if (cinfo->Ah == 0) { /* DC refinement needs no table */
H A Dfpdfapi_jcmarker.c334 if (cinfo->Ah != 0 && !cinfo->arith_code)
345 emit_byte(cinfo, (cinfo->Ah << 4) + cinfo->Al);
573 if (cinfo->Ah == 0) /* DC needs no table for refinement scan */
/external/qemu/distrib/jpeg-6b/
H A Djcmaster.c137 int Ss, Se, Ah, Al; local
184 Ah = scanptr->Ah;
188 /* The JPEG spec simply gives the ranges 0..13 for Ah and Al, but that
201 Ah < 0 || Ah > MAX_AH_AL || Al < 0 || Al > MAX_AH_AL)
217 if (Ah != 0)
221 if (Ah != last_bitpos_ptr[coefi] || Al != Ah-1)
230 if (Ss != 0 || Se != DCTSIZE2-1 || Ah !
[all...]
H A Djcparam.c482 int Ss, int Se, int Ah, int Al)
489 scanptr->Ah = Ah;
497 int Ss, int Se, int Ah, int Al)
507 scanptr->Ah = Ah;
515 fill_dc_scans (jpeg_scan_info * scanptr, int ncomps, int Ah, int Al) argument
526 scanptr->Ah = Ah;
531 scanptr = fill_scans(scanptr, ncomps, 0, 0, Ah, A
481 fill_a_scan(jpeg_scan_info * scanptr, int ci, int Ss, int Se, int Ah, int Al) argument
496 fill_scans(jpeg_scan_info * scanptr, int ncomps, int Ss, int Se, int Ah, int Al) argument
[all...]
H A Djdphuff.c118 if (cinfo->Ah != 0) {
119 /* Successive approximation refinement scan: must have Al = Ah-1. */
120 if (cinfo->Al != cinfo->Ah-1)
133 cinfo->Ss, cinfo->Se, cinfo->Ah, cinfo->Al);
145 if (cinfo->Ah != expected)
152 if (cinfo->Ah == 0) {
170 if (cinfo->Ah == 0) { /* DC refinement needs no table */
H A Drdswitch.c219 scanptr->Ah = (int) val;
227 scanptr->Ah = 0;
H A Djcmarker.c333 if (cinfo->Ah != 0 && !cinfo->arith_code)
344 emit_byte(cinfo, (cinfo->Ah << 4) + cinfo->Al);
572 if (cinfo->Ah == 0) /* DC needs no table for refinement scan */
/external/chromium_org/third_party/yasm/source/patched-yasm/modules/arch/x86/tests/
H A Davxcc.asm59 vcmpngtpd xmm1, xmm2, xmm3 ; 0Ah
77 vcmpngt_uqpd xmm1, xmm2, xmm3 ; 1Ah
113 vcmpngtpd xmm1, xmm2, [rax] ; 0Ah
131 vcmpngt_uqpd xmm1, xmm2, [rax] ; 1Ah
167 vcmpngtpd xmm1, xmm2, dqword [rax] ; 0Ah
185 vcmpngt_uqpd xmm1, xmm2, dqword [rax] ; 1Ah
203 vcmpngtpd ymm1, ymm2, ymm3 ; 0Ah
221 vcmpngt_uqpd ymm1, ymm2, ymm3 ; 1Ah
239 vcmpngtpd ymm1, ymm2, [rax] ; 0Ah
257 vcmpngt_uqpd ymm1, ymm2, [rax] ; 1Ah
[all...]
/external/chromium_org/third_party/yasm/source/patched-yasm/modules/objfmts/bin/tests/multisect/
H A Dmultisect1.asm13 mov ah, 4Ah ; DOS resize mem.block

Completed in 271 milliseconds

12