Home
last modified time | relevance | path

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

/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/common/x86/
Dvp9_idct_intrin_sse2.c31 const __m128i cst = _mm_setr_epi16((int16_t)cospi_16_64, (int16_t)cospi_16_64, in vp9_idct4x4_16_add_sse2() local
54 input0 = _mm_madd_epi16(input0, cst); in vp9_idct4x4_16_add_sse2()
55 input1 = _mm_madd_epi16(input1, cst); in vp9_idct4x4_16_add_sse2()
56 input2 = _mm_madd_epi16(input2, cst); in vp9_idct4x4_16_add_sse2()
57 input3 = _mm_madd_epi16(input3, cst); in vp9_idct4x4_16_add_sse2()
93 input0 = _mm_madd_epi16(input0, cst); in vp9_idct4x4_16_add_sse2()
94 input1 = _mm_madd_epi16(input1, cst); in vp9_idct4x4_16_add_sse2()
95 input2 = _mm_madd_epi16(input2, cst); in vp9_idct4x4_16_add_sse2()
96 input3 = _mm_madd_epi16(input3, cst); in vp9_idct4x4_16_add_sse2()