Searched refs:vpx_quantize_b_ssse3 (Results 1 – 4 of 4) sorted by relevance
/external/libvpx/libvpx/test/ |
D | vp9_quantize_test.cc | 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,
|
/external/libvpx/libvpx/vpx_dsp/x86/ |
D | quantize_ssse3.c | 20 void vpx_quantize_b_ssse3(const tran_low_t *coeff_ptr, intptr_t n_coeffs, in vpx_quantize_b_ssse3() function
|
/external/libvpx/config/x86/ |
D | vpx_dsp_rtcd.h | 1541 void vpx_quantize_b_ssse3(const tran_low_t *coeff_ptr, intptr_t n_coeffs, int skip_block, const int… 1542 #define vpx_quantize_b vpx_quantize_b_ssse3
|
/external/libvpx/config/x86_64/ |
D | vpx_dsp_rtcd.h | 1548 void vpx_quantize_b_ssse3(const tran_low_t *coeff_ptr, intptr_t n_coeffs, int skip_block, const int… 1549 #define vpx_quantize_b vpx_quantize_b_ssse3
|