Searched refs:abs_extend_64bit_sse2 (Results 1 – 3 of 3) sorted by relevance
/external/libvpx/libvpx/vpx_dsp/x86/ |
D | highbd_idct8x8_add_sse2.c | 63 abs_extend_64bit_sse2(io[1], temp1, sign); in highbd_idct8x8_12_half1d() 66 abs_extend_64bit_sse2(io[3], temp1, sign); in highbd_idct8x8_12_half1d() 71 abs_extend_64bit_sse2(step1[0], temp1, sign); in highbd_idct8x8_12_half1d() 73 abs_extend_64bit_sse2(step1[1], temp1, sign); in highbd_idct8x8_12_half1d()
|
D | highbd_inv_txfm_sse2.h | 64 static INLINE void abs_extend_64bit_sse2(const __m128i in, in abs_extend_64bit_sse2() function 130 abs_extend_64bit_sse2(in0, temp1, sign1); in highbd_butterfly_sse2() 131 abs_extend_64bit_sse2(in1, temp2, sign2); in highbd_butterfly_sse2() 161 abs_extend_64bit_sse2(in, temp, sign); in highbd_partial_butterfly_sse2() 175 abs_extend_64bit_sse2(in, temp, sign); in highbd_partial_butterfly_neg_sse2() 187 abs_extend_64bit_sse2(temp2, temp1, sign); in highbd_butterfly_cospi16_sse2() 190 abs_extend_64bit_sse2(temp2, temp1, sign); in highbd_butterfly_cospi16_sse2()
|
D | highbd_idct16x16_add_sse2.c | 133 abs_extend_64bit_sse2(io[0], temp1, sign); in highbd_idct16x16_38_4col() 181 abs_extend_64bit_sse2(io[0], temp, sign); in highbd_idct16x16_10_4col()
|