/external/libjpeg-turbo/ |
D | jcphuff.c | 83 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 …]
|
D | jsimd.h | 116 (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);
|
D | jdcoefct.c | 442 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 …]
|
D | jsimd_none.c | 413 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()
|
D | jdhuff.c | 593 (*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()
|
D | jdcoefct.h | 45 JCOEF *workspace;
|
D | jdarith.c | 316 (*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()
|
D | jutils.c | 123 MEMCOPY(output_row, input_row, num_blocks * (DCTSIZE2 * sizeof(JCOEF))); in jcopy_block_row()
|
D | jcdctmgr.c | 437 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()
|
D | jdphuff.c | 342 (*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()
|
D | jmorecfg.h | 77 typedef short JCOEF; typedef
|
D | transupp.c | 131 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()
|
D | jpeglib.h | 79 typedef JCOEF JBLOCK[DCTSIZE2]; /* one block of coefficients */ 84 typedef JCOEF *JCOEFPTR; /* useful in a couple of places */
|
D | jccoefct.c | 251 JCOEF lastDC; in compress_first_pass()
|
/external/libjpeg-turbo/simd/arm/aarch32/ |
D | jsimd.c | 739 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/ |
D | jsimd.c | 784 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 …]
|
D | jcphuff-sse2.asm | 251 ; 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/ |
D | jsimd.c | 807 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/ |
D | jsimd.c | 914 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 …]
|
D | jcphuff-sse2.asm | 251 ; 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/ |
D | jsimdcfg.inc.h | 80 %define JCOEF word ; short 81 %define SIZEOF_JCOEF SIZEOF_WORD ; sizeof(JCOEF) 92 %define JCOEFPTR POINTER ; JCOEF * (jpeglib.h)
|
D | jsimdcfg.inc | 50 %define JCOEF word ; short 51 %define SIZEOF_JCOEF SIZEOF_WORD ; sizeof(JCOEF) 60 %define JCOEFPTR POINTER ; JCOEF * (jpeglib.h)
|
/external/libjpeg-turbo/simd/arm/ |
D | jcphuff-neon.c | 43 (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/ |
D | jsimd.h | 1196 (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/ |
D | jpeg.BUILD | 719 "%define JCOEF word ; short\n" + 720 "%define SIZEOF_JCOEF SIZEOF_WORD ; sizeof(JCOEF)\n" + 726 "%define JCOEFPTR POINTER ; JCOEF * (jpeglib.h)\n" +
|