Home
last modified time | relevance | path

Searched refs:JCOEF (Results 1 – 25 of 31) sorted by relevance

12

/external/libjpeg-turbo/
Djcphuff.c77 void (*AC_first_prepare) (const JCOEF *block,
79 int Al, JCOEF *values, size_t *zerobits);
81 int (*AC_refine_prepare) (const JCOEF *block,
83 int Al, JCOEF *absvalues, size_t *bits);
152 (const JCOEF *block, const int *jpeg_natural_order_start, int Sl, int Al,
153 JCOEF *values, size_t *zerobits);
159 (const JCOEF *block, const int *jpeg_natural_order_start, int Sl, int Al,
160 JCOEF *absvalues, size_t *bits);
585 encode_mcu_AC_first_prepare(const JCOEF *block, in encode_mcu_AC_first_prepare()
587 int Al, JCOEF *values, size_t *bits) in encode_mcu_AC_first_prepare()
[all …]
Djsimd.h110 (const JCOEF *block, const int *jpeg_natural_order_start, int Sl, int Al,
111 JCOEF *values, size_t *zerobits);
116 (const JCOEF *block, const int *jpeg_natural_order_start, int Sl, int Al,
117 JCOEF *absvalues, size_t *bits);
Djsimd_none.c400 jsimd_encode_mcu_AC_first_prepare(const JCOEF *block, in jsimd_encode_mcu_AC_first_prepare()
402 int Al, JCOEF *values, size_t *zerobits) in jsimd_encode_mcu_AC_first_prepare()
413 jsimd_encode_mcu_AC_refine_prepare(const JCOEF *block, in jsimd_encode_mcu_AC_refine_prepare()
415 int Al, JCOEF *absvalues, size_t *bits) in jsimd_encode_mcu_AC_refine_prepare()
Djdcoefct.c421 JCOEF *workspace; in decompress_smooth_data()
538 workspace[1] = (JCOEF)pred; in decompress_smooth_data()
553 workspace[8] = (JCOEF)pred; in decompress_smooth_data()
568 workspace[16] = (JCOEF)pred; in decompress_smooth_data()
583 workspace[9] = (JCOEF)pred; in decompress_smooth_data()
598 workspace[2] = (JCOEF)pred; in decompress_smooth_data()
689 coef->workspace = (JCOEF *) in jinit_d_coef_controller()
691 sizeof(JCOEF) * DCTSIZE2); in jinit_d_coef_controller()
Djdhuff.c596 (*block)[0] = (JCOEF)s; in decode_mcu_slow()
619 (*block)[jpeg_natural_order[k]] = (JCOEF)s; in decode_mcu_slow()
690 (*block)[0] = (JCOEF)s; in decode_mcu_fast()
705 (*block)[jpeg_natural_order[k]] = (JCOEF)s; in decode_mcu_fast()
Djdarith.c316 (*block)[0] = (JCOEF)LEFT_SHIFT(entropy->last_dc_val[ci], cinfo->Al); in decode_mcu_DC_first()
391 (*block)[jpeg_natural_order[k]] = (JCOEF)((unsigned)v << cinfo->Al); in decode_mcu_AC_first()
574 (*block)[0] = (JCOEF)entropy->last_dc_val[ci]; in decode_mcu()
619 (*block)[jpeg_natural_order[k]] = (JCOEF)v; in decode_mcu()
Djdcoefct.h44 JCOEF *workspace;
Djutils.c123 MEMCOPY(output_row, input_row, num_blocks * (DCTSIZE2 * sizeof(JCOEF))); in jcopy_block_row()
Djdphuff.c354 (*block)[0] = (JCOEF)LEFT_SHIFT(s, Al); in decode_mcu_DC_first()
422 (*block)[jpeg_natural_order[k]] = (JCOEF)LEFT_SHIFT(s, Al); in decode_mcu_AC_first()
604 (*block)[pos] = (JCOEF)s; in decode_mcu_AC_refine()
Djcdctmgr.c437 output_ptr[i] = (JCOEF)temp; in quantize()
473 output_ptr[i] = (JCOEF)temp; in quantize()
574 output_ptr[i] = (JCOEF)((int)(temp + (FAST_FLOAT)16384.5) - 16384); in quantize_float()
Djmorecfg.h91 typedef short JCOEF; typedef
Djpeglib.h73 typedef JCOEF JBLOCK[DCTSIZE2]; /* one block of coefficients */
78 typedef JCOEF *JCOEFPTR; /* useful in a couple of places */
/external/libjpeg-turbo/simd/arm/
Djsimd.c500 if (sizeof(JCOEF) != 2) in jsimd_can_quantize()
537 if (sizeof(JCOEF) != 2) in jsimd_can_idct_2x2()
560 if (sizeof(JCOEF) != 2) in jsimd_can_idct_4x4()
599 if (sizeof(JCOEF) != 2) in jsimd_can_idct_islow()
622 if (sizeof(JCOEF) != 2) in jsimd_can_idct_ifast()
677 if (sizeof(JCOEF) != 2) in jsimd_can_huff_encode_one_block()
702 jsimd_encode_mcu_AC_first_prepare(const JCOEF *block, in jsimd_encode_mcu_AC_first_prepare()
704 int Al, JCOEF *values, size_t *zerobits) in jsimd_encode_mcu_AC_first_prepare()
715 jsimd_encode_mcu_AC_refine_prepare(const JCOEF *block, in jsimd_encode_mcu_AC_refine_prepare()
717 int Al, JCOEF *absvalues, size_t *bits) in jsimd_encode_mcu_AC_refine_prepare()
/external/libjpeg-turbo/simd/x86_64/
Djsimd.c784 if (sizeof(JCOEF) != 2) in jsimd_can_quantize()
805 if (sizeof(JCOEF) != 2) in jsimd_can_quantize_float()
840 if (sizeof(JCOEF) != 2) in jsimd_can_idct_2x2()
863 if (sizeof(JCOEF) != 2) in jsimd_can_idct_4x4()
902 if (sizeof(JCOEF) != 2) in jsimd_can_idct_islow()
927 if (sizeof(JCOEF) != 2) in jsimd_can_idct_ifast()
951 if (sizeof(JCOEF) != 2) in jsimd_can_idct_float()
1006 if (sizeof(JCOEF) != 2) in jsimd_can_huff_encode_one_block()
1032 if (sizeof(JCOEF) != 2) in jsimd_can_encode_mcu_AC_first_prepare()
1043 jsimd_encode_mcu_AC_first_prepare(const JCOEF *block, in jsimd_encode_mcu_AC_first_prepare()
[all …]
Djcphuff-sse2.asm253 ; jsimd_encode_mcu_AC_first_prepare_sse2(const JCOEF *block,
255 ; int Sl, int Al, JCOEF *values,
258 ; r10 = const JCOEF *block
262 ; r14 = JCOEF *values
415 ; jsimd_encode_mcu_AC_refine_prepare_sse2(const JCOEF *block,
417 ; int Sl, int Al, JCOEF *absvalues,
420 ; r10 = const JCOEF *block
424 ; r14 = JCOEF *values
/external/libjpeg-turbo/simd/arm64/
Djsimd.c574 if (sizeof(JCOEF) != 2) in jsimd_can_quantize()
611 if (sizeof(JCOEF) != 2) in jsimd_can_idct_2x2()
634 if (sizeof(JCOEF) != 2) in jsimd_can_idct_4x4()
673 if (sizeof(JCOEF) != 2) in jsimd_can_idct_islow()
696 if (sizeof(JCOEF) != 2) in jsimd_can_idct_ifast()
751 if (sizeof(JCOEF) != 2) in jsimd_can_huff_encode_one_block()
780 jsimd_encode_mcu_AC_first_prepare(const JCOEF *block, in jsimd_encode_mcu_AC_first_prepare()
782 int Al, JCOEF *values, size_t *zerobits) in jsimd_encode_mcu_AC_first_prepare()
793 jsimd_encode_mcu_AC_refine_prepare(const JCOEF *block, in jsimd_encode_mcu_AC_refine_prepare()
795 int Al, JCOEF *absvalues, size_t *bits) in jsimd_encode_mcu_AC_refine_prepare()
/external/libjpeg-turbo/simd/mips/
Djsimd.c686 if (sizeof(JCOEF) != 2) in jsimd_can_convsamp_float()
784 if (sizeof(JCOEF) != 2) in jsimd_can_quantize()
803 if (sizeof(JCOEF) != 2) in jsimd_can_quantize_float()
843 if (sizeof(JCOEF) != 2) in jsimd_can_idct_2x2()
866 if (sizeof(JCOEF) != 2) in jsimd_can_idct_4x4()
889 if (sizeof(JCOEF) != 2) in jsimd_can_idct_6x6()
913 if (sizeof(JCOEF) != 2) in jsimd_can_idct_12x12()
986 if (sizeof(JCOEF) != 2) in jsimd_can_idct_islow()
1009 if (sizeof(JCOEF) != 2) in jsimd_can_idct_ifast()
1105 jsimd_encode_mcu_AC_first_prepare(const JCOEF *block, in jsimd_encode_mcu_AC_first_prepare()
[all …]
/external/libjpeg-turbo/simd/i386/
Djsimd.c914 if (sizeof(JCOEF) != 2) in jsimd_can_quantize()
937 if (sizeof(JCOEF) != 2) in jsimd_can_quantize_float()
983 if (sizeof(JCOEF) != 2) in jsimd_can_idct_2x2()
1008 if (sizeof(JCOEF) != 2) in jsimd_can_idct_4x4()
1057 if (sizeof(JCOEF) != 2) in jsimd_can_idct_islow()
1084 if (sizeof(JCOEF) != 2) in jsimd_can_idct_ifast()
1110 if (sizeof(JCOEF) != 2) in jsimd_can_idct_float()
1183 if (sizeof(JCOEF) != 2) in jsimd_can_huff_encode_one_block()
1209 if (sizeof(JCOEF) != 2) in jsimd_can_encode_mcu_AC_first_prepare()
1220 jsimd_encode_mcu_AC_first_prepare(const JCOEF *block, in jsimd_encode_mcu_AC_first_prepare()
[all …]
Djcphuff-sse2.asm253 ; jsimd_encode_mcu_AC_first_prepare_sse2(const JCOEF *block,
255 ; int Sl, int Al, JCOEF *values,
258 ; eax + 8 = const JCOEF *block
262 ; eax + 24 = JCOEF *values
426 ; jsimd_encode_mcu_AC_refine_prepare_sse2(const JCOEF *block,
428 ; int Sl, int Al, JCOEF *absvalues,
431 ; eax + 8 = const JCOEF *block
435 ; eax + 24 = JCOEF *values
/external/libjpeg-turbo/simd/loongson/
Djsimd.c433 if (sizeof(JCOEF) != 2) in jsimd_can_quantize()
522 if (sizeof(JCOEF) != 2) in jsimd_can_idct_islow()
592 jsimd_encode_mcu_AC_first_prepare(const JCOEF *block, in jsimd_encode_mcu_AC_first_prepare()
594 int Al, JCOEF *values, size_t *zerobits) in jsimd_encode_mcu_AC_first_prepare()
605 jsimd_encode_mcu_AC_refine_prepare(const JCOEF *block, in jsimd_encode_mcu_AC_refine_prepare()
607 int Al, JCOEF *absvalues, size_t *bits) in jsimd_encode_mcu_AC_refine_prepare()
/external/libjpeg-turbo/simd/powerpc/
Djsimd.c713 if (sizeof(JCOEF) != 2) in jsimd_can_quantize()
776 if (sizeof(JCOEF) != 2) in jsimd_can_idct_islow()
793 if (sizeof(JCOEF) != 2) in jsimd_can_idct_ifast()
854 jsimd_encode_mcu_AC_first_prepare(const JCOEF *block, in jsimd_encode_mcu_AC_first_prepare()
856 int Al, JCOEF *values, size_t *zerobits) in jsimd_encode_mcu_AC_first_prepare()
867 jsimd_encode_mcu_AC_refine_prepare(const JCOEF *block, in jsimd_encode_mcu_AC_refine_prepare()
869 int Al, JCOEF *absvalues, size_t *bits) in jsimd_encode_mcu_AC_refine_prepare()
/external/libjpeg-turbo/simd/nasm/
Djsimdcfg.inc.h78 %define JCOEF word ; short
79 %define SIZEOF_JCOEF SIZEOF_WORD ; sizeof(JCOEF)
90 %define JCOEFPTR POINTER ; JCOEF * (jpeglib.h)
Djsimdcfg.inc50 %define JCOEF word ; short
51 %define SIZEOF_JCOEF SIZEOF_WORD ; sizeof(JCOEF)
60 %define JCOEFPTR POINTER ; JCOEF * (jpeglib.h)
/external/skqp/third_party/libjpeg-turbo/
Djsimdcfg.inc50 %define JCOEF word ; short
51 %define SIZEOF_JCOEF SIZEOF_WORD ; sizeof(JCOEF)
60 %define JCOEFPTR POINTER ; JCOEF * (jpeglib.h)
/external/skia/third_party/libjpeg-turbo/
Djsimdcfg.inc50 %define JCOEF word ; short
51 %define SIZEOF_JCOEF SIZEOF_WORD ; sizeof(JCOEF)
60 %define JCOEFPTR POINTER ; JCOEF * (jpeglib.h)

12