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

/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 */
H A Djcphuff.c121 if (cinfo->Ah == 0) {
152 if (cinfo->Ah != 0) /* DC refinement needs no table */
789 if (cinfo->Ah != 0) /* DC refinement needs no table */
H A Djpeglib.h188 int Ah, Al; /* progressive JPEG successive approx. parms */ member in struct:__anon6515
394 int Ss, Se, Ah, Al; /* progressive JPEG parameters for scan */ member in struct:jpeg_compress_struct
616 int Ss, Se, Ah, Al; /* progressive JPEG parameters for scan */ member in struct:jpeg_decompress_struct
H A Djdmarker.c353 /* Collect the additional scan parameters Ss, Se, Ah/Al. */
359 cinfo->Ah = (c >> 4) & 15;
363 cinfo->Ah, cinfo->Al);
H A Djdhuff.c93 /* Check that the scan parameters Ss, Se, Ah/Al are OK for sequential JPEG.
98 cinfo->Ah != 0 || cinfo->Al != 0)
/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 */
H A Dfpdfapi_jcphuff.c122 if (cinfo->Ah == 0) {
153 if (cinfo->Ah != 0) /* DC refinement needs no table */
790 if (cinfo->Ah != 0) /* DC refinement needs no table */
H A Djpeglib.h255 int Ah, Al; /* progressive JPEG successive approx. parms */ member in struct:__anon13328
457 int Ss, Se, Ah, Al; /* progressive JPEG parameters for scan */ member in struct:jpeg_compress_struct
675 int Ss, Se, Ah, Al; /* progressive JPEG parameters for scan */ member in struct:jpeg_decompress_struct
H A Dfpdfapi_jdhuff.c96 /* Check that the scan parameters Ss, Se, Ah/Al are OK for sequential JPEG.
101 cinfo->Ah != 0 || cinfo->Al != 0)
H A Dfpdfapi_jdmarker.c381 /* Collect the additional scan parameters Ss, Se, Ah/Al. */
387 cinfo->Ah = (c >> 4) & 15;
391 cinfo->Ah, cinfo->Al);
/external/pdfium/core/include/thirdparties/libjpeg/
H A Djpeglib.h255 int Ah, Al; /* progressive JPEG successive approx. parms */ member in struct:__anon13115
457 int Ss, Se, Ah, Al; /* progressive JPEG parameters for scan */ member in struct:jpeg_compress_struct
675 int Ss, Se, Ah, Al; /* progressive JPEG parameters for scan */ member in struct:jpeg_decompress_struct
/external/libvpx/libvpx/vp9/common/x86/
H A Dvp9_intrapred_ssse3.asm718 pavgb m5, m3 ; Ah -
/external/v8/tools/profviz/
H A Dgnuplot-4.6.3-emscripten.js[all...]
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.swt.gtk.linux.x86_3.6.1.v3657a.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.swt.win32.win32.x86_3.6.1.v3657a.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...

Completed in 487 milliseconds