HomeSort by relevance Sort by last modified time
    Searched refs:vector1b (Results 1 - 6 of 6) sorted by null

  /external/libvpx/libvpx/vp8/common/mips/dspr2/
filter_dspr2.c 105 int vector1b, vector2b, vector3b; local
131 vector1b = sub_pel_filters_inv[xoffset][0];
148 "dpa.w.ph $ac3, %[p1], %[vector1b] \n\t"
157 "dpa.w.ph $ac2, %[p2], %[vector1b] \n\t"
168 "dpa.w.ph $ac3, %[n1], %[vector1b] \n\t"
176 "dpa.w.ph $ac2, %[n2], %[vector1b] \n\t"
198 : [vector1b] "r"(vector1b), [vector2b] "r"(vector2b),
209 vector1b = sub_pel_filters_inv_tap_4[xoffset][0];
223 "dpa.w.ph $ac3, %[p1], %[vector1b] \n\t
284 unsigned int vector1b, vector2b, vector3b; local
562 unsigned int vector1b, vector2b, vector3b; local
867 int vector1b, vector2b; local
1114 unsigned int vector1b, vector2b, vector3b, vector4a; local
1463 unsigned int vector1b, vector2b, vector3b, vector4a; local
1829 unsigned int vector1b, vector2b, vector3b; local
    [all...]
  /external/libvpx/libvpx/vpx_dsp/mips/
convolve8_vert_dspr2.c 35 int32_t vector1b, vector2b, vector3b, vector4b; local
38 vector1b = ((const int32_t *)filter_y)[0];
80 "dpa.w.ph $ac0, %[p1], %[vector1b] \n\t"
82 "dpa.w.ph $ac1, %[n1], %[vector1b] \n\t"
94 "dpa.w.ph $ac2, %[p1], %[vector1b] \n\t"
96 "dpa.w.ph $ac3, %[n1], %[vector1b] \n\t"
158 : [vector1b] "r"(vector1b), [vector2b] "r"(vector2b),
183 int32_t vector1b, vector2b, vector3b, vector4b; local
186 vector1b = ((const int32_t *)filter_y)[0]
    [all...]
convolve8_avg_dspr2.c 35 int32_t vector1b, vector2b, vector3b, vector4b; local
38 vector1b = ((const int32_t *)filter_y)[0];
80 "dpa.w.ph $ac0, %[p1], %[vector1b] \n\t"
82 "dpa.w.ph $ac1, %[n1], %[vector1b] \n\t"
94 "dpa.w.ph $ac2, %[p1], %[vector1b] \n\t"
96 "dpa.w.ph $ac3, %[n1], %[vector1b] \n\t"
166 : [vector1b] "r"(vector1b), [vector2b] "r"(vector2b),
191 int32_t vector1b, vector2b, vector3b, vector4b; local
194 vector1b = ((const int32_t *)filter_y)[0]
    [all...]
convolve8_avg_horiz_dspr2.c 26 int32_t vector1b, vector2b, vector3b, vector4b; local
34 vector1b = ((const int32_t *)filter_x0)[0];
56 "dpa.w.ph $ac3, %[p1], %[vector1b] \n\t"
70 "dpa.w.ph $ac2, %[p2], %[vector1b] \n\t"
87 "dpa.w.ph $ac3, %[n1], %[vector1b] \n\t"
102 "dpa.w.ph $ac2, %[n2], %[vector1b] \n\t"
127 : [vector1b] "r"(vector1b), [vector2b] "r"(vector2b),
144 int32_t vector1b, vector2b, vector3b, vector4b; local
151 vector1b = ((const int32_t *)filter_x0)[0]
    [all...]
convolve8_horiz_dspr2.c 26 int32_t vector1b, vector2b, vector3b, vector4b; local
34 vector1b = ((const int32_t *)filter_x0)[0];
56 "dpa.w.ph $ac3, %[p1], %[vector1b] \n\t"
70 "dpa.w.ph $ac2, %[p2], %[vector1b] \n\t"
84 "dpa.w.ph $ac3, %[n1], %[vector1b] \n\t"
95 "dpa.w.ph $ac2, %[n2], %[vector1b] \n\t"
116 : [vector1b] "r"(vector1b), [vector2b] "r"(vector2b),
133 int32_t vector1b, vector2b, vector3b, vector4b; local
140 vector1b = ((const int32_t *)filter_x0)[0]
    [all...]
convolve8_dspr2.c 29 int32_t vector1b, vector2b, vector3b, vector4b; local
36 vector1b = ((const int32_t *)filter_x0)[0];
58 "dpa.w.ph $ac3, %[p1], %[vector1b] \n\t"
72 "dpa.w.ph $ac2, %[p2], %[vector1b] \n\t"
86 "dpa.w.ph $ac3, %[p1], %[vector1b] \n\t"
97 "dpa.w.ph $ac2, %[p2], %[vector1b] \n\t"
124 : [vector1b] "r"(vector1b), [vector2b] "r"(vector2b),
144 int32_t vector1b, vector2b, vector3b, vector4b; local
151 vector1b = ((const int32_t *)filter_x0)[0]
    [all...]

Completed in 161 milliseconds