/external/libvpx/libvpx/vp8/common/mips/dspr2/ |
filter_dspr2.c | 130 int vector1b, vector2b, vector3b; local 161 vector1b = sub_pel_filters_inv[xoffset][0]; 179 "dpa.w.ph $ac3, %[p1], %[vector1b] \n\t" 188 "dpa.w.ph $ac2, %[p2], %[vector1b] \n\t" 199 "dpa.w.ph $ac3, %[n1], %[vector1b] \n\t" 207 "dpa.w.ph $ac2, %[n2], %[vector1b] \n\t" 229 : [vector1b] "r" (vector1b), [vector2b] "r" (vector2b), 243 vector1b = sub_pel_filters_inv_tap_4[xoffset][0]; 258 "dpa.w.ph $ac3, %[p1], %[vector1b] \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 43 vector1b = ((const int32_t *)filter_y)[0]; 85 "dpa.w.ph $ac0, %[p1], %[vector1b] \n\t" 87 "dpa.w.ph $ac1, %[n1], %[vector1b] \n\t" 99 "dpa.w.ph $ac2, %[p1], %[vector1b] \n\t" 101 "dpa.w.ph $ac3, %[n1], %[vector1b] \n\t" 165 : [vector1b] "r" (vector1b), [vector2b] "r" (vector2b), 194 int32_t vector1b, vector2b, vector3b, vector4b; local 197 vector1b = ((const int32_t *)filter_y)[0] [all...] |
vp9_convolve8_avg_dspr2.c | 40 int32_t vector1b, vector2b, vector3b, vector4b; local 43 vector1b = ((const int32_t *)filter_y)[0]; 85 "dpa.w.ph $ac0, %[p1], %[vector1b] \n\t" 87 "dpa.w.ph $ac1, %[n1], %[vector1b] \n\t" 99 "dpa.w.ph $ac2, %[p1], %[vector1b] \n\t" 101 "dpa.w.ph $ac3, %[n1], %[vector1b] \n\t" 172 : [vector1b] "r" (vector1b), [vector2b] "r" (vector2b), 201 int32_t vector1b, vector2b, vector3b, vector4b; local 204 vector1b = ((const int32_t *)filter_y)[0] [all...] |
vp9_convolve8_avg_horiz_dspr2.c | 31 int32_t vector1b, vector2b, vector3b, vector4b; local 39 vector1b = ((const int32_t *)filter_x0)[0]; 61 "dpa.w.ph $ac3, %[p1], %[vector1b] \n\t" 75 "dpa.w.ph $ac2, %[p2], %[vector1b] \n\t" 92 "dpa.w.ph $ac3, %[n1], %[vector1b] \n\t" 107 "dpa.w.ph $ac2, %[n2], %[vector1b] \n\t" 133 : [vector1b] "r" (vector1b), [vector2b] "r" (vector2b), 154 int32_t vector1b, vector2b, vector3b, vector4b; local 161 vector1b = ((const int32_t *)filter_x0)[0] [all...] |
vp9_convolve8_horiz_dspr2.c | 31 int32_t vector1b, vector2b, vector3b, vector4b; local 39 vector1b = ((const int32_t *)filter_x0)[0]; 61 "dpa.w.ph $ac3, %[p1], %[vector1b] \n\t" 75 "dpa.w.ph $ac2, %[p2], %[vector1b] \n\t" 89 "dpa.w.ph $ac3, %[n1], %[vector1b] \n\t" 100 "dpa.w.ph $ac2, %[n2], %[vector1b] \n\t" 122 : [vector1b] "r" (vector1b), [vector2b] "r" (vector2b), 143 int32_t vector1b, vector2b, vector3b, vector4b; local 150 vector1b = ((const int32_t *)filter_x0)[0] [all...] |
vp9_convolve8_dspr2.c | 48 int32_t vector1b, vector2b, vector3b, vector4b; local 55 vector1b = ((const int32_t *)filter_x0)[0]; 77 "dpa.w.ph $ac3, %[p1], %[vector1b] \n\t" 91 "dpa.w.ph $ac2, %[p2], %[vector1b] \n\t" 105 "dpa.w.ph $ac3, %[p1], %[vector1b] \n\t" 116 "dpa.w.ph $ac2, %[p2], %[vector1b] \n\t" 143 : [vector1b] "r" (vector1b), [vector2b] "r" (vector2b), 165 int32_t vector1b, vector2b, vector3b, vector4b; local 172 vector1b = ((const int32_t *)filter_x0)[0] [all...] |