/external/libvpx/libvpx/vpx_dsp/mips/ |
intrapred16_dspr2.c | 166 int32_t above2, left2; local 170 "lw %[above2], 4(%[above]) \n\t" 183 "preceu.ph.qbl %[above_l1], %[above2] \n\t" 184 "preceu.ph.qbr %[above_r1], %[above2] \n\t" 194 "lw %[above2], 12(%[above]) \n\t" 208 "preceu.ph.qbl %[above_l1], %[above2] \n\t" 209 "preceu.ph.qbr %[above_r1], %[above2] \n\t" 322 [above2] "=&r" (above2), [left2] "=&r" (left2),
|
intrapred8_dspr2.c | 75 int32_t above2, above_l2, above_r2, left2, left_r2, left_l2; local 79 "lw %[above2], 4(%[above]) \n\t" 88 "preceu.ph.qbl %[above_l2], %[above2] \n\t" 89 "preceu.ph.qbr %[above_r2], %[above2] \n\t" 143 [above2] "=&r" (above2), [above_l2] "=&r" (above_l2), [all...] |
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/common/mips/dspr2/ |
vp9_intrapred16_dspr2.c | 169 int32_t above2, left2; local 173 "lw %[above2], 4(%[above]) \n\t" 186 "preceu.ph.qbl %[above_l1], %[above2] \n\t" 187 "preceu.ph.qbr %[above_r1], %[above2] \n\t" 197 "lw %[above2], 12(%[above]) \n\t" 211 "preceu.ph.qbl %[above_l1], %[above2] \n\t" 212 "preceu.ph.qbr %[above_r1], %[above2] \n\t" 325 [above2] "=&r" (above2), [left2] "=&r" (left2),
|
vp9_intrapred8_dspr2.c | 78 int32_t above2, above_l2, above_r2, left2, left_r2, left_l2; local 82 "lw %[above2], 4(%[above]) \n\t" 91 "preceu.ph.qbl %[above_l2], %[above2] \n\t" 92 "preceu.ph.qbr %[above_r2], %[above2] \n\t" 146 [above2] "=&r" (above2), [above_l2] "=&r" (above_l2), [all...] |
/external/libvpx/libvpx/vp8/common/mips/msa/ |
postproc_msa.c | 202 v16u8 above2, above1, below2, below1, src, ref, ref_temp; local 209 LD_UB2(p_src - 2 * src_stride, src_stride, above2, above1); 212 VP8_AVER_IF_RETAIN(above2, above1, src, below1, below2, ref, inter0); 213 above2 = LD_UB(p_src + 3 * src_stride); 214 VP8_AVER_IF_RETAIN(above1, src, below1, below2, above2, ref, inter1); 216 VP8_AVER_IF_RETAIN(src, below1, below2, above2, above1, ref, inter2); 218 VP8_AVER_IF_RETAIN(below1, below2, above2, above1, src, ref, inter3); 220 VP8_AVER_IF_RETAIN(below2, above2, above1, src, below1, ref, inter4); 222 VP8_AVER_IF_RETAIN(above2, above1, src, below1, below2, ref, inter5); 223 above2 = LD_UB(p_src + 8 * src_stride) 369 v16u8 above2, above1, below2, below1; local [all...] |