Home
last modified time | relevance | path

Searched defs:zbins (Results 1 – 2 of 2) sorted by relevance

/external/libvpx/libvpx/vpx_dsp/x86/
Dhighbd_quantize_intrin_sse2.c27 __m128i zbins[2]; in vpx_highbd_quantize_b_sse2() local
100 __m128i zbins[2]; in vpx_highbd_quantize_b_32x32_sse2() local
/external/libvpx/libvpx/vpx_dsp/
Dquantize.c123 const int zbins[2] = { zbin_ptr[0], zbin_ptr[1] }; in vpx_quantize_b_c() local
174 const int zbins[2] = { zbin_ptr[0], zbin_ptr[1] }; in vpx_highbd_quantize_b_c() local
223 const int zbins[2] = { ROUND_POWER_OF_TWO(zbin_ptr[0], 1), in vpx_quantize_b_32x32_c() local
277 const int zbins[2] = { ROUND_POWER_OF_TWO(zbin_ptr[0], 1), in vpx_highbd_quantize_b_32x32_c() local