Home
last modified time | relevance | path

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

12

/external/jpeg/
Djcmaster.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()
Djcparam.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()
Djdphuff.c114 if (cinfo->Ah != 0) { in start_pass_phuff_decoder()
116 if (cinfo->Al != cinfo->Ah-1) in start_pass_phuff_decoder()
129 cinfo->Ss, cinfo->Se, cinfo->Ah, cinfo->Al); in start_pass_phuff_decoder()
141 if (cinfo->Ah != expected) in start_pass_phuff_decoder()
148 if (cinfo->Ah == 0) { in start_pass_phuff_decoder()
166 if (cinfo->Ah == 0) { /* DC refinement needs no table */ in start_pass_phuff_decoder()
Drdswitch.c219 scanptr->Ah = (int) val; in read_scan_script()
227 scanptr->Ah = 0; in read_scan_script()
Djcmarker.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()
Djcphuff.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.h188 int Ah, Al; /* progressive JPEG successive approx. parms */ member
394 int Ss, Se, Ah, Al; /* progressive JPEG parameters for scan */ member
616 int Ss, Se, Ah, Al; /* progressive JPEG parameters for scan */ member
Dwizard.doc128 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.c359 cinfo->Ah = (c >> 4) & 15; in get_sos()
363 cinfo->Ah, cinfo->Al); in get_sos()
Djdhuff.c98 cinfo->Ah != 0 || cinfo->Al != 0) in start_pass_huff_decoder()
/external/pdfium/core/src/fxcodec/libjpeg/
Dfpdfapi_jcmaster.c138 int Ss, Se, Ah, Al; in validate_script() local
185 Ah = scanptr->Ah; in validate_script()
202 Ah < 0 || Ah > MAX_AH_AL || Al < 0 || Al > MAX_AH_AL) in validate_script()
218 if (Ah != 0) in validate_script()
222 if (Ah != last_bitpos_ptr[coefi] || Al != Ah-1) in validate_script()
231 if (Ss != 0 || Se != DCTSIZE2-1 || Ah != 0 || Al != 0) in validate_script()
286 cinfo->Ah = scanptr->Ah; in select_scan_parameters()
302 cinfo->Ah = 0; in select_scan_parameters()
437 if (cinfo->Ss != 0 || cinfo->Ah == 0 || cinfo->arith_code) { in prepare_for_pass()
Dfpdfapi_jcparam.c477 int Ss, int Se, int Ah, int Al) in fill_a_scan() argument
484 scanptr->Ah = Ah; in fill_a_scan()
492 int Ss, int Se, int Ah, int Al) in fill_scans() argument
502 scanptr->Ah = Ah; in fill_scans()
510 fill_dc_scans (jpeg_scan_info * scanptr, int ncomps, int Ah, int Al) in fill_dc_scans() argument
521 scanptr->Ah = Ah; in fill_dc_scans()
526 scanptr = fill_scans(scanptr, ncomps, 0, 0, Ah, Al); in fill_dc_scans()
Dfpdfapi_jdphuff.c116 if (cinfo->Ah != 0) { in start_pass_phuff_decoder()
118 if (cinfo->Al != cinfo->Ah-1) in start_pass_phuff_decoder()
131 cinfo->Ss, cinfo->Se, cinfo->Ah, cinfo->Al); in start_pass_phuff_decoder()
143 if (cinfo->Ah != expected) in start_pass_phuff_decoder()
150 if (cinfo->Ah == 0) { in start_pass_phuff_decoder()
168 if (cinfo->Ah == 0) { /* DC refinement needs no table */ in start_pass_phuff_decoder()
Dfpdfapi_jcmarker.c334 if (cinfo->Ah != 0 && !cinfo->arith_code) in emit_sos()
345 emit_byte(cinfo, (cinfo->Ah << 4) + cinfo->Al); in emit_sos()
573 if (cinfo->Ah == 0) /* DC needs no table for refinement scan */ in write_scan_header()
Dfpdfapi_jcphuff.c122 if (cinfo->Ah == 0) { in start_pass_phuff()
153 if (cinfo->Ah != 0) /* DC refinement needs no table */ in start_pass_phuff()
790 if (cinfo->Ah != 0) /* DC refinement needs no table */ in finish_pass_gather_phuff()
Djpeglib.h255 int Ah, Al; /* progressive JPEG successive approx. parms */ member
457 int Ss, Se, Ah, Al; /* progressive JPEG parameters for scan */ member
675 int Ss, Se, Ah, Al; /* progressive JPEG parameters for scan */ member
Dfpdfapi_jdmarker.c387 cinfo->Ah = (c >> 4) & 15; in get_sos()
391 cinfo->Ah, cinfo->Al); in get_sos()
Dfpdfapi_jdhuff.c101 cinfo->Ah != 0 || cinfo->Al != 0) in start_pass_huff_decoder()
/external/pdfium/core/include/thirdparties/libjpeg/
Djpeglib.h255 int Ah, Al; /* progressive JPEG successive approx. parms */ member
457 int Ss, Se, Ah, Al; /* progressive JPEG parameters for scan */ member
675 int Ss, Se, Ah, Al; /* progressive JPEG parameters for scan */ member
/external/icu/icu4c/source/data/locales/
Dms.txt490 "Ah",
528 "Ah",
/external/svox/pico_resources/tools/LingwareBuilding/PicoLingware_source_files/pkb/de-DE/
Dde-DE_kdt_posd.pkb160 ���l�mRp��I�5�L�p4pŨX�[N2���l�i[@����a�7 �T�l�τ��p�/ �Z���N-v�u���_����H/��\�,Ah �g���}…
/external/svox/pico_resources/tools/LingwareBuilding/PicoLingware_source_files/pkb/en-GB/
Den-GB_kdt_posd.pkb211 …PL4��rY�{6�p��e���$DZt�-#�,����$Ah�bѧY;C�A����X���6���*D���p� �D�� gㅂ����K50��2�H…
/external/svox/pico_resources/tools/LingwareBuilding/PicoLingware_source_files/pkb/en-US/
Den-US_lh0_kdt_dur.pkb667 � ( f8�*����Ζ�}�ǎ���Ah�[m°;�x ����g m��Sa��rBkPI{���HB��F�`X�Sa� �]� ^kb��dkbp#a¸�-��A[[2؉…
/external/icu/icu4c/source/samples/ufortune/resources/
Des.txt367Ah! Aquellos DLLs estaban ocupando mucho espacio.
/external/valgrind/docs/internals/
Dthreads-syscalls-signals.txt200 What else. Ah, the two internal signals.

12