Home
last modified time | relevance | path

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

/external/libvpx/libvpx/vpx_dsp/x86/
Dhighbd_idct8x8_add_sse2.c64 step1[4] = multiplication_round_shift_sse2(temp1, sign, cospi_28_64); in highbd_idct8x8_12_half1d()
65 step1[7] = multiplication_round_shift_sse2(temp1, sign, cospi_4_64); in highbd_idct8x8_12_half1d()
68 step1[6] = multiplication_round_shift_sse2(temp1, sign, cospi_12_64); in highbd_idct8x8_12_half1d()
72 step2[0] = multiplication_round_shift_sse2(temp1, sign, cospi_16_64); in highbd_idct8x8_12_half1d()
74 step2[2] = multiplication_round_shift_sse2(temp1, sign, cospi_24_64); in highbd_idct8x8_12_half1d()
75 step2[3] = multiplication_round_shift_sse2(temp1, sign, cospi_8_64); in highbd_idct8x8_12_half1d()
Dhighbd_inv_txfm_sse2.h86 static INLINE __m128i multiplication_round_shift_sse2( in multiplication_round_shift_sse2() function
162 *out0 = multiplication_round_shift_sse2(temp, sign, c0); in highbd_partial_butterfly_sse2()
163 *out1 = multiplication_round_shift_sse2(temp, sign, c1); in highbd_partial_butterfly_sse2()
177 *out1 = multiplication_round_shift_sse2(temp, sign, c0); in highbd_partial_butterfly_neg_sse2()
188 *out0 = multiplication_round_shift_sse2(temp1, sign, cospi_16_64); in highbd_butterfly_cospi16_sse2()
191 *out1 = multiplication_round_shift_sse2(temp1, sign, cospi_16_64); in highbd_butterfly_cospi16_sse2()
Dhighbd_idct16x16_add_sse2.c134 step2[0] = multiplication_round_shift_sse2(temp1, sign, cospi_16_64); in highbd_idct16x16_38_4col()
182 step2[0] = multiplication_round_shift_sse2(temp, sign, cospi_16_64); in highbd_idct16x16_10_4col()