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

  /external/libvpx/libvpx/vpx_dsp/mips/
variance_msa.c 53 LW4(src_ptr, src_stride, src0, src1, src2, src3);
55 LW4(ref_ptr, ref_stride, ref0, ref1, ref2, ref3);
347 LW4(src_ptr, src_stride, src0, src1, src2, src3);
349 LW4(ref_ptr, ref_stride, ref0, ref1, ref2, ref3);
498 LW4(src_ptr, src_stride, src0, src1, src2, src3);
499 LW4(ref_ptr, ref_stride, ref0, ref1, ref2, ref3);
subtract_msa.c 24 LW4(src_ptr, src_stride, src0, src1, src2, src3);
25 LW4(pred_ptr, pred_stride, pred0, pred1, pred2, pred3);
sad_msa.c 34 LW4(src_ptr, src_stride, src0, src1, src2, src3);
36 LW4(ref_ptr, ref_stride, ref0, ref1, ref2, ref3);
175 LW4(src_ptr, src_stride, src0, src1, src2, src3);
304 LW4(src_ptr, src_stride, src0, src1, src2, src3);
558 LW4(src_ptr, src_stride, src0, src1, src2, src3);
562 LW4(ref0_ptr, ref_stride, ref0, ref1, ref2, ref3);
569 LW4(ref1_ptr, ref_stride, ref0, ref1, ref2, ref3);
576 LW4(ref2_ptr, ref_stride, ref0, ref1, ref2, ref3);
583 LW4(ref3_ptr, ref_stride, ref0, ref1, ref2, ref3);
833 LW4(src_ptr, src_stride, src0, src1, src2, src3)
    [all...]
vpx_convolve8_avg_horiz_msa.c 40 LW4(dst, dst_stride, tp0, tp1, tp2, tp3);
73 LW4(dst, dst_stride, tp0, tp1, tp2, tp3);
75 LW4(dst + 4 * dst_stride, dst_stride, tp0, tp1, tp2, tp3);
328 LW4(dst, dst_stride, tp0, tp1, tp2, tp3);
355 LW4(dst, dst_stride, tp0, tp1, tp2, tp3);
357 LW4(dst + 4 * dst_stride, dst_stride, tp0, tp1, tp2, tp3);
vpx_convolve8_avg_msa.c 63 LW4(dst, dst_stride, tp0, tp1, tp2, tp3);
255 LW4(dst, dst_stride, tp0, tp1, tp2, tp3);
297 LW4(dst, dst_stride, tp0, tp1, tp2, tp3);
299 LW4(dst + 4 * dst_stride, dst_stride, tp0, tp1, tp2, tp3);
vpx_convolve8_avg_vert_msa.c 47 LW4(dst, dst_stride, tp0, tp1, tp2, tp3);
267 LW4(dst, dst_stride, tp0, tp1, tp2, tp3);
300 LW4(dst, dst_stride, tp0, tp1, tp2, tp3);
302 LW4(dst + 4 * dst_stride, dst_stride, tp0, tp1, tp2, tp3);
sub_pixel_variance_msa.c 55 LW4(src_ptr, src_stride, src0, src1, src2, src3);
57 LW4(ref_ptr, ref_stride, ref0, ref1, ref2, ref3);
401 LW4(dst, dst_stride, ref0, ref1, ref2, ref3);
570 LW4(dst, dst_stride, ref0, ref1, ref2, ref3);
755 LW4(dst, dst_stride, ref0, ref1, ref2, ref3);
    [all...]
macros_msa.h 173 #define LW4(psrc, stride, out0, out1, out2, out3) \
    [all...]
vpx_convolve8_msa.c     [all...]
avg_msa.c 45 LW4(src, src_stride, src0, src1, src2, src3);
  /external/webp/src/dsp/
enc_msa.c 94 LW4(src, BPS, in0, in1, in2, in3);
96 LW4(ref, BPS, in0, in1, in2, in3);
183 LW4(in, BPS, in0_m, in1_m, in2_m, in3_m);
788 LW4(a, BPS, src0, src1, src2, src3);
789 LW4(b, BPS, ref0, ref1, ref2, ref3);
msa_macro.h 150 #define LW4(psrc, stride, out0, out1, out2, out3) do { \
    [all...]
  /external/libvpx/libvpx/vp8/common/mips/msa/
bilinear_filter_msa.c 727 LW4(src, src_stride, tp0, tp1, tp2, tp3);
sixtap_filter_msa.c     [all...]
vp8_macros_msa.h 206 #define LW4(psrc, stride, out0, out1, out2, out3) \
    [all...]

Completed in 73 milliseconds