/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 | 359 cinfo->Ah = (c >> 4) & 15; in get_sos() 363 cinfo->Ah, cinfo->Al); in get_sos()
|
D | jdhuff.c | 98 cinfo->Ah != 0 || cinfo->Al != 0) in start_pass_huff_decoder()
|
/external/pdfium/core/src/fxcodec/libjpeg/ |
D | fpdfapi_jcmaster.c | 138 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()
|
D | fpdfapi_jcparam.c | 477 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()
|
D | fpdfapi_jdphuff.c | 116 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()
|
D | fpdfapi_jcmarker.c | 334 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()
|
D | fpdfapi_jcphuff.c | 122 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()
|
D | jpeglib.h | 255 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
|
D | fpdfapi_jdmarker.c | 387 cinfo->Ah = (c >> 4) & 15; in get_sos() 391 cinfo->Ah, cinfo->Al); in get_sos()
|
D | fpdfapi_jdhuff.c | 101 cinfo->Ah != 0 || cinfo->Al != 0) in start_pass_huff_decoder()
|
/external/pdfium/core/include/thirdparties/libjpeg/ |
D | jpeglib.h | 255 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/ |
D | ms.txt | 490 "Ah", 528 "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؉…
|
/external/icu/icu4c/source/samples/ufortune/resources/ |
D | es.txt | 367 "¡Ah! Aquellos DLLs estaban ocupando mucho espacio.
|
/external/valgrind/docs/internals/ |
D | threads-syscalls-signals.txt | 200 What else. Ah, the two internal signals.
|