Home
last modified time | relevance | path

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

12345

/external/pdfium/third_party/libjpeg/
Dfpdfapi_jdcoefct.c479 int Al, pred; in decompress_smooth_data() local
575 if ((Al=coef_bits[1]) != 0 && workspace[1] == 0) { in decompress_smooth_data()
579 if (Al > 0 && pred >= (1<<Al)) in decompress_smooth_data()
580 pred = (1<<Al)-1; in decompress_smooth_data()
583 if (Al > 0 && pred >= (1<<Al)) in decompress_smooth_data()
584 pred = (1<<Al)-1; in decompress_smooth_data()
590 if ((Al=coef_bits[2]) != 0 && workspace[8] == 0) { in decompress_smooth_data()
594 if (Al > 0 && pred >= (1<<Al)) in decompress_smooth_data()
595 pred = (1<<Al)-1; in decompress_smooth_data()
598 if (Al > 0 && pred >= (1<<Al)) in decompress_smooth_data()
[all …]
Dfpdfapi_jdphuff.c117 if (cinfo->Al != cinfo->Ah-1) in start_pass_phuff_decoder()
120 if (cinfo->Al > 13) /* need not check for < 0 */ in start_pass_phuff_decoder()
130 cinfo->Ss, cinfo->Se, cinfo->Ah, cinfo->Al); in start_pass_phuff_decoder()
144 coef_bit_ptr[coefi] = cinfo->Al; in start_pass_phuff_decoder()
289 int Al = cinfo->Al; in decode_mcu_DC_first() local
336 (*block)[0] = (JCOEF) (s << Al); in decode_mcu_DC_first()
361 int Al = cinfo->Al; in decode_mcu_AC_first() local
404 (*block)[jpeg_natural_order[k]] = (JCOEF) (s << Al); in decode_mcu_AC_first()
445 int p1 = 1 << cinfo->Al; /* 1 in the bit position being coded */ in decode_mcu_DC_refine()
495 int p1 = 1 << cinfo->Al; /* 1 in the bit position being coded */ in decode_mcu_AC_refine()
[all …]
Dfpdfapi_jcparam.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()
Dfpdfapi_jcphuff.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()
Dfpdfapi_jcmaster.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()
/external/libjpeg-turbo/
Djdcoefct.c426 int Al, pred; in decompress_smooth_data() local
526 if ((Al=coef_bits[1]) != 0 && workspace[1] == 0) { in decompress_smooth_data()
530 if (Al > 0 && pred >= (1<<Al)) in decompress_smooth_data()
531 pred = (1<<Al)-1; in decompress_smooth_data()
534 if (Al > 0 && pred >= (1<<Al)) in decompress_smooth_data()
535 pred = (1<<Al)-1; in decompress_smooth_data()
541 if ((Al=coef_bits[2]) != 0 && workspace[8] == 0) { in decompress_smooth_data()
545 if (Al > 0 && pred >= (1<<Al)) in decompress_smooth_data()
546 pred = (1<<Al)-1; in decompress_smooth_data()
549 if (Al > 0 && pred >= (1<<Al)) in decompress_smooth_data()
[all …]
Djdphuff.c120 if (cinfo->Al != cinfo->Ah-1) in start_pass_phuff_decoder()
123 if (cinfo->Al > 13) /* need not check for < 0 */ in start_pass_phuff_decoder()
133 cinfo->Ss, cinfo->Se, cinfo->Ah, cinfo->Al); in start_pass_phuff_decoder()
147 coef_bit_ptr[coefi] = cinfo->Al; in start_pass_phuff_decoder()
294 int Al = cinfo->Al; in decode_mcu_DC_first() local
341 (*block)[0] = (JCOEF) LEFT_SHIFT(s, Al); in decode_mcu_DC_first()
366 int Al = cinfo->Al; in decode_mcu_AC_first() local
409 (*block)[jpeg_natural_order[k]] = (JCOEF) LEFT_SHIFT(s, Al); in decode_mcu_AC_first()
450 int p1 = 1 << cinfo->Al; /* 1 in the bit position being coded */ in decode_mcu_DC_refine()
500 int p1 = 1 << cinfo->Al; /* 1 in the bit position being coded */ in decode_mcu_AC_refine()
[all …]
Djcparam.c407 int Ss, int Se, int Ah, int Al) in fill_a_scan() argument
415 scanptr->Al = Al; in fill_a_scan()
422 int Ss, int Se, int Ah, int Al) in fill_scans() argument
433 scanptr->Al = Al; in fill_scans()
440 fill_dc_scans (jpeg_scan_info * scanptr, int ncomps, int Ah, int Al) in fill_dc_scans() argument
452 scanptr->Al = Al; in fill_dc_scans()
456 scanptr = fill_scans(scanptr, ncomps, 0, 0, Ah, Al); in fill_dc_scans()
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.c172 int Ss, Se, Ah, Al; in validate_script() local
220 Al = scanptr->Al; in validate_script()
236 Ah < 0 || Ah > MAX_AH_AL || Al < 0 || Al > MAX_AH_AL) in validate_script()
256 if (Ah != last_bitpos_ptr[coefi] || Al != Ah-1) in validate_script()
259 last_bitpos_ptr[coefi] = Al; in validate_script()
265 if (Ss != 0 || Se != DCTSIZE2-1 || Ah != 0 || Al != 0) in validate_script()
321 cinfo->Al = scanptr->Al; in select_scan_parameters()
337 cinfo->Al = 0; in select_scan_parameters()
Djcarith.c393 m = IRIGHT_SHIFT((int) ((*block)[0]), cinfo->Al); in encode_mcu_DC_first()
487 if (v >>= cinfo->Al) break; in encode_mcu_AC_first()
490 if (v >>= cinfo->Al) break; in encode_mcu_AC_first()
499 if (v >>= cinfo->Al) { in encode_mcu_AC_first()
506 if (v >>= cinfo->Al) { in encode_mcu_AC_first()
558 int Al, blkn; in encode_mcu_DC_refine() local
572 Al = cinfo->Al; in encode_mcu_DC_refine()
577 arith_encode(cinfo, st, (MCU_data[blkn][0][0] >> Al) & 1); in encode_mcu_DC_refine()
621 if (v >>= cinfo->Al) break; in encode_mcu_AC_refine()
624 if (v >>= cinfo->Al) break; in encode_mcu_AC_refine()
[all …]
Djdarith.c309 (*block)[0] = (JCOEF) LEFT_SHIFT(entropy->last_dc_val[ci], cinfo->Al); in decode_mcu_DC_first()
384 (*block)[jpeg_natural_order[k]] = (JCOEF) (v << cinfo->Al); in decode_mcu_AC_first()
410 p1 = 1 << cinfo->Al; /* 1 in the bit position being coded */ in decode_mcu_DC_refine()
451 p1 = 1 << cinfo->Al; /* 1 in the bit position being coded */ in decode_mcu_AC_refine()
452 m1 = (-1) << cinfo->Al; /* -1 in the bit position being coded */ in decode_mcu_AC_refine()
646 if (cinfo->Ah-1 != cinfo->Al) in start_pass()
649 if (cinfo->Al > 13) { /* need not check for < 0 */ in start_pass()
652 cinfo->Ss, cinfo->Se, cinfo->Ah, cinfo->Al); in start_pass()
667 coef_bit_ptr[coefi] = cinfo->Al; in start_pass()
686 if (cinfo->Ss != 0 || cinfo->Ah != 0 || cinfo->Al != 0 || in start_pass()
Drdswitch.c234 scanptr->Al = (int) val; in read_scan_script()
240 scanptr->Al = 0; in read_scan_script()
Djpeglib.h195 int Ah, Al; /* progressive JPEG successive approx. parms */ member
444 int Ss, Se, Ah, Al; /* progressive JPEG parameters for scan */ member
676 int Ss, Se, Ah, Al; /* progressive JPEG parameters for scan */ member
/external/opencv3/3rdparty/libjpeg/
Djdcoefct.c481 int Al, pred; in decompress_smooth_data() local
577 if ((Al=coef_bits[1]) != 0 && workspace[1] == 0) { in decompress_smooth_data()
581 if (Al > 0 && pred >= (1<<Al)) in decompress_smooth_data()
582 pred = (1<<Al)-1; in decompress_smooth_data()
585 if (Al > 0 && pred >= (1<<Al)) in decompress_smooth_data()
586 pred = (1<<Al)-1; in decompress_smooth_data()
592 if ((Al=coef_bits[2]) != 0 && workspace[8] == 0) { in decompress_smooth_data()
596 if (Al > 0 && pred >= (1<<Al)) in decompress_smooth_data()
597 pred = (1<<Al)-1; in decompress_smooth_data()
600 if (Al > 0 && pred >= (1<<Al)) in decompress_smooth_data()
[all …]
Djcparam.c503 int Ss, int Se, int Ah, int Al) in fill_a_scan() argument
511 scanptr->Al = Al; in fill_a_scan()
518 int Ss, int Se, int Ah, int Al) in fill_scans() argument
529 scanptr->Al = Al; in fill_scans()
536 fill_dc_scans (jpeg_scan_info * scanptr, int ncomps, int Ah, int Al) in fill_dc_scans() argument
548 scanptr->Al = Al; in fill_dc_scans()
552 scanptr = fill_scans(scanptr, ncomps, 0, 0, Ah, Al); in fill_dc_scans()
Djcarith.c391 m = IRIGHT_SHIFT((int) ((*block)[0]), cinfo->Al); in encode_mcu_DC_first()
489 if (v >>= cinfo->Al) break; in encode_mcu_AC_first()
492 if (v >>= cinfo->Al) break; in encode_mcu_AC_first()
502 if (v >>= cinfo->Al) { in encode_mcu_AC_first()
509 if (v >>= cinfo->Al) { in encode_mcu_AC_first()
562 int Al, blkn; in encode_mcu_DC_refine() local
576 Al = cinfo->Al; in encode_mcu_DC_refine()
581 arith_encode(cinfo, st, (MCU_data[blkn][0][0] >> Al) & 1); in encode_mcu_DC_refine()
629 if (v >>= cinfo->Al) break; in encode_mcu_AC_refine()
632 if (v >>= cinfo->Al) break; in encode_mcu_AC_refine()
[all …]
Djdarith.c308 (*block)[0] = (JCOEF) (entropy->last_dc_val[ci] << cinfo->Al); in decode_mcu_DC_first()
389 (*block)[natural_order[k]] = (JCOEF) (v << cinfo->Al); in decode_mcu_AC_first()
415 p1 = 1 << cinfo->Al; /* 1 in the bit position being coded */ in decode_mcu_DC_refine()
459 p1 = 1 << cinfo->Al; /* 1 in the bit position being coded */ in decode_mcu_AC_refine()
460 m1 = (-1) << cinfo->Al; /* -1 in the bit position being coded */ in decode_mcu_AC_refine()
662 if (cinfo->Ah-1 != cinfo->Al) in start_pass()
665 if (cinfo->Al > 13) { /* need not check for < 0 */ in start_pass()
668 cinfo->Ss, cinfo->Se, cinfo->Ah, cinfo->Al); in start_pass()
683 coef_bit_ptr[coefi] = cinfo->Al; in start_pass()
702 if (cinfo->Ss != 0 || cinfo->Ah != 0 || cinfo->Al != 0 || in start_pass()
Djdhuff.c698 int Al = cinfo->Al; in decode_mcu_DC_first() local
745 (*block)[0] = (JCOEF) (s << Al); in decode_mcu_DC_first()
771 int Se, Al; in decode_mcu_AC_first() local
790 Al = cinfo->Al; in decode_mcu_AC_first()
817 (*block)[natural_order[k]] = (JCOEF) (s << Al); in decode_mcu_AC_first()
857 int p1 = 1 << cinfo->Al; /* 1 in the bit position being coded */ in decode_mcu_DC_refine()
929 p1 = 1 << cinfo->Al; /* 1 in the bit position being coded */ in decode_mcu_AC_refine()
930 m1 = (-1) << cinfo->Al; /* -1 in the bit position being coded */ in decode_mcu_AC_refine()
1332 if (cinfo->Ah-1 != cinfo->Al) in start_pass_huff_decoder()
1335 if (cinfo->Al > 13) { /* need not check for < 0 */ in start_pass_huff_decoder()
[all …]
Djchuff.c547 int Al = cinfo->Al; in encode_mcu_DC_first() local
569 temp2 = IRIGHT_SHIFT((int) ((*block)[0]), Al); in encode_mcu_DC_first()
634 int Se, Al; in encode_mcu_AC_first() local
647 Al = cinfo->Al; in encode_mcu_AC_first()
669 temp >>= Al; /* apply the point transform */ in encode_mcu_AC_first()
673 temp >>= Al; /* apply the point transform */ in encode_mcu_AC_first()
744 int Al = cinfo->Al; in encode_mcu_DC_refine() local
761 emit_bits_e(entropy, (unsigned int) (temp >> Al), 1); in encode_mcu_DC_refine()
794 int Se, Al; in encode_mcu_AC_refine() local
808 Al = cinfo->Al; in encode_mcu_AC_refine()
[all …]
Djcmaster.c365 int Ss, Se, Ah, Al; in validate_script() local
413 Al = scanptr->Al; in validate_script()
429 Ah < 0 || Ah > MAX_AH_AL || Al < 0 || Al > MAX_AH_AL) in validate_script()
449 if (Ah != last_bitpos_ptr[coefi] || Al != Ah-1) in validate_script()
452 last_bitpos_ptr[coefi] = Al; in validate_script()
458 if (Ss != 0 || Se != DCTSIZE2-1 || Ah != 0 || Al != 0) in validate_script()
548 cinfo->Al = scanptr->Al; in select_scan_parameters()
567 cinfo->Al = 0; in select_scan_parameters()
Djpeglib.h197 int Ah, Al; /* progressive JPEG successive approx. parms */ member
427 int Ss, Se, Ah, Al; /* progressive JPEG parameters for scan */ member
654 int Ss, Se, Ah, Al; /* progressive JPEG parameters for scan */ member
/external/elfutils/tests/
Drun-readelf-z.sh27 [Nr] Name Type Addr Off Size ES Flags Lk Inf Al
28 [Compression Size Al]
49 [Nr] Name Type Addr Off Size ES Flags Lk Inf Al
50 [Compression Size Al]
72 [Nr] Name Type Addr Off Size ES Flags Lk Inf Al
73 [Compression Size Al]
94 [Nr] Name Type Addr Off Size ES Flags Lk Inf Al
95 [Compression Size Al]
117 [Nr] Name Type Addr Off Size ES Flags Lk Inf Al
118 [Compression Size Al]
[all …]
/external/icu/icu4c/source/data/lang/
Djgo.txt15 ar{"Alâbɛ"}
/external/llvm/include/llvm/CodeGen/
DMachineFrameInfo.h118 StackObject(uint64_t Sz, unsigned Al, int64_t SP, bool IM, in StackObject()
120 : SPOffset(SP), Size(Sz), Alignment(Al), isImmutable(IM), in StackObject()

12345