Searched refs:highbd_iadst_half_butterfly_sse4_1 (Results 1 – 2 of 2) sorted by relevance
/external/libvpx/libvpx/vp9/common/x86/ |
D | vp9_highbd_iht16x16_add_sse4.c | 18 static INLINE void highbd_iadst_half_butterfly_sse4_1(const __m128i in, in highbd_iadst_half_butterfly_sse4_1() function 298 highbd_iadst_half_butterfly_sse4_1(s2[0], -cospi_16_64, s2); in highbd_iadst16_4col_sse4_1() 299 highbd_iadst_half_butterfly_sse4_1(s3[0], cospi_16_64, s3); in highbd_iadst16_4col_sse4_1() 300 highbd_iadst_half_butterfly_sse4_1(s6[0], cospi_16_64, s6); in highbd_iadst16_4col_sse4_1() 301 highbd_iadst_half_butterfly_sse4_1(s7[0], cospi_16_64, s7); in highbd_iadst16_4col_sse4_1() 302 highbd_iadst_half_butterfly_sse4_1(s10[0], cospi_16_64, s10); in highbd_iadst16_4col_sse4_1() 303 highbd_iadst_half_butterfly_sse4_1(s11[0], cospi_16_64, s11); in highbd_iadst16_4col_sse4_1() 304 highbd_iadst_half_butterfly_sse4_1(s14[0], -cospi_16_64, s14); in highbd_iadst16_4col_sse4_1() 305 highbd_iadst_half_butterfly_sse4_1(s15[0], cospi_16_64, s15); in highbd_iadst16_4col_sse4_1()
|
D | vp9_highbd_iht8x8_add_sse4.c | 18 static INLINE void highbd_iadst_half_butterfly_sse4_1(const __m128i in, in highbd_iadst_half_butterfly_sse4_1() function 145 highbd_iadst_half_butterfly_sse4_1(s2[0], cospi_16_64, s2); in highbd_iadst8_sse4_1() 146 highbd_iadst_half_butterfly_sse4_1(s3[0], cospi_16_64, s3); in highbd_iadst8_sse4_1() 147 highbd_iadst_half_butterfly_sse4_1(s6[0], cospi_16_64, s6); in highbd_iadst8_sse4_1() 148 highbd_iadst_half_butterfly_sse4_1(s7[0], cospi_16_64, s7); in highbd_iadst8_sse4_1()
|