Home
last modified time | relevance | path

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

/external/libvpx/libvpx/vpx_dsp/x86/
Dquantize_sse2.c27 static INLINE void store_coefficients(__m128i coeff_vals, in store_coefficients() argument
31 __m128i coeff_vals_hi = _mm_mulhi_epi16(coeff_vals, one); in store_coefficients()
32 __m128i coeff_vals_lo = _mm_mullo_epi16(coeff_vals, one); in store_coefficients()
38 _mm_store_si128((__m128i*)(coeff_ptr), coeff_vals); in store_coefficients()