Searched refs:vpx_quantize_b_c (Results 1 – 7 of 7) sorted by relevance
/external/libvpx/libvpx/test/ |
D | vp9_quantize_test.cc | 481 make_tuple(&vpx_quantize_b_sse2, &vpx_quantize_b_c, VPX_BITS_8, 16, 499 ::testing::Values(make_tuple(&vpx_quantize_b_sse2, &vpx_quantize_b_c, 511 ::testing::Values(make_tuple(&vpx_quantize_b_ssse3, &vpx_quantize_b_c, 525 ::testing::Values(make_tuple(&vpx_quantize_b_ssse3, &vpx_quantize_b_c, 537 &vpx_quantize_b_c, 555 ::testing::Values(make_tuple(&vpx_quantize_b_neon, &vpx_quantize_b_c, 571 ::testing::Values(make_tuple(&vpx_quantize_b_vsx, &vpx_quantize_b_c, 588 make_tuple(&vpx_quantize_b_c, &vpx_quantize_b_c, VPX_BITS_8, 16, false),
|
/external/libvpx/libvpx/vpx_dsp/ |
D | quantize.c | 117 void vpx_quantize_b_c(const tran_low_t *coeff_ptr, intptr_t n_coeffs, in vpx_quantize_b_c() function
|
/external/libvpx/config/generic/ |
D | vpx_dsp_rtcd.h | 1188 void vpx_quantize_b_c(const tran_low_t *coeff_ptr, intptr_t n_coeffs, int skip_block, const int16_t… 1189 #define vpx_quantize_b vpx_quantize_b_c
|
/external/libvpx/config/arm-neon/ |
D | vpx_dsp_rtcd.h | 1340 void vpx_quantize_b_c(const tran_low_t *coeff_ptr, intptr_t n_coeffs, int skip_block, const int16_t…
|
/external/libvpx/config/arm64/ |
D | vpx_dsp_rtcd.h | 1340 void vpx_quantize_b_c(const tran_low_t *coeff_ptr, intptr_t n_coeffs, int skip_block, const int16_t…
|
/external/libvpx/config/x86/ |
D | vpx_dsp_rtcd.h | 1539 void vpx_quantize_b_c(const tran_low_t *coeff_ptr, intptr_t n_coeffs, int skip_block, const int16_t…
|
/external/libvpx/config/x86_64/ |
D | vpx_dsp_rtcd.h | 1546 void vpx_quantize_b_c(const tran_low_t *coeff_ptr, intptr_t n_coeffs, int skip_block, const int16_t…
|