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.c82 const uint32_t abs_qcoeff = in vpx_highbd_quantize_b_sse2() local
145 const uint32_t abs_qcoeff = in vpx_highbd_quantize_b_32x32_sse2() local
/external/libvpx/libvpx/vpx_dsp/
Dquantize.c54 const int abs_qcoeff = (int)((tmp * quant) >> 16); in vpx_highbd_quantize_dc() local
106 const int abs_qcoeff = (int)((tmp * quant) >> 15); in vpx_highbd_quantize_dc_32x32() local
204 const uint32_t abs_qcoeff = in vpx_highbd_quantize_b_c() local
311 const uint32_t abs_qcoeff = in vpx_highbd_quantize_b_32x32_c() local
/external/libvpx/libvpx/vp9/encoder/
Dvp9_quantize.c80 const int abs_qcoeff = (int)((tmp * quant_ptr[rc != 0]) >> 16); in vp9_highbd_quantize_fp_c() local
141 uint32_t abs_qcoeff = 0; in vp9_highbd_quantize_fp_32x32_c() local