Home
last modified time | relevance | path

Searched refs:dct_const_round_shift_64bit (Results 1 – 5 of 5) sorted by relevance

/external/libvpx/libvpx/vp9/common/x86/
Dvp9_highbd_iht16x16_add_sse4.c108 x0[0] = dct_const_round_shift_64bit(x0[0]); in highbd_iadst16_4col_sse4_1()
109 x0[1] = dct_const_round_shift_64bit(x0[1]); in highbd_iadst16_4col_sse4_1()
110 x1[0] = dct_const_round_shift_64bit(x1[0]); in highbd_iadst16_4col_sse4_1()
111 x1[1] = dct_const_round_shift_64bit(x1[1]); in highbd_iadst16_4col_sse4_1()
112 x2[0] = dct_const_round_shift_64bit(x2[0]); in highbd_iadst16_4col_sse4_1()
113 x2[1] = dct_const_round_shift_64bit(x2[1]); in highbd_iadst16_4col_sse4_1()
114 x3[0] = dct_const_round_shift_64bit(x3[0]); in highbd_iadst16_4col_sse4_1()
115 x3[1] = dct_const_round_shift_64bit(x3[1]); in highbd_iadst16_4col_sse4_1()
116 x4[0] = dct_const_round_shift_64bit(x4[0]); in highbd_iadst16_4col_sse4_1()
117 x4[1] = dct_const_round_shift_64bit(x4[1]); in highbd_iadst16_4col_sse4_1()
[all …]
Dvp9_highbd_iht8x8_add_sse4.c85 x0[0] = dct_const_round_shift_64bit(x0[0]); in highbd_iadst8_sse4_1()
86 x0[1] = dct_const_round_shift_64bit(x0[1]); in highbd_iadst8_sse4_1()
87 x1[0] = dct_const_round_shift_64bit(x1[0]); in highbd_iadst8_sse4_1()
88 x1[1] = dct_const_round_shift_64bit(x1[1]); in highbd_iadst8_sse4_1()
89 x2[0] = dct_const_round_shift_64bit(x2[0]); in highbd_iadst8_sse4_1()
90 x2[1] = dct_const_round_shift_64bit(x2[1]); in highbd_iadst8_sse4_1()
91 x3[0] = dct_const_round_shift_64bit(x3[0]); in highbd_iadst8_sse4_1()
92 x3[1] = dct_const_round_shift_64bit(x3[1]); in highbd_iadst8_sse4_1()
93 x4[0] = dct_const_round_shift_64bit(x4[0]); in highbd_iadst8_sse4_1()
94 x4[1] = dct_const_round_shift_64bit(x4[1]); in highbd_iadst8_sse4_1()
[all …]
Dvp9_highbd_iht4x4_add_sse4.c73 s0[0] = dct_const_round_shift_64bit(s0[0]); in highbd_iadst4_sse4_1()
74 s0[1] = dct_const_round_shift_64bit(s0[1]); in highbd_iadst4_sse4_1()
75 s1[0] = dct_const_round_shift_64bit(s1[0]); in highbd_iadst4_sse4_1()
76 s1[1] = dct_const_round_shift_64bit(s1[1]); in highbd_iadst4_sse4_1()
77 s2[0] = dct_const_round_shift_64bit(t2[0]); in highbd_iadst4_sse4_1()
78 s2[1] = dct_const_round_shift_64bit(t2[1]); in highbd_iadst4_sse4_1()
79 s3[0] = dct_const_round_shift_64bit(s3[0]); in highbd_iadst4_sse4_1()
80 s3[1] = dct_const_round_shift_64bit(s3[1]); in highbd_iadst4_sse4_1()
/external/libvpx/libvpx/vpx_dsp/x86/
Dhighbd_inv_txfm_sse4.h26 t0 = dct_const_round_shift_64bit(t0); in multiplication_round_shift_sse4_1()
27 t1 = dct_const_round_shift_64bit(t1); in multiplication_round_shift_sse4_1()
54 temp1[0] = dct_const_round_shift_64bit(temp1[0]); in highbd_butterfly_sse4_1()
55 temp1[1] = dct_const_round_shift_64bit(temp1[1]); in highbd_butterfly_sse4_1()
56 temp2[0] = dct_const_round_shift_64bit(temp2[0]); in highbd_butterfly_sse4_1()
57 temp2[1] = dct_const_round_shift_64bit(temp2[1]); in highbd_butterfly_sse4_1()
Dhighbd_inv_txfm_sse2.h52 static INLINE __m128i dct_const_round_shift_64bit(const __m128i in) { in dct_const_round_shift_64bit() function
95 t0 = dct_const_round_shift_64bit(t0); in multiplication_round_shift_sse2()
96 t1 = dct_const_round_shift_64bit(t1); in multiplication_round_shift_sse2()
113 t0 = dct_const_round_shift_64bit(t0); in multiplication_neg_round_shift_sse2()
114 t1 = dct_const_round_shift_64bit(t1); in multiplication_neg_round_shift_sse2()
144 temp1[0] = dct_const_round_shift_64bit(temp1[0]); in highbd_butterfly_sse2()
145 temp1[1] = dct_const_round_shift_64bit(temp1[1]); in highbd_butterfly_sse2()
146 temp2[0] = dct_const_round_shift_64bit(temp2[0]); in highbd_butterfly_sse2()
147 temp2[1] = dct_const_round_shift_64bit(temp2[1]); in highbd_butterfly_sse2()