Home
last modified time | relevance | path

Searched refs:aom_quantize_b_c (Results 1 – 3 of 3) sorted by relevance

/external/libaom/libaom/test/
Dquantize_func_test.cc397 make_tuple(&aom_quantize_b_c, &aom_quantize_b_sse2, TX_16X16, TYPE_B,
438 ::testing::Values(make_tuple(&aom_quantize_b_c, &aom_quantize_b_ssse3,
452 ::testing::Values(make_tuple(&aom_quantize_b_c, &aom_quantize_b_avx,
/external/libaom/libaom/aom_dsp/
Dquantize.h92 void aom_quantize_b_c(const tran_low_t *coeff_ptr, intptr_t n_coeffs,
Dquantize.c390 void aom_quantize_b_c(const tran_low_t *coeff_ptr, intptr_t n_coeffs, in aom_quantize_b_c() function