Searched refs:load_coefficients (Results 1 – 1 of 1) sorted by relevance
17 static INLINE __m128i load_coefficients(const tran_low_t *coeff_ptr) { in load_coefficients() function84 coeff0 = load_coefficients(coeff_ptr + n_coeffs); in vpx_quantize_b_sse2()85 coeff1 = load_coefficients(coeff_ptr + n_coeffs + 8); in vpx_quantize_b_sse2()162 coeff0 = load_coefficients(coeff_ptr + n_coeffs); in vpx_quantize_b_sse2()163 coeff1 = load_coefficients(coeff_ptr + n_coeffs + 8); in vpx_quantize_b_sse2()