Home
last modified time | relevance | path

Searched refs:btf_16_adds_subs_out_sse2 (Results 1 – 2 of 2) sorted by relevance

/external/libaom/libaom/av1/common/x86/
Dav1_inv_txfm_ssse3.c50 btf_16_adds_subs_out_sse2(output[0], output[3], x[0], x[3]); in idct4_new_sse2()
51 btf_16_adds_subs_out_sse2(output[1], output[2], x[1], x[2]); in idct4_new_sse2()
76 btf_16_adds_subs_out_sse2(output[0], output[3], x[0], x[3]); in idct4_w4_new_sse2()
77 btf_16_adds_subs_out_sse2(output[1], output[2], x[1], x[2]); in idct4_w4_new_sse2()
147 btf_16_adds_subs_out_sse2(output[0], output[7], x[0], x[7]); in idct8_new_sse2()
148 btf_16_adds_subs_out_sse2(output[1], output[6], x[1], x[6]); in idct8_new_sse2()
149 btf_16_adds_subs_out_sse2(output[2], output[5], x[2], x[5]); in idct8_new_sse2()
150 btf_16_adds_subs_out_sse2(output[3], output[4], x[3], x[4]); in idct8_new_sse2()
195 btf_16_adds_subs_out_sse2(output[0], output[7], x[0], x[7]); in idct8_w4_new_sse2()
196 btf_16_adds_subs_out_sse2(output[1], output[6], x[1], x[6]); in idct8_w4_new_sse2()
[all …]
Dav1_inv_txfm_ssse3.h53 #define btf_16_adds_subs_out_sse2(out0, out1, in0, in1) \ macro