Home
last modified time | relevance | path

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

/external/libaom/libaom/aom_dsp/x86/
Dhighbd_quantize_intrin_sse2.c81 const uint32_t abs_qcoeff = in aom_highbd_quantize_b_sse2() local
141 const uint32_t abs_qcoeff = in aom_highbd_quantize_b_32x32_sse2() local
199 const uint32_t abs_qcoeff = in aom_highbd_quantize_b_64x64_sse2() local
/external/libvpx/libvpx/vpx_dsp/x86/
Dhighbd_quantize_intrin_sse2.c85 const uint32_t abs_qcoeff = in vpx_highbd_quantize_b_sse2() local
148 const uint32_t abs_qcoeff = in vpx_highbd_quantize_b_32x32_sse2() local
/external/libvpx/libvpx/vpx_dsp/
Dquantize.c57 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
318 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
/external/libaom/libaom/av1/encoder/
Dav1_quantize.c137 int abs_qcoeff = 0; in highbd_quantize_fp_helper_c() local
169 const int abs_qcoeff = (int)((tmp * quant) >> shift); in highbd_quantize_fp_helper_c() local
510 const int abs_qcoeff = in highbd_quantize_dc() local
/external/libaom/libaom/aom_dsp/
Dquantize.c220 const int abs_qcoeff = (int)((tmp2 * quant_shift_ptr[rc != 0]) >> in aom_highbd_quantize_b_adaptive_helper_c() local
303 const int abs_qcoeff = (int)((tmp2 * quant_shift_ptr[rc != 0]) >> in aom_highbd_quantize_b_helper_c() local