Home
last modified time | relevance | path

Searched refs:Al (Results 1 – 25 of 57) sorted by relevance

123

/external/jpeg/
Djdcoefct.c732 int Al, pred; in decompress_smooth_data() local
828 if ((Al=coef_bits[1]) != 0 && workspace[1] == 0) { in decompress_smooth_data()
832 if (Al > 0 && pred >= (1<<Al)) in decompress_smooth_data()
833 pred = (1<<Al)-1; in decompress_smooth_data()
836 if (Al > 0 && pred >= (1<<Al)) in decompress_smooth_data()
837 pred = (1<<Al)-1; in decompress_smooth_data()
843 if ((Al=coef_bits[2]) != 0 && workspace[8] == 0) { in decompress_smooth_data()
847 if (Al > 0 && pred >= (1<<Al)) in decompress_smooth_data()
848 pred = (1<<Al)-1; in decompress_smooth_data()
851 if (Al > 0 && pred >= (1<<Al)) in decompress_smooth_data()
[all …]
Djcparam.c476 int Ss, int Se, int Ah, int Al) in fill_a_scan() argument
484 scanptr->Al = Al; in fill_a_scan()
491 int Ss, int Se, int Ah, int Al) in fill_scans() argument
502 scanptr->Al = Al; in fill_scans()
509 fill_dc_scans (jpeg_scan_info * scanptr, int ncomps, int Ah, int Al) in fill_dc_scans() argument
521 scanptr->Al = Al; in fill_dc_scans()
525 scanptr = fill_scans(scanptr, ncomps, 0, 0, Ah, Al); in fill_dc_scans()
Djdphuff.c116 if (cinfo->Al != cinfo->Ah-1) in start_pass_phuff_decoder()
119 if (cinfo->Al > 13) /* need not check for < 0 */ in start_pass_phuff_decoder()
129 cinfo->Ss, cinfo->Se, cinfo->Ah, cinfo->Al); in start_pass_phuff_decoder()
143 coef_bit_ptr[coefi] = cinfo->Al; in start_pass_phuff_decoder()
288 int Al = cinfo->Al; in decode_mcu_DC_first() local
335 (*block)[0] = (JCOEF) (s << Al); in decode_mcu_DC_first()
360 int Al = cinfo->Al; in decode_mcu_AC_first() local
403 (*block)[jpeg_natural_order[k]] = (JCOEF) (s << Al); in decode_mcu_AC_first()
444 int p1 = 1 << cinfo->Al; /* 1 in the bit position being coded */ in decode_mcu_DC_refine()
494 int p1 = 1 << cinfo->Al; /* 1 in the bit position being coded */ in decode_mcu_AC_refine()
[all …]
Djcphuff.c383 int Al = cinfo->Al; in encode_mcu_DC_first() local
405 temp2 = IRIGHT_SHIFT((int) ((*block)[0]), Al); in encode_mcu_DC_first()
471 int Al = cinfo->Al; in encode_mcu_AC_first() local
501 temp >>= Al; /* apply the point transform */ in encode_mcu_AC_first()
505 temp >>= Al; /* apply the point transform */ in encode_mcu_AC_first()
576 int Al = cinfo->Al; in encode_mcu_DC_refine() local
593 emit_bits(entropy, (unsigned int) (temp >> Al), 1); in encode_mcu_DC_refine()
627 int Al = cinfo->Al; in encode_mcu_AC_refine() local
654 temp >>= Al; /* apply the point transform */ in encode_mcu_AC_refine()
Djcmaster.c137 int Ss, Se, Ah, Al; in validate_script() local
185 Al = scanptr->Al; in validate_script()
201 Ah < 0 || Ah > MAX_AH_AL || Al < 0 || Al > MAX_AH_AL) in validate_script()
221 if (Ah != last_bitpos_ptr[coefi] || Al != Ah-1) in validate_script()
224 last_bitpos_ptr[coefi] = Al; in validate_script()
230 if (Ss != 0 || Se != DCTSIZE2-1 || Ah != 0 || Al != 0) in validate_script()
286 cinfo->Al = scanptr->Al; in select_scan_parameters()
302 cinfo->Al = 0; in select_scan_parameters()
Drdswitch.c222 scanptr->Al = (int) val; in read_scan_script()
228 scanptr->Al = 0; in read_scan_script()
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
144 Al Successive approximation low bit position for scan
/external/llvm/include/llvm/CodeGen/
DMachineFrameInfo.h110 StackObject(uint64_t Sz, unsigned Al, int64_t SP, bool IM, in StackObject()
112 : SPOffset(SP), Size(Sz), Alignment(Al), isImmutable(IM), in StackObject()
/external/llvm/include/llvm/Target/
DTargetRegisterInfo.h63 unsigned RS, unsigned Al, int CC, bool Allocable, in TargetRegisterClass() argument
67 RegSize(RS), Alignment(Al), CopyCost(CC), Allocatable(Allocable), in TargetRegisterClass()
/external/icu4c/data/curr/
Dkhq.txt64 "Alžeeri Dinar",
Dses.txt64 "Alžeeri Dinar",
/external/icu4c/data/locales/
Dluy.txt77 "Al",
Dha.txt82 "Al",
/external/icu4c/data/region/
Dses.txt69 DZ{"Alžeeri"}
Deo.txt67 DZ{"Alĝerio"}
Dkhq.txt69 DZ{"Alžeeri"}
Dhr.txt111 DZ{"Alžir"}
Dmt.txt104 DZ{"Alġerija"}
Dbs.txt108 DZ{"Alžir"}
Det.txt110 DZ{"Alžeeria"}
Dsr_Latn.txt109 DZ{"Alžir"}
Dlt.txt111 DZ{"Alžyras"}
Dsl.txt111 DZ{"Alžirija"}
/external/chromium/chrome/common/extensions/docs/examples/extensions/benchmark/jquery/
Djquery.flot.min.js1 …[AK].datamax=AQ;s[AK].used=false}function AN(Al,Ak,Aj){if(Ak<Al.datamin){Al.datamin=Ak}if(Aj>Al.da… argument

123