Searched refs:extend_64bit (Results 1 – 7 of 7) sorted by relevance
/external/libvpx/libvpx/vpx_dsp/x86/ |
D | highbd_inv_txfm_sse4.h | 40 extend_64bit(in0, temp1); in highbd_butterfly_sse4_1() 41 extend_64bit(in1, temp2); in highbd_butterfly_sse4_1() 69 extend_64bit(temp2, temp1); in highbd_butterfly_cospi16_sse4_1() 72 extend_64bit(temp2, temp1); in highbd_butterfly_cospi16_sse4_1() 82 extend_64bit(in, temp); in highbd_partial_butterfly_sse4_1() 94 extend_64bit(temp[0], temp); in highbd_idct4_sse4_1() 97 extend_64bit(temp[0], temp); in highbd_idct4_sse4_1()
|
D | highbd_idct8x8_add_sse4.c | 65 extend_64bit(io[1], temp1); in highbd_idct8x8_12_half1d() 68 extend_64bit(io[3], temp1); in highbd_idct8x8_12_half1d() 73 extend_64bit(step1[0], temp1); in highbd_idct8x8_12_half1d() 75 extend_64bit(step1[1], temp1); in highbd_idct8x8_12_half1d()
|
D | highbd_idct16x16_add_sse4.c | 134 extend_64bit(io[0], temp1); in highbd_idct16x16_38_4col() 180 extend_64bit(io[0], temp); in highbd_idct16x16_10_4col()
|
D | highbd_inv_txfm_sse2.h | 26 static INLINE void extend_64bit(const __m128i in, in extend_64bit() function
|
/external/libvpx/libvpx/vp9/common/x86/ |
D | vp9_highbd_iht4x4_add_sse4.c | 28 extend_64bit(io[0], temp); in highbd_iadst4_sse4_1() 34 extend_64bit(io[1], temp); in highbd_iadst4_sse4_1() 38 extend_64bit(io[2], temp); in highbd_iadst4_sse4_1() 44 extend_64bit(io[3], temp); in highbd_iadst4_sse4_1() 60 extend_64bit(temp[0], temp); in highbd_iadst4_sse4_1()
|
D | vp9_highbd_iht8x8_add_sse4.c | 24 extend_64bit(in, x); in highbd_iadst_half_butterfly_sse4_1() 39 extend_64bit(in0, x0); in highbd_iadst_butterfly_sse4_1() 40 extend_64bit(in1, x1); in highbd_iadst_butterfly_sse4_1()
|
D | vp9_highbd_iht16x16_add_sse4.c | 24 extend_64bit(in, x); in highbd_iadst_half_butterfly_sse4_1() 39 extend_64bit(in0, x0); in highbd_iadst_butterfly_sse4_1() 40 extend_64bit(in1, x1); in highbd_iadst_butterfly_sse4_1()
|