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

  /external/libvpx/libvpx/vpx_dsp/mips/
variance_msa.c 144 LD_UB2(src_ptr, 16, src0, src1);
146 LD_UB2(ref_ptr, 16, ref0, ref1);
151 LD_UB2(src_ptr, 16, src0, src1);
153 LD_UB2(ref_ptr, 16, ref0, ref1);
158 LD_UB2(src_ptr, 16, src0, src1);
160 LD_UB2(ref_ptr, 16, ref0, ref1);
165 LD_UB2(src_ptr, 16, src0, src1);
167 LD_UB2(ref_ptr, 16, ref0, ref1);
189 LD_UB2(src_ptr, 16, src0, src1);
191 LD_UB2(ref_ptr, 16, ref0, ref1)
    [all...]
sad_msa.c 77 LD_UB2(src, src_stride, src0, src1);
79 LD_UB2(ref, ref_stride, ref0, ref1);
83 LD_UB2(src, src_stride, src0, src1);
85 LD_UB2(ref, ref_stride, ref0, ref1);
101 LD_UB2(src, 16, src0, src1);
103 LD_UB2(ref, 16, ref0, ref1);
107 LD_UB2(src, 16, src0, src1);
109 LD_UB2(ref, 16, ref0, ref1);
113 LD_UB2(src, 16, src0, src1);
115 LD_UB2(ref, 16, ref0, ref1)
    [all...]
sub_pixel_variance_msa.c 95 LD_UB2(sec_pred, 16, pred0, pred1);
184 LD_UB2(sec_pred, 16, pred0, pred1);
186 LD_UB2(src_ptr, 16, src0, src1);
188 LD_UB2(ref_ptr, 16, ref0, ref1);
194 LD_UB2(sec_pred, 16, pred0, pred1);
196 LD_UB2(src_ptr, 16, src0, src1);
198 LD_UB2(ref_ptr, 16, ref0, ref1);
204 LD_UB2(sec_pred, 16, pred0, pred1);
206 LD_UB2(src_ptr, 16, src0, src1);
208 LD_UB2(ref_ptr, 16, ref0, ref1)
    [all...]
vpx_convolve8_avg_vert_msa.c 499 LD_UB2(src, 16, src0, src5);
578 LD_UB2(src, src_stride, src1, src2);
579 LD_UB2(dst, dst_stride, dst0, dst1);
580 LD_UB2(src + 16, src_stride, src4, src5);
581 LD_UB2(dst + 16, dst_stride, dst2, dst3);
582 LD_UB2(src + 32, src_stride, src7, src8);
583 LD_UB2(dst + 32, dst_stride, dst4, dst5);
584 LD_UB2(src + 48, src_stride, src10, src11);
585 LD_UB2(dst + 48, dst_stride, dst6, dst7);
vpx_convolve_avg_msa.c 39 LD_UB2(src, src_stride, src0, src1);
42 LD_UB2(dst, dst_stride, dst0, dst1);
vpx_convolve8_vert_msa.c 575 LD_UB2(src, src_stride, src1, src2);
576 LD_UB2(src + 16, src_stride, src4, src5);
577 LD_UB2(src + 32, src_stride, src7, src8);
578 LD_UB2(src + 48, src_stride, src10, src11);
intrapred_msa.c 324 LD_UB2(src_top, 16, top0, top1);
325 LD_UB2(src_left, 16, left0, left1);
353 LD_UB2(src, 16, data0, data1);
vpx_convolve8_avg_horiz_msa.c 191 LD_UB2(dst, dst_stride, dst0, dst1);
251 LD_UB2(dst, 16, dst1, dst2);
310 LD_UB2(&dst[cnt << 5], 16, dst1, dst2);
608 LD_UB2(dst, 16, dst0, dst1);
612 LD_UB2(dst, 16, dst2, dst3);
vpx_convolve_copy_msa.c 82 LD_UB2(src, src_stride, src0, src1);
idct32x32_msa.c 720 LD_UB2(dst, 16, dst0, dst1);
721 LD_UB2(dst + dst_stride, 16, dst2, dst3);
loopfilter_16_msa.c 101 LD_UB2(filter48 + 4 * 16, 16, q1, q2);
836 LD_UB2(filter48 + 4 * 16, 16, q1, q2);
    [all...]
macros_msa.h 300 #define LD_UB2(...) LD_B2(v16u8, __VA_ARGS__)
    [all...]
  /external/libvpx/libvpx/vp8/common/mips/msa/
postproc_msa.c 209 LD_UB2(p_src - 2 * src_stride, src_stride, above2, above1);
211 LD_UB2(p_src + 1 * src_stride, src_stride, below1, below2);
238 LD_UB2(p_src - 2 * src_stride, src_stride, above2, above1);
240 LD_UB2(p_src + 1 * src_stride, src_stride, below1, below2);
343 LD_UB2(p_dst, dst_stride, inter0, inter1);
346 LD_UB2(p_dst + 2 * dst_stride, dst_stride, inter2, inter3);
349 LD_UB2(p_dst + 4 * dst_stride, dst_stride, inter4, inter5);
352 LD_UB2(p_dst + 6 * dst_stride, dst_stride, inter6, inter7);
378 LD_UB2(p_src - 2 * src_stride, src_stride, above2, above1);
380 LD_UB2(p_src + 1 * src_stride, src_stride, below1, below2)
    [all...]
vp8_macros_msa.h 291 #define LD_UB2(...) LD_B2(v16u8, __VA_ARGS__)
    [all...]

Completed in 48 milliseconds