Searched refs:multiplication_round_shift_sse4_1 (Results 1 – 3 of 3) sorted by relevance
/external/libvpx/libvpx/vpx_dsp/x86/ |
D | highbd_inv_txfm_sse4.h | 19 static INLINE __m128i multiplication_round_shift_sse4_1( in multiplication_round_shift_sse4_1() function 70 *out0 = multiplication_round_shift_sse4_1(temp1, cospi_16_64); in highbd_butterfly_cospi16_sse4_1() 73 *out1 = multiplication_round_shift_sse4_1(temp1, cospi_16_64); in highbd_butterfly_cospi16_sse4_1() 83 *out0 = multiplication_round_shift_sse4_1(temp, c0); in highbd_partial_butterfly_sse4_1() 84 *out1 = multiplication_round_shift_sse4_1(temp, c1); in highbd_partial_butterfly_sse4_1() 95 step[0] = multiplication_round_shift_sse4_1(temp, cospi_16_64); in highbd_idct4_sse4_1() 98 step[1] = multiplication_round_shift_sse4_1(temp, cospi_16_64); in highbd_idct4_sse4_1()
|
D | highbd_idct8x8_add_sse4.c | 66 step1[4] = multiplication_round_shift_sse4_1(temp1, cospi_28_64); in highbd_idct8x8_12_half1d() 67 step1[7] = multiplication_round_shift_sse4_1(temp1, cospi_4_64); in highbd_idct8x8_12_half1d() 69 step1[5] = multiplication_round_shift_sse4_1(temp1, -cospi_20_64); in highbd_idct8x8_12_half1d() 70 step1[6] = multiplication_round_shift_sse4_1(temp1, cospi_12_64); in highbd_idct8x8_12_half1d() 74 step2[0] = multiplication_round_shift_sse4_1(temp1, cospi_16_64); in highbd_idct8x8_12_half1d() 76 step2[2] = multiplication_round_shift_sse4_1(temp1, cospi_24_64); in highbd_idct8x8_12_half1d() 77 step2[3] = multiplication_round_shift_sse4_1(temp1, cospi_8_64); in highbd_idct8x8_12_half1d()
|
D | highbd_idct16x16_add_sse4.c | 135 step2[0] = multiplication_round_shift_sse4_1(temp1, cospi_16_64); in highbd_idct16x16_38_4col() 181 step2[0] = multiplication_round_shift_sse4_1(temp, cospi_16_64); in highbd_idct16x16_10_4col()
|