Searched refs:vpx_quantize_b_neon (Results 1 – 4 of 4) sorted by relevance
/external/libvpx/libvpx/vpx_dsp/arm/ |
D | quantize_neon.c | 18 void vpx_quantize_b_neon(const tran_low_t *coeff_ptr, intptr_t n_coeffs, in vpx_quantize_b_neon() function
|
/external/libvpx/libvpx/test/ |
D | vp9_quantize_test.cc | 507 ::testing::Values(make_tuple(&vpx_quantize_b_neon, &vpx_quantize_b_c,
|
/external/libvpx/config/arm64/ |
D | vpx_dsp_rtcd.h | 1326 void vpx_quantize_b_neon(const tran_low_t *coeff_ptr, intptr_t n_coeffs, int skip_block, const int1… 1327 #define vpx_quantize_b vpx_quantize_b_neon
|
/external/libvpx/config/arm-neon/ |
D | vpx_dsp_rtcd.h | 1326 void vpx_quantize_b_neon(const tran_low_t *coeff_ptr, intptr_t n_coeffs, int skip_block, const int1… 1327 #define vpx_quantize_b vpx_quantize_b_neon
|