Home
last modified time | relevance | path

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

12

/external/libjpeg-turbo/
Djcphuff.c83 void (*AC_first_prepare) (const JCOEF *block,
85 int Al, JCOEF *values, size_t *zerobits);
87 int (*AC_refine_prepare) (const JCOEF *block,
89 int Al, JCOEF *absvalues, size_t *bits);
158 (const JCOEF *block, const int *jpeg_natural_order_start, int Sl, int Al,
159 JCOEF *values, size_t *zerobits);
165 (const JCOEF *block, const int *jpeg_natural_order_start, int Sl, int Al,
166 JCOEF *absvalues, size_t *bits);
593 encode_mcu_AC_first_prepare(const JCOEF *block, in encode_mcu_AC_first_prepare()
595 int Al, JCOEF *values, size_t *bits) in encode_mcu_AC_first_prepare()
[all …]
Djsimd.h116 (const JCOEF *block, const int *jpeg_natural_order_start, int Sl, int Al,
117 JCOEF *values, size_t *zerobits);
122 (const JCOEF *block, const int *jpeg_natural_order_start, int Sl, int Al,
123 JCOEF *absvalues, size_t *bits);
Djdcoefct.c442 JCOEF *workspace; in decompress_smooth_data()
627 workspace[1] = (JCOEF)pred; in decompress_smooth_data()
647 workspace[8] = (JCOEF)pred; in decompress_smooth_data()
665 workspace[16] = (JCOEF)pred; in decompress_smooth_data()
684 workspace[9] = (JCOEF)pred; in decompress_smooth_data()
702 workspace[2] = (JCOEF)pred; in decompress_smooth_data()
718 workspace[3] = (JCOEF)pred; in decompress_smooth_data()
733 workspace[10] = (JCOEF)pred; in decompress_smooth_data()
748 workspace[17] = (JCOEF)pred; in decompress_smooth_data()
763 workspace[24] = (JCOEF)pred; in decompress_smooth_data()
[all …]
Djsimd_none.c413 jsimd_encode_mcu_AC_first_prepare(const JCOEF *block, in jsimd_encode_mcu_AC_first_prepare()
415 int Al, JCOEF *values, size_t *zerobits) in jsimd_encode_mcu_AC_first_prepare()
426 jsimd_encode_mcu_AC_refine_prepare(const JCOEF *block, in jsimd_encode_mcu_AC_refine_prepare()
428 int Al, JCOEF *absvalues, size_t *bits) in jsimd_encode_mcu_AC_refine_prepare()
Djdhuff.c593 (*block)[0] = (JCOEF)s; in decode_mcu_slow()
616 (*block)[jpeg_natural_order[k]] = (JCOEF)s; in decode_mcu_slow()
687 (*block)[0] = (JCOEF)s; in decode_mcu_fast()
702 (*block)[jpeg_natural_order[k]] = (JCOEF)s; in decode_mcu_fast()
Djdcoefct.h45 JCOEF *workspace;
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()
Djutils.c123 MEMCOPY(output_row, input_row, num_blocks * (DCTSIZE2 * sizeof(JCOEF))); in jcopy_block_row()
Djcdctmgr.c437 output_ptr[i] = (JCOEF)temp; in quantize()
473 output_ptr[i] = (JCOEF)temp; in quantize()
573 output_ptr[i] = (JCOEF)((int)(temp + (FAST_FLOAT)16384.5) - 16384); in quantize_float()
Djdphuff.c342 (*block)[0] = (JCOEF)LEFT_SHIFT(s, Al); in decode_mcu_DC_first()
411 (*block)[jpeg_natural_order[k]] = (JCOEF)LEFT_SHIFT(s, Al); in decode_mcu_AC_first()
595 (*block)[pos] = (JCOEF)s; in decode_mcu_AC_refine()
Djmorecfg.h77 typedef short JCOEF; typedef
Dtransupp.c131 JCOEF temp, qval; in requant_comp()
175 LOCAL(JCOEF)
176 largest_common_denominator(JCOEF a, JCOEF b) in largest_common_denominator()
178 JCOEF c; in largest_common_denominator()
400 JCOEF dc; in do_crop_ext_flat()
642 buffer[offset_y][blk_x][0] = (JCOEF)average; in do_flatten()
732 JCOEF temp1, temp2; in do_flip_h_no_crop()
Djpeglib.h79 typedef JCOEF JBLOCK[DCTSIZE2]; /* one block of coefficients */
84 typedef JCOEF *JCOEFPTR; /* useful in a couple of places */
Djccoefct.c251 JCOEF lastDC; in compress_first_pass()
/external/libjpeg-turbo/simd/arm/aarch32/
Djsimd.c739 if (sizeof(JCOEF) != 2) in jsimd_can_quantize()
776 if (sizeof(JCOEF) != 2) in jsimd_can_idct_2x2()
799 if (sizeof(JCOEF) != 2) in jsimd_can_idct_4x4()
838 if (sizeof(JCOEF) != 2) in jsimd_can_idct_islow()
861 if (sizeof(JCOEF) != 2) in jsimd_can_idct_ifast()
916 if (sizeof(JCOEF) != 2) in jsimd_can_huff_encode_one_block()
941 if (sizeof(JCOEF) != 2) in jsimd_can_encode_mcu_AC_first_prepare()
951 jsimd_encode_mcu_AC_first_prepare(const JCOEF *block, in jsimd_encode_mcu_AC_first_prepare()
953 int Al, JCOEF *values, size_t *zerobits) in jsimd_encode_mcu_AC_first_prepare()
966 if (sizeof(JCOEF) != 2) in jsimd_can_encode_mcu_AC_refine_prepare()
[all …]
/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()
1041 jsimd_encode_mcu_AC_first_prepare(const JCOEF *block, in jsimd_encode_mcu_AC_first_prepare()
[all …]
Djcphuff-sse2.asm251 ; jsimd_encode_mcu_AC_first_prepare_sse2(const JCOEF *block,
253 ; int Sl, int Al, JCOEF *values,
256 ; r10 = const JCOEF *block
260 ; 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/arm/aarch64/
Djsimd.c807 if (sizeof(JCOEF) != 2) in jsimd_can_quantize()
844 if (sizeof(JCOEF) != 2) in jsimd_can_idct_2x2()
867 if (sizeof(JCOEF) != 2) in jsimd_can_idct_4x4()
906 if (sizeof(JCOEF) != 2) in jsimd_can_idct_islow()
929 if (sizeof(JCOEF) != 2) in jsimd_can_idct_ifast()
984 if (sizeof(JCOEF) != 2) in jsimd_can_huff_encode_one_block()
1017 if (sizeof(JCOEF) != 2) in jsimd_can_encode_mcu_AC_first_prepare()
1029 jsimd_encode_mcu_AC_first_prepare(const JCOEF *block, in jsimd_encode_mcu_AC_first_prepare()
1031 int Al, JCOEF *values, size_t *zerobits) in jsimd_encode_mcu_AC_first_prepare()
1044 if (sizeof(JCOEF) != 2) in jsimd_can_encode_mcu_AC_refine_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.asm251 ; jsimd_encode_mcu_AC_first_prepare_sse2(const JCOEF *block,
253 ; int Sl, int Al, JCOEF *values,
256 ; eax + 8 = const JCOEF *block
260 ; 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/nasm/
Djsimdcfg.inc.h80 %define JCOEF word ; short
81 %define SIZEOF_JCOEF SIZEOF_WORD ; sizeof(JCOEF)
92 %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/libjpeg-turbo/simd/arm/
Djcphuff-neon.c43 (const JCOEF *block, const int *jpeg_natural_order_start, int Sl, int Al, in jsimd_encode_mcu_AC_first_prepare_neon()
44 JCOEF *values, size_t *zerobits) in jsimd_encode_mcu_AC_first_prepare_neon()
46 JCOEF *values_ptr = values; in jsimd_encode_mcu_AC_first_prepare_neon()
47 JCOEF *diff_values_ptr = values + DCTSIZE2; in jsimd_encode_mcu_AC_first_prepare_neon()
276 (const JCOEF *block, const int *jpeg_natural_order_start, int Sl, int Al, in jsimd_encode_mcu_AC_refine_prepare_neon()
277 JCOEF *absvalues, size_t *bits) in jsimd_encode_mcu_AC_refine_prepare_neon()
285 JCOEF *absvalues_ptr = absvalues; in jsimd_encode_mcu_AC_refine_prepare_neon()
/external/libjpeg-turbo/simd/
Djsimd.h1196 (JCOEF *inptr, IFAST_MULT_TYPE *quantptr, DCTELEM *wsptr,
1245 (const JCOEF *block, const int *jpeg_natural_order_start, int Sl, int Al,
1246 JCOEF *values, size_t *zerobits);
1249 (const JCOEF *block, const int *jpeg_natural_order_start, int Sl, int Al,
1250 JCOEF *values, size_t *zerobits);
1253 (const JCOEF *block, const int *jpeg_natural_order_start, int Sl, int Al,
1254 JCOEF *absvalues, size_t *bits);
1257 (const JCOEF *block, const int *jpeg_natural_order_start, int Sl, int Al,
1258 JCOEF *absvalues, size_t *bits);
/external/tensorflow/third_party/jpeg/
Djpeg.BUILD719 "%define JCOEF word ; short\n" +
720 "%define SIZEOF_JCOEF SIZEOF_WORD ; sizeof(JCOEF)\n" +
726 "%define JCOEFPTR POINTER ; JCOEF * (jpeglib.h)\n" +

12