Searched refs:vpx_highbd_quantize_b_32x32_c (Results 1 – 7 of 7) sorted by relevance
/external/libvpx/libvpx/test/ |
D | vp9_quantize_test.cc | 490 &vpx_highbd_quantize_b_32x32_c, VPX_BITS_8, 32, false), 492 &vpx_highbd_quantize_b_32x32_c, VPX_BITS_10, 32, false), 494 &vpx_highbd_quantize_b_32x32_c, VPX_BITS_12, 32, false)));
|
/external/libvpx/libvpx/vpx_dsp/ |
D | quantize.c | 279 void vpx_highbd_quantize_b_32x32_c( in vpx_highbd_quantize_b_32x32_c() function
|
/external/libvpx/config/generic/ |
D | vpx_dsp_rtcd.h | 936 void vpx_highbd_quantize_b_32x32_c(const tran_low_t *coeff_ptr, intptr_t n_coeffs, int skip_block, … 937 #define vpx_highbd_quantize_b_32x32 vpx_highbd_quantize_b_32x32_c
|
/external/libvpx/config/arm-neon/ |
D | vpx_dsp_rtcd.h | 1051 void vpx_highbd_quantize_b_32x32_c(const tran_low_t *coeff_ptr, intptr_t n_coeffs, int skip_block, … 1052 #define vpx_highbd_quantize_b_32x32 vpx_highbd_quantize_b_32x32_c
|
/external/libvpx/config/arm64/ |
D | vpx_dsp_rtcd.h | 1051 void vpx_highbd_quantize_b_32x32_c(const tran_low_t *coeff_ptr, intptr_t n_coeffs, int skip_block, … 1052 #define vpx_highbd_quantize_b_32x32 vpx_highbd_quantize_b_32x32_c
|
/external/libvpx/config/x86/ |
D | vpx_dsp_rtcd.h | 1191 void vpx_highbd_quantize_b_32x32_c(const tran_low_t *coeff_ptr, intptr_t n_coeffs, int skip_block, …
|
/external/libvpx/config/x86_64/ |
D | vpx_dsp_rtcd.h | 1198 void vpx_highbd_quantize_b_32x32_c(const tran_low_t *coeff_ptr, intptr_t n_coeffs, int skip_block, …
|