Home
last modified time | relevance | path

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

/AliOS-Things-master/components/SDL2/src/image/external/jpeg-9b/
A Djdcoefct.c481 int Al, pred; in decompress_smooth_data() local
581 if (Al > 0 && pred >= (1<<Al)) in decompress_smooth_data()
585 if (Al > 0 && pred >= (1<<Al)) in decompress_smooth_data()
596 if (Al > 0 && pred >= (1<<Al)) in decompress_smooth_data()
600 if (Al > 0 && pred >= (1<<Al)) in decompress_smooth_data()
611 if (Al > 0 && pred >= (1<<Al)) in decompress_smooth_data()
615 if (Al > 0 && pred >= (1<<Al)) in decompress_smooth_data()
626 if (Al > 0 && pred >= (1<<Al)) in decompress_smooth_data()
630 if (Al > 0 && pred >= (1<<Al)) in decompress_smooth_data()
641 if (Al > 0 && pred >= (1<<Al)) in decompress_smooth_data()
[all …]
A Djcparam.c537 int Ss, int Se, int Ah, int Al) in fill_a_scan() argument
545 scanptr->Al = Al; in fill_a_scan()
552 int Ss, int Se, int Ah, int Al) in fill_scans() argument
563 scanptr->Al = Al; in fill_scans()
570 fill_dc_scans (jpeg_scan_info * scanptr, int ncomps, int Ah, int Al) in fill_dc_scans() argument
582 scanptr->Al = Al; in fill_dc_scans()
586 scanptr = fill_scans(scanptr, ncomps, 0, 0, Ah, Al); in fill_dc_scans()
A Djcarith.c389 m = IRIGHT_SHIFT((int) (MCU_data[blkn][0][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()
500 if (v >>= cinfo->Al) { in encode_mcu_AC_first()
507 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()
629 if (v >>= cinfo->Al) break; in encode_mcu_AC_refine()
632 if (v >>= cinfo->Al) break; in encode_mcu_AC_refine()
652 if (v >>= cinfo->Al) { in encode_mcu_AC_refine()
[all …]
A 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()
417 p1 = 1 << cinfo->Al; /* 1 in the bit position being coded */ in decode_mcu_DC_refine()
461 p1 = 1 << cinfo->Al; /* 1 in the bit position being coded */ in decode_mcu_AC_refine()
462 m1 = (-1) << cinfo->Al; /* -1 in the bit position being coded */ in decode_mcu_AC_refine()
664 if (cinfo->Ah-1 != cinfo->Al) in start_pass()
667 if (cinfo->Al > 13) { /* need not check for < 0 */ in start_pass()
670 cinfo->Ss, cinfo->Se, cinfo->Ah, cinfo->Al); in start_pass()
685 coef_bit_ptr[coefi] = cinfo->Al; in start_pass()
704 if (cinfo->Ss != 0 || cinfo->Ah != 0 || cinfo->Al != 0 || in start_pass()
A Djdhuff.c711 int Al = cinfo->Al; in decode_mcu_DC_first() local
758 (*block)[0] = (JCOEF) (s << Al); in decode_mcu_DC_first()
784 int Se, Al; in decode_mcu_AC_first() local
803 Al = cinfo->Al; in decode_mcu_AC_first()
830 (*block)[natural_order[k]] = (JCOEF) (s << Al); in decode_mcu_AC_first()
887 p1 = 1 << cinfo->Al; /* 1 in the bit position being coded */ in decode_mcu_DC_refine()
1343 if (cinfo->Ah-1 != cinfo->Al) in start_pass_huff_decoder()
1346 if (cinfo->Al > 13) { /* need not check for < 0 */ in start_pass_huff_decoder()
1355 cinfo->Ss, cinfo->Se, cinfo->Ah, cinfo->Al); in start_pass_huff_decoder()
1370 coef_bit_ptr[coefi] = cinfo->Al; in start_pass_huff_decoder()
[all …]
A Djchuff.c570 temp = IRIGHT_SHIFT((int) (MCU_data[blkn][0][0]), cinfo->Al); in encode_mcu_DC_first()
637 int Se, Al; in encode_mcu_AC_first() local
648 Al = cinfo->Al; in encode_mcu_AC_first()
670 temp >>= Al; /* apply the point transform */ in encode_mcu_AC_first()
674 temp >>= Al; /* apply the point transform */ in encode_mcu_AC_first()
743 int Al, blkn; in encode_mcu_DC_refine() local
753 Al = cinfo->Al; in encode_mcu_DC_refine()
758 emit_bits_e(entropy, (unsigned int) (MCU_data[blkn][0][0] >> Al), 1); in encode_mcu_DC_refine()
790 int Se, Al; in encode_mcu_AC_refine() local
805 Al = cinfo->Al; in encode_mcu_AC_refine()
[all …]
A Djcmaster.c359 int Ss, Se, Ah, Al; in validate_script() local
407 Al = scanptr->Al; in validate_script()
423 Ah < 0 || Ah > MAX_AH_AL || Al < 0 || Al > MAX_AH_AL) in validate_script()
443 if (Ah != last_bitpos_ptr[coefi] || Al != Ah-1) in validate_script()
446 last_bitpos_ptr[coefi] = Al; in validate_script()
452 if (Ss != 0 || Se != DCTSIZE2-1 || Ah != 0 || Al != 0) in validate_script()
542 cinfo->Al = scanptr->Al; in select_scan_parameters()
561 cinfo->Al = 0; in select_scan_parameters()
A Drdswitch.c224 scanptr->Al = (int) val; in read_scan_script()
230 scanptr->Al = 0; in read_scan_script()
A Djpeglib.h202 int Ah, Al; /* progressive JPEG successive approx. parms */ member
434 int Ss, Se, Ah, Al; /* progressive JPEG parameters for scan */ member
661 int Ss, Se, Ah, Al; /* progressive JPEG parameters for scan */ member
A Dwizard.txt128 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
A Djcmarker.c378 emit_byte(cinfo, (cinfo->Ah << 4) + cinfo->Al); in emit_sos()
A Djdmarker.c394 cinfo->Al = (c ) & 15; in get_sos()
397 cinfo->Ah, cinfo->Al); in get_sos()
A Djdinput.c332 cinfo->Ss, cinfo->Se, cinfo->Ah, cinfo->Al); in initial_setup()
A Dtestimg.ppm4 …DJ�CL�DP�FT�BS�=S�>X�Ba�Fh�Ci�?i�@l�Bp�Gv�Jz�L|�Ix�Ht�Kp�Rs�]z�`{�Xw�Mq�Ck�Al�Cj�Jg�^p�pugNI��v���…
/AliOS-Things-master/components/SDL2/src/image/VisualC/external/include/
A Djpeglib.h202 int Ah, Al; /* progressive JPEG successive approx. parms */ member
434 int Ss, Se, Ah, Al; /* progressive JPEG parameters for scan */ member
661 int Ss, Se, Ah, Al; /* progressive JPEG parameters for scan */ member
/AliOS-Things-master/hardware/chip/rtl872xd/
A Date.bin2093 …�L@����O��Tg��|F�pH!F@F�����'9]0F����/��(F����4�H�B����Hh!�paA��a`Al!�A�AdpG�� ����…

Completed in 43 milliseconds