/external/libvpx/libvpx/vp8/common/mips/msa/ |
mfqe_msa.c | 45 UNPCK_UB_SH(src0, src_r, src_l); 46 UNPCK_UB_SH(dst0, dst_r, dst_l); 56 UNPCK_UB_SH(src1, src_r, src_l); 57 UNPCK_UB_SH(dst1, dst_r, dst_l); 90 UNPCK_UB_SH(src0, src_r, src_l); 91 UNPCK_UB_SH(dst0, dst_r, dst_l); 100 UNPCK_UB_SH(src1, src_r, src_l); 101 UNPCK_UB_SH(dst1, dst_r, dst_l); 110 UNPCK_UB_SH(src2, src_r, src_l); 111 UNPCK_UB_SH(dst2, dst_r, dst_l) [all...] |
postproc_msa.c | [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); 85 UNPCK_UB_SH(src0, src_r, src_l); 86 UNPCK_UB_SH(dst0, dst_r, dst_l); 95 UNPCK_UB_SH(src1, src_r, src_l); 96 UNPCK_UB_SH(dst1, dst_r, dst_l); 105 UNPCK_UB_SH(src2, src_r, src_l); 106 UNPCK_UB_SH(dst2, dst_r, dst_l) [all...] |
/external/libvpx/libvpx/vp8/encoder/mips/msa/ |
temporal_filter_msa.c | 113 UNPCK_UB_SH(frame2_1_b, frame2_0_h, frame2_1_h); 200 UNPCK_UB_SH(frame2, frame2_0_h, frame2_1_h); 240 UNPCK_UB_SH(frame4, frame2_0_h, frame2_1_h);
|
denoising_msa.c | 119 UNPCK_UB_SH(sig0, temp0_h, temp1_h); 169 UNPCK_UB_SH(sig1, temp0_h, temp1_h);
|
/external/libvpx/libvpx/vpx_dsp/mips/ |
idct16x16_msa.c | 278 UNPCK_UB_SH(dst0, res0, res4); 279 UNPCK_UB_SH(dst1, res1, res5); 280 UNPCK_UB_SH(dst2, res2, res6); 281 UNPCK_UB_SH(dst3, res3, res7);
|
idct32x32_msa.c | 723 UNPCK_UB_SH(dst0, res0, res4); 724 UNPCK_UB_SH(dst1, res1, res5); 725 UNPCK_UB_SH(dst2, res2, res6); 726 UNPCK_UB_SH(dst3, res3, res7);
|
macros_msa.h | [all...] |
/external/libvpx/libvpx/vp9/encoder/mips/msa/ |
vp9_temporal_filter_msa.c | 83 UNPCK_UB_SH(frm2, frm2_r, frm2_l); 129 UNPCK_UB_SH(frm4, frm2_r, frm2_l);
|