Searched refs:store_coefficients (Results 1 – 1 of 1) sorted by relevance
/external/libvpx/libvpx/vpx_dsp/x86/ |
D | quantize_sse2.c | 27 static INLINE void store_coefficients(__m128i coeff_vals, in store_coefficients() function 120 store_coefficients(qcoeff0, qcoeff_ptr + n_coeffs); in vpx_quantize_b_sse2() 121 store_coefficients(qcoeff1, qcoeff_ptr + n_coeffs + 8); in vpx_quantize_b_sse2() 127 store_coefficients(coeff0, dqcoeff_ptr + n_coeffs); in vpx_quantize_b_sse2() 128 store_coefficients(coeff1, dqcoeff_ptr + n_coeffs + 8); in vpx_quantize_b_sse2() 194 store_coefficients(qcoeff0, qcoeff_ptr + n_coeffs); in vpx_quantize_b_sse2() 195 store_coefficients(qcoeff1, qcoeff_ptr + n_coeffs + 8); in vpx_quantize_b_sse2() 200 store_coefficients(coeff0, dqcoeff_ptr + n_coeffs); in vpx_quantize_b_sse2() 201 store_coefficients(coeff1, dqcoeff_ptr + n_coeffs + 8); in vpx_quantize_b_sse2() 240 store_coefficients(zero, dqcoeff_ptr + n_coeffs); in vpx_quantize_b_sse2() [all …]
|