Home
last modified time | relevance | path

Searched refs:store_zero_tran_low (Results 1 – 4 of 4) sorted by relevance

/external/libvpx/libvpx/vp9/encoder/x86/
Dvp9_quantize_avx2.c21 static INLINE void store_zero_tran_low(tran_low_t *a) { in store_zero_tran_low() function
129 store_zero_tran_low(qcoeff_ptr + n_coeffs); in vp9_quantize_fp_avx2()
130 store_zero_tran_low(dqcoeff_ptr + n_coeffs); in vp9_quantize_fp_avx2()
Dvp9_quantize_sse2.c160 store_zero_tran_low(qcoeff_ptr + n_coeffs); in vp9_quantize_fp_sse2()
161 store_zero_tran_low(qcoeff_ptr + n_coeffs + 8); in vp9_quantize_fp_sse2()
163 store_zero_tran_low(dqcoeff_ptr + n_coeffs); in vp9_quantize_fp_sse2()
164 store_zero_tran_low(dqcoeff_ptr + n_coeffs + 8); in vp9_quantize_fp_sse2()
/external/libvpx/libvpx/vpx_dsp/x86/
Dbitdepth_conversion_sse2.h47 static INLINE void store_zero_tran_low(tran_low_t *a) { in store_zero_tran_low() function
/external/libaom/libaom/av1/encoder/x86/
Dav1_quantize_avx2.c157 static INLINE void store_zero_tran_low(int16_t *a) { in store_zero_tran_low() function
238 store_zero_tran_low(qcoeff_ptr + n_coeffs); in av1_quantize_lp_avx2()
239 store_zero_tran_low(dqcoeff_ptr + n_coeffs); in av1_quantize_lp_avx2()