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

  /external/libvpx/libvpx/vp8/common/mips/msa/
mfqe_msa.c 43 UNPCK_UB_SH(src0, src_r, src_l);
44 UNPCK_UB_SH(dst0, dst_r, dst_l);
54 UNPCK_UB_SH(src1, src_r, src_l);
55 UNPCK_UB_SH(dst1, dst_r, dst_l);
86 UNPCK_UB_SH(src0, src_r, src_l);
87 UNPCK_UB_SH(dst0, dst_r, dst_l);
96 UNPCK_UB_SH(src1, src_r, src_l);
97 UNPCK_UB_SH(dst1, dst_r, dst_l);
106 UNPCK_UB_SH(src2, src_r, src_l);
107 UNPCK_UB_SH(dst2, dst_r, dst_l)
    [all...]
vp8_macros_msa.h     [all...]
  /external/libvpx/libvpx/vp9/common/mips/msa/
vp9_mfqe_msa.c 43 UNPCK_UB_SH(src0, src_r, src_l);
44 UNPCK_UB_SH(dst0, dst_r, dst_l);
54 UNPCK_UB_SH(src1, src_r, src_l);
55 UNPCK_UB_SH(dst1, dst_r, dst_l);
83 UNPCK_UB_SH(src0, src_r, src_l);
84 UNPCK_UB_SH(dst0, dst_r, dst_l);
93 UNPCK_UB_SH(src1, src_r, src_l);
94 UNPCK_UB_SH(dst1, dst_r, dst_l);
103 UNPCK_UB_SH(src2, src_r, src_l);
104 UNPCK_UB_SH(dst2, dst_r, dst_l)
    [all...]
  /external/libvpx/libvpx/vpx_dsp/mips/
avg_msa.c 406 UNPCK_UB_SH(ref0, ref0_r, ref0_l);
407 UNPCK_UB_SH(ref1, ref1_r, ref1_l);
408 UNPCK_UB_SH(ref2, ref2_r, ref2_l);
409 UNPCK_UB_SH(ref3, ref3_r, ref3_l);
410 UNPCK_UB_SH(ref4, ref4_r, ref4_l);
411 UNPCK_UB_SH(ref5, ref5_r, ref5_l);
412 UNPCK_UB_SH(ref6, ref6_r, ref6_l);
413 UNPCK_UB_SH(ref7, ref7_r, ref7_l);
430 UNPCK_UB_SH(ref0, ref0_r, ref0_l);
431 UNPCK_UB_SH(ref1, ref1_r, ref1_l)
    [all...]
idct16x16_msa.c 277 UNPCK_UB_SH(dst0, res0, res4);
278 UNPCK_UB_SH(dst1, res1, res5);
279 UNPCK_UB_SH(dst2, res2, res6);
280 UNPCK_UB_SH(dst3, res3, res7);
idct32x32_msa.c 713 UNPCK_UB_SH(dst0, res0, res4);
714 UNPCK_UB_SH(dst1, res1, res5);
715 UNPCK_UB_SH(dst2, res2, res6);
716 UNPCK_UB_SH(dst3, res3, res7);
deblock_msa.c 679 UNPCK_UB_SH(dst, dst_r_h, dst_l_h);
    [all...]
macros_msa.h     [all...]
  /external/libvpx/libvpx/vp8/encoder/mips/msa/
temporal_filter_msa.c 108 UNPCK_UB_SH(frame2_1_b, frame2_0_h, frame2_1_h);
190 UNPCK_UB_SH(frame2, frame2_0_h, frame2_1_h);
230 UNPCK_UB_SH(frame4, frame2_0_h, frame2_1_h);
denoising_msa.c 112 UNPCK_UB_SH(sig0, temp0_h, temp1_h);
160 UNPCK_UB_SH(sig1, temp0_h, temp1_h);

Completed in 140 milliseconds