/external/libjpeg-turbo/simd/ |
D | jsimd_x86_64.c | 571 if (sizeof(JCOEF) != 2) in jsimd_can_quantize() 585 if (sizeof(JCOEF) != 2) in jsimd_can_quantize_float() 613 if (sizeof(JCOEF) != 2) in jsimd_can_idct_2x2() 634 if (sizeof(JCOEF) != 2) in jsimd_can_idct_4x4() 671 if (sizeof(JCOEF) != 2) in jsimd_can_idct_islow() 692 if (sizeof(JCOEF) != 2) in jsimd_can_idct_ifast() 714 if (sizeof(JCOEF) != 2) in jsimd_can_idct_float()
|
D | jsimd_mips.c | 705 if (sizeof(JCOEF) != 2) in jsimd_can_convsamp_float() 805 if (sizeof(JCOEF) != 2) in jsimd_can_quantize() 824 if (sizeof(JCOEF) != 2) in jsimd_can_quantize_float() 863 if (sizeof(JCOEF) != 2) in jsimd_can_idct_2x2() 886 if (sizeof(JCOEF) != 2) in jsimd_can_idct_4x4() 909 if (sizeof(JCOEF) != 2) in jsimd_can_idct_6x6() 933 if (sizeof(JCOEF) != 2) in jsimd_can_idct_12x12() 1013 if (sizeof(JCOEF) != 2) in jsimd_can_idct_islow() 1036 if (sizeof(JCOEF) != 2) in jsimd_can_idct_ifast()
|
D | jsimd_arm.c | 528 if (sizeof(JCOEF) != 2) in jsimd_can_quantize() 569 if (sizeof(JCOEF) != 2) in jsimd_can_idct_2x2() 592 if (sizeof(JCOEF) != 2) in jsimd_can_idct_4x4() 635 if (sizeof(JCOEF) != 2) in jsimd_can_idct_islow() 658 if (sizeof(JCOEF) != 2) in jsimd_can_idct_ifast()
|
D | jsimd_arm64.c | 405 if (sizeof(JCOEF) != 2) in jsimd_can_idct_2x2() 428 if (sizeof(JCOEF) != 2) in jsimd_can_idct_4x4() 471 if (sizeof(JCOEF) != 2) in jsimd_can_idct_islow() 494 if (sizeof(JCOEF) != 2) in jsimd_can_idct_ifast()
|
D | jsimdcfg.inc | 50 %define JCOEF word ; short 51 %define SIZEOF_JCOEF SIZEOF_WORD ; sizeof(JCOEF) 60 %define JCOEFPTR POINTER ; JCOEF * (jpeglib.h)
|
D | jsimd_i386.c | 808 if (sizeof(JCOEF) != 2) in jsimd_can_quantize() 829 if (sizeof(JCOEF) != 2) in jsimd_can_quantize_float() 874 if (sizeof(JCOEF) != 2) in jsimd_can_idct_2x2() 899 if (sizeof(JCOEF) != 2) in jsimd_can_idct_4x4() 948 if (sizeof(JCOEF) != 2) in jsimd_can_idct_islow() 973 if (sizeof(JCOEF) != 2) in jsimd_can_idct_ifast() 999 if (sizeof(JCOEF) != 2) in jsimd_can_idct_float()
|
/external/libjpeg-turbo/ |
D | jdcoefct.c | 421 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()
|
D | jdcoefct.h | 44 JCOEF * workspace;
|
D | jdhuff.c | 589 (*block)[0] = (JCOEF) s; in decode_mcu_slow() 612 (*block)[jpeg_natural_order[k]] = (JCOEF) s; in decode_mcu_slow() 683 (*block)[0] = (JCOEF) s; in decode_mcu_fast() 698 (*block)[jpeg_natural_order[k]] = (JCOEF) s; in decode_mcu_fast()
|
D | jdarith.c | 309 (*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() 567 (*block)[0] = (JCOEF) entropy->last_dc_val[ci]; in decode_mcu() 612 (*block)[jpeg_natural_order[k]] = (JCOEF) v; in decode_mcu()
|
D | jutils.c | 122 MEMCOPY(output_row, input_row, num_blocks * (DCTSIZE2 * sizeof(JCOEF))); in jcopy_block_row()
|
D | jdphuff.c | 341 (*block)[0] = (JCOEF) LEFT_SHIFT(s, Al); in decode_mcu_DC_first() 409 (*block)[jpeg_natural_order[k]] = (JCOEF) LEFT_SHIFT(s, Al); in decode_mcu_AC_first() 591 (*block)[pos] = (JCOEF) s; in decode_mcu_AC_refine()
|
D | jcdctmgr.c | 432 output_ptr[i] = (JCOEF) temp; in quantize() 468 output_ptr[i] = (JCOEF) temp; in quantize() 569 output_ptr[i] = (JCOEF) ((int) (temp + (FAST_FLOAT) 16384.5) - 16384); in quantize_float()
|
/external/libjpeg-turbo/win/ |
D | jsimdcfg.inc | 50 %define JCOEF word ; short 51 %define SIZEOF_JCOEF SIZEOF_WORD ; sizeof(JCOEF) 60 %define JCOEFPTR POINTER ; JCOEF * (jpeglib.h)
|
/external/pdfium/third_party/libjpeg/ |
D | fpdfapi_jdcoefct.c | 587 workspace[1] = (JCOEF) pred; in decompress_smooth_data() 602 workspace[8] = (JCOEF) pred; in decompress_smooth_data() 617 workspace[16] = (JCOEF) pred; in decompress_smooth_data() 632 workspace[9] = (JCOEF) pred; in decompress_smooth_data() 647 workspace[2] = (JCOEF) pred; in decompress_smooth_data()
|
D | fpdfapi_jdphuff.c | 336 (*block)[0] = (JCOEF) (s << Al); in decode_mcu_DC_first() 404 (*block)[jpeg_natural_order[k]] = (JCOEF) (s << Al); in decode_mcu_AC_first() 586 (*block)[pos] = (JCOEF) s; in decode_mcu_AC_refine()
|
D | jmorecfg.h | 102 typedef short JCOEF; typedef
|
D | fpdfapi_jcdctmgr.c | 260 output_ptr[i] = (JCOEF) temp; in forward_DCT() 331 output_ptr[i] = (JCOEF) ((int) (temp + (FAST_FLOAT) 16384.5) - 16384); in forward_DCT_float()
|
D | fpdfapi_jutils.c | 150 FMEMCOPY(output_row, input_row, num_blocks * (DCTSIZE2 * SIZEOF(JCOEF))); in jcopy_block_row()
|
/external/opencv3/3rdparty/libjpeg/ |
D | jdcoefct.c | 589 workspace[1] = (JCOEF) pred; in decompress_smooth_data() 604 workspace[8] = (JCOEF) pred; in decompress_smooth_data() 619 workspace[16] = (JCOEF) pred; in decompress_smooth_data() 634 workspace[9] = (JCOEF) pred; in decompress_smooth_data() 649 workspace[2] = (JCOEF) pred; in decompress_smooth_data()
|
D | jdhuff.c | 745 (*block)[0] = (JCOEF) (s << Al); in decode_mcu_DC_first() 817 (*block)[natural_order[k]] = (JCOEF) (s << Al); in decode_mcu_AC_first() 1002 (*block)[pos] = (JCOEF) s; in decode_mcu_AC_refine() 1115 (*block)[0] = (JCOEF) s; in decode_mcu_sub() 1134 (*block)[natural_order[k]] = (JCOEF) s; in decode_mcu_sub() 1239 (*block)[0] = (JCOEF) s; in decode_mcu() 1258 (*block)[jpeg_natural_order[k]] = (JCOEF) s; in decode_mcu()
|
D | jdarith.c | 308 (*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() 580 (*block)[0] = (JCOEF) entropy->last_dc_val[ci]; in decode_mcu() 628 (*block)[natural_order[k]] = (JCOEF) v; in decode_mcu()
|
D | jmorecfg.h | 100 typedef short JCOEF; typedef
|
D | jutils.c | 216 FMEMCOPY(output_row, input_row, num_blocks * (DCTSIZE2 * SIZEOF(JCOEF))); in jcopy_block_row()
|
D | jcdctmgr.c | 118 output_ptr[i] = (JCOEF) temp; in forward_DCT() 161 output_ptr[i] = (JCOEF) ((int) (temp + (FAST_FLOAT) 16384.5) - 16384); in forward_DCT_float()
|