Home
last modified time | relevance | path

Searched refs:Ah (Results 1 – 25 of 36) 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.c353 cinfo->Ah = (c >> 4) & 15; in get_sos()
357 cinfo->Ah, cinfo->Al); in get_sos()
Djdhuff.c98 cinfo->Ah != 0 || cinfo->Al != 0) in start_pass_huff_decoder()
/external/qemu/distrib/jpeg-6b/
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.c482 int Ss, int Se, int Ah, int Al) in fill_a_scan() argument
489 scanptr->Ah = Ah; in fill_a_scan()
497 int Ss, int Se, int Ah, int Al) in fill_scans() argument
507 scanptr->Ah = Ah; in fill_scans()
515 fill_dc_scans (jpeg_scan_info * scanptr, int ncomps, int Ah, int Al) in fill_dc_scans() argument
526 scanptr->Ah = Ah; in fill_dc_scans()
531 scanptr = fill_scans(scanptr, ncomps, 0, 0, Ah, Al); in fill_dc_scans()
Djdphuff.c118 if (cinfo->Ah != 0) { in start_pass_phuff_decoder()
120 if (cinfo->Al != cinfo->Ah-1) in start_pass_phuff_decoder()
133 cinfo->Ss, cinfo->Se, cinfo->Ah, cinfo->Al); in start_pass_phuff_decoder()
145 if (cinfo->Ah != expected) in start_pass_phuff_decoder()
152 if (cinfo->Ah == 0) { in start_pass_phuff_decoder()
170 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.c353 cinfo->Ah = (c >> 4) & 15; in get_sos()
357 cinfo->Ah, cinfo->Al); in get_sos()
Djdhuff.c98 cinfo->Ah != 0 || cinfo->Al != 0) in start_pass_huff_decoder()
/external/chromium/chrome/common/extensions/docs/examples/extensions/benchmark/jquery/
Djquery.flot.min.js1Ah=AR.data,Ae=AR.datapoints.format;if(!Ae){Ae=[];Ae.push({x:true,number:true,required:true});Ae.pu…
/external/icu4c/data/locales/
Dms.txt333 "Ah",
371 "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؉…

12