Searched defs:vector4b (Results 1 - 5 of 5) sorted by relevance

/external/libvpx/libvpx/vpx_dsp/mips/
H A Dconvolve8_vert_dspr2.c35 int32_t vector1b, vector2b, vector3b, vector4b; local
41 vector4b = ((const int32_t *)filter_y)[3];
118 "dpa.w.ph $ac0, %[p2], %[vector4b] \n\t"
121 "dpa.w.ph $ac1, %[n2], %[vector4b] \n\t"
135 "dpa.w.ph $ac2, %[p2], %[vector4b] \n\t"
140 "dpa.w.ph $ac3, %[n2], %[vector4b] \n\t"
159 [vector3b] "r"(vector3b), [vector4b] "r"(vector4b),
183 int32_t vector1b, vector2b, vector3b, vector4b; local
189 vector4b
[all...]
H A Dconvolve8_avg_dspr2.c35 int32_t vector1b, vector2b, vector3b, vector4b; local
41 vector4b = ((const int32_t *)filter_y)[3];
118 "dpa.w.ph $ac0, %[p2], %[vector4b] \n\t"
121 "dpa.w.ph $ac1, %[n2], %[vector4b] \n\t"
137 "dpa.w.ph $ac2, %[p2], %[vector4b] \n\t"
143 "dpa.w.ph $ac3, %[n2], %[vector4b] \n\t"
167 [vector3b] "r"(vector3b), [vector4b] "r"(vector4b),
191 int32_t vector1b, vector2b, vector3b, vector4b; local
197 vector4b
[all...]
H A Dconvolve8_avg_horiz_dspr2.c26 int32_t vector1b, vector2b, vector3b, vector4b; local
37 vector4b = ((const int32_t *)filter_x0)[3];
60 "dpa.w.ph $ac3, %[p4], %[vector4b] \n\t"
73 "dpa.w.ph $ac2, %[p1], %[vector4b] \n\t"
90 "dpa.w.ph $ac3, %[n4], %[vector4b] \n\t"
105 "dpa.w.ph $ac2, %[n1], %[vector4b] \n\t"
128 [vector3b] "r"(vector3b), [vector4b] "r"(vector4b),
144 int32_t vector1b, vector2b, vector3b, vector4b; local
154 vector4b
[all...]
H A Dconvolve8_horiz_dspr2.c26 int32_t vector1b, vector2b, vector3b, vector4b; local
37 vector4b = ((const int32_t *)filter_x0)[3];
60 "dpa.w.ph $ac3, %[p4], %[vector4b] \n\t"
73 "dpa.w.ph $ac2, %[p1], %[vector4b] \n\t"
87 "dpa.w.ph $ac3, %[n4], %[vector4b] \n\t"
98 "dpa.w.ph $ac2, %[n1], %[vector4b] \n\t"
117 [vector3b] "r"(vector3b), [vector4b] "r"(vector4b),
133 int32_t vector1b, vector2b, vector3b, vector4b; local
143 vector4b
[all...]
H A Dconvolve8_dspr2.c29 int32_t vector1b, vector2b, vector3b, vector4b; local
39 vector4b = ((const int32_t *)filter_x0)[3];
62 "dpa.w.ph $ac3, %[p4], %[vector4b] \n\t"
75 "dpa.w.ph $ac2, %[p1], %[vector4b] \n\t"
89 "dpa.w.ph $ac3, %[p4], %[vector4b] \n\t"
100 "dpa.w.ph $ac2, %[p1], %[vector4b] \n\t"
125 [vector3b] "r"(vector3b), [vector4b] "r"(vector4b),
144 int32_t vector1b, vector2b, vector3b, vector4b; local
154 vector4b
[all...]

Completed in 30 milliseconds