Searched refs:vpx_highbd_quantize_b_c (Results 1 – 7 of 7) sorted by relevance
/external/libvpx/libvpx/test/ |
D | vp9_quantize_test.cc | 483 make_tuple(&vpx_highbd_quantize_b_sse2, &vpx_highbd_quantize_b_c, 485 make_tuple(&vpx_highbd_quantize_b_sse2, &vpx_highbd_quantize_b_c, 487 make_tuple(&vpx_highbd_quantize_b_sse2, &vpx_highbd_quantize_b_c,
|
/external/libvpx/libvpx/vpx_dsp/ |
D | quantize.c | 168 void vpx_highbd_quantize_b_c(const tran_low_t *coeff_ptr, intptr_t n_coeffs, in vpx_highbd_quantize_b_c() function
|
/external/libvpx/config/generic/ |
D | vpx_dsp_rtcd.h | 933 void vpx_highbd_quantize_b_c(const tran_low_t *coeff_ptr, intptr_t n_coeffs, int skip_block, const … 934 #define vpx_highbd_quantize_b vpx_highbd_quantize_b_c
|
/external/libvpx/config/arm-neon/ |
D | vpx_dsp_rtcd.h | 1048 void vpx_highbd_quantize_b_c(const tran_low_t *coeff_ptr, intptr_t n_coeffs, int skip_block, const … 1049 #define vpx_highbd_quantize_b vpx_highbd_quantize_b_c
|
/external/libvpx/config/arm64/ |
D | vpx_dsp_rtcd.h | 1048 void vpx_highbd_quantize_b_c(const tran_low_t *coeff_ptr, intptr_t n_coeffs, int skip_block, const … 1049 #define vpx_highbd_quantize_b vpx_highbd_quantize_b_c
|
/external/libvpx/config/x86/ |
D | vpx_dsp_rtcd.h | 1187 void vpx_highbd_quantize_b_c(const tran_low_t *coeff_ptr, intptr_t n_coeffs, int skip_block, const …
|
/external/libvpx/config/x86_64/ |
D | vpx_dsp_rtcd.h | 1194 void vpx_highbd_quantize_b_c(const tran_low_t *coeff_ptr, intptr_t n_coeffs, int skip_block, const …
|