Home
last modified time | relevance | path

Searched defs:abs_qcoeff (Results 1 – 3 of 3) sorted by relevance

/external/libvpx/libvpx/vpx_dsp/x86/
Dhighbd_quantize_intrin_sse2.c84 const uint32_t abs_qcoeff = in vpx_highbd_quantize_b_sse2() local
147 const uint32_t abs_qcoeff = in vpx_highbd_quantize_b_32x32_sse2() local
/external/libvpx/libvpx/vpx_dsp/
Dquantize.c56 const int abs_qcoeff = (int)((tmp * quant) >> 16); in vpx_highbd_quantize_dc() local
108 const int abs_qcoeff = (int)((tmp * quant) >> 15); in vpx_highbd_quantize_dc_32x32() local
207 const int abs_qcoeff = (int)((tmp2 * quant_shift_ptr[rc != 0]) >> 16); in vpx_highbd_quantize_b_c() local
310 const int abs_qcoeff = (int)((tmp2 * quant_shift_ptr[rc != 0]) >> 15); in vpx_highbd_quantize_b_32x32_c() local
/external/libvpx/libvpx/vp9/encoder/
Dvp9_quantize.c82 const int abs_qcoeff = (int)((tmp * quant_ptr[rc != 0]) >> 16); in vp9_highbd_quantize_fp_c() local
143 int abs_qcoeff = 0; in vp9_highbd_quantize_fp_32x32_c() local