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

  /external/libvpx/libvpx/vp8/common/mips/dspr2/
filter_dspr2.c 130 int vector1b, vector2b, vector3b; local
162 vector2b = sub_pel_filters_inv[xoffset][1];
180 "dpa.w.ph $ac3, %[p2], %[vector2b] \n\t"
189 "dpa.w.ph $ac2, %[p3], %[vector2b] \n\t"
200 "dpa.w.ph $ac3, %[n2], %[vector2b] \n\t"
208 "dpa.w.ph $ac2, %[n3], %[vector2b] \n\t"
229 : [vector1b] "r" (vector1b), [vector2b] "r" (vector2b),
244 vector2b = sub_pel_filters_inv_tap_4[xoffset][1];
259 "dpa.w.ph $ac3, %[p2], %[vector2b] \n\t
326 unsigned int vector1b, vector2b, vector3b; local
626 unsigned int vector1b, vector2b, vector3b; local
958 int vector1b, vector2b; local
1146 unsigned int vector1b, vector2b, vector3b, vector4a; local
1511 unsigned int vector1b, vector2b, vector3b, vector4a; local
1896 unsigned int vector1b, vector2b, vector3b; local
    [all...]
  /external/libvpx/libvpx/vp9/common/mips/dspr2/
vp9_convolve8_vert_dspr2.c 40 int32_t vector1b, vector2b, vector3b, vector4b; local
44 vector2b = ((const int32_t *)filter_y)[1];
86 "dpa.w.ph $ac0, %[p2], %[vector2b] \n\t"
88 "dpa.w.ph $ac1, %[n2], %[vector2b] \n\t"
100 "dpa.w.ph $ac2, %[p2], %[vector2b] \n\t"
102 "dpa.w.ph $ac3, %[n2], %[vector2b] \n\t"
165 : [vector1b] "r" (vector1b), [vector2b] "r" (vector2b),
194 int32_t vector1b, vector2b, vector3b, vector4b; local
198 vector2b = ((const int32_t *)filter_y)[1]
    [all...]
vp9_convolve8_avg_dspr2.c 40 int32_t vector1b, vector2b, vector3b, vector4b; local
44 vector2b = ((const int32_t *)filter_y)[1];
86 "dpa.w.ph $ac0, %[p2], %[vector2b] \n\t"
88 "dpa.w.ph $ac1, %[n2], %[vector2b] \n\t"
100 "dpa.w.ph $ac2, %[p2], %[vector2b] \n\t"
102 "dpa.w.ph $ac3, %[n2], %[vector2b] \n\t"
172 : [vector1b] "r" (vector1b), [vector2b] "r" (vector2b),
201 int32_t vector1b, vector2b, vector3b, vector4b; local
205 vector2b = ((const int32_t *)filter_y)[1]
    [all...]
vp9_convolve8_horiz_dspr2.c 31 int32_t vector1b, vector2b, vector3b, vector4b; local
40 vector2b = ((const int32_t *)filter_x0)[1];
62 "dpa.w.ph $ac3, %[p2], %[vector2b] \n\t"
76 "dpa.w.ph $ac2, %[p3], %[vector2b] \n\t"
90 "dpa.w.ph $ac3, %[n2], %[vector2b] \n\t"
101 "dpa.w.ph $ac2, %[n3], %[vector2b] \n\t"
122 : [vector1b] "r" (vector1b), [vector2b] "r" (vector2b),
143 int32_t vector1b, vector2b, vector3b, vector4b; local
151 vector2b = ((const int32_t *)filter_x0)[1]
    [all...]
vp9_convolve8_avg_horiz_dspr2.c 31 int32_t vector1b, vector2b, vector3b, vector4b; local
40 vector2b = ((const int32_t *)filter_x0)[1];
62 "dpa.w.ph $ac3, %[p2], %[vector2b] \n\t"
76 "dpa.w.ph $ac2, %[p3], %[vector2b] \n\t"
93 "dpa.w.ph $ac3, %[n2], %[vector2b] \n\t"
108 "dpa.w.ph $ac2, %[n3], %[vector2b] \n\t"
133 : [vector1b] "r" (vector1b), [vector2b] "r" (vector2b),
154 int32_t vector1b, vector2b, vector3b, vector4b; local
162 vector2b = ((const int32_t *)filter_x0)[1]
    [all...]
vp9_convolve8_dspr2.c 48 int32_t vector1b, vector2b, vector3b, vector4b; local
56 vector2b = ((const int32_t *)filter_x0)[1];
78 "dpa.w.ph $ac3, %[p2], %[vector2b] \n\t"
92 "dpa.w.ph $ac2, %[p3], %[vector2b] \n\t"
106 "dpa.w.ph $ac3, %[p2], %[vector2b] \n\t"
117 "dpa.w.ph $ac2, %[p3], %[vector2b] \n\t"
143 : [vector1b] "r" (vector1b), [vector2b] "r" (vector2b),
165 int32_t vector1b, vector2b, vector3b, vector4b; local
173 vector2b = ((const int32_t *)filter_x0)[1]
    [all...]

Completed in 80 milliseconds