/external/jpeg/ |
D | jcmaster.c | 137 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()
|
D | jcparam.c | 476 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()
|
D | jdphuff.c | 114 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()
|
D | rdswitch.c | 219 scanptr->Ah = (int) val; in read_scan_script() 227 scanptr->Ah = 0; in read_scan_script()
|
D | jcmarker.c | 333 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()
|
D | jcphuff.c | 121 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()
|
D | jpeglib.h | 188 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
|
D | wizard.doc | 128 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
|
D | jdmarker.c | 353 cinfo->Ah = (c >> 4) & 15; in get_sos() 357 cinfo->Ah, cinfo->Al); in get_sos()
|
D | jdhuff.c | 98 cinfo->Ah != 0 || cinfo->Al != 0) in start_pass_huff_decoder()
|
/external/qemu/distrib/jpeg-6b/ |
D | jcmaster.c | 137 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()
|
D | jcparam.c | 482 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()
|
D | jdphuff.c | 118 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()
|
D | rdswitch.c | 219 scanptr->Ah = (int) val; in read_scan_script() 227 scanptr->Ah = 0; in read_scan_script()
|
D | jcmarker.c | 333 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()
|
D | jcphuff.c | 121 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()
|
D | jpeglib.h | 188 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
|
D | wizard.doc | 128 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
|
D | jdmarker.c | 353 cinfo->Ah = (c >> 4) & 15; in get_sos() 357 cinfo->Ah, cinfo->Al); in get_sos()
|
D | jdhuff.c | 98 cinfo->Ah != 0 || cinfo->Al != 0) in start_pass_huff_decoder()
|
/external/chromium/chrome/common/extensions/docs/examples/extensions/benchmark/jquery/ |
D | jquery.flot.min.js | 1 …Ah=AR.data,Ae=AR.datapoints.format;if(!Ae){Ae=[];Ae.push({x:true,number:true,required:true});Ae.pu…
|
/external/icu4c/data/locales/ |
D | ms.txt | 333 "Ah", 371 "Ah",
|
/external/svox/pico_resources/tools/LingwareBuilding/PicoLingware_source_files/pkb/de-DE/ |
D | de-DE_kdt_posd.pkb | 160 ��l�mRpI�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/ |
D | en-GB_kdt_posd.pkb | 211 …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/ |
D | en-US_lh0_kdt_dur.pkb | 667 �(f8�*����Ζ�}�ǎ���Ah�[m°;�x �gm��Sa��rBkPI{���HB��F�`X�Sa� �]�^kb��dkbp#a¸�-��A[[2؉…
|