Home
last modified time | relevance | path

Searched refs:UNPCK_UB_SH (Results 1 – 10 of 10) sorted by relevance

/external/libvpx/libvpx/vp9/common/mips/msa/
Dvp9_mfqe_msa.c43 UNPCK_UB_SH(src0, src_r, src_l); in filter_by_weight8x8_msa()
44 UNPCK_UB_SH(dst0, dst_r, dst_l); in filter_by_weight8x8_msa()
54 UNPCK_UB_SH(src1, src_r, src_l); in filter_by_weight8x8_msa()
55 UNPCK_UB_SH(dst1, dst_r, dst_l); in filter_by_weight8x8_msa()
85 UNPCK_UB_SH(src0, src_r, src_l); in filter_by_weight16x16_msa()
86 UNPCK_UB_SH(dst0, dst_r, dst_l); in filter_by_weight16x16_msa()
95 UNPCK_UB_SH(src1, src_r, src_l); in filter_by_weight16x16_msa()
96 UNPCK_UB_SH(dst1, dst_r, dst_l); in filter_by_weight16x16_msa()
105 UNPCK_UB_SH(src2, src_r, src_l); in filter_by_weight16x16_msa()
106 UNPCK_UB_SH(dst2, dst_r, dst_l); in filter_by_weight16x16_msa()
[all …]
/external/libvpx/libvpx/vp8/common/mips/msa/
Dmfqe_msa.c45 UNPCK_UB_SH(src0, src_r, src_l); in filter_by_weight8x8_msa()
46 UNPCK_UB_SH(dst0, dst_r, dst_l); in filter_by_weight8x8_msa()
56 UNPCK_UB_SH(src1, src_r, src_l); in filter_by_weight8x8_msa()
57 UNPCK_UB_SH(dst1, dst_r, dst_l); in filter_by_weight8x8_msa()
90 UNPCK_UB_SH(src0, src_r, src_l); in filter_by_weight16x16_msa()
91 UNPCK_UB_SH(dst0, dst_r, dst_l); in filter_by_weight16x16_msa()
100 UNPCK_UB_SH(src1, src_r, src_l); in filter_by_weight16x16_msa()
101 UNPCK_UB_SH(dst1, dst_r, dst_l); in filter_by_weight16x16_msa()
110 UNPCK_UB_SH(src2, src_r, src_l); in filter_by_weight16x16_msa()
111 UNPCK_UB_SH(dst2, dst_r, dst_l); in filter_by_weight16x16_msa()
[all …]
Dpostproc_msa.c734 UNPCK_UB_SH(dst, dst_r_h, dst_l_h); in vp8_mbpost_proc_down_msa()
Dvp8_macros_msa.h1527 #define UNPCK_UB_SH(in, out0, out1) \ macro
/external/libvpx/libvpx/vp8/encoder/mips/msa/
Dtemporal_filter_msa.c113 UNPCK_UB_SH(frame2_1_b, frame2_0_h, frame2_1_h); in temporal_filter_apply_16size_msa()
200 UNPCK_UB_SH(frame2, frame2_0_h, frame2_1_h); in temporal_filter_apply_8size_msa()
240 UNPCK_UB_SH(frame4, frame2_0_h, frame2_1_h); in temporal_filter_apply_8size_msa()
Ddenoising_msa.c119 UNPCK_UB_SH(sig0, temp0_h, temp1_h); in vp8_denoiser_filter_msa()
169 UNPCK_UB_SH(sig1, temp0_h, temp1_h); in vp8_denoiser_filter_msa()
/external/libvpx/libvpx/vpx_dsp/mips/
Didct16x16_msa.c278 UNPCK_UB_SH(dst0, res0, res4); in vpx_idct16x16_1_add_msa()
279 UNPCK_UB_SH(dst1, res1, res5); in vpx_idct16x16_1_add_msa()
280 UNPCK_UB_SH(dst2, res2, res6); in vpx_idct16x16_1_add_msa()
281 UNPCK_UB_SH(dst3, res3, res7); in vpx_idct16x16_1_add_msa()
Didct32x32_msa.c723 UNPCK_UB_SH(dst0, res0, res4); in vpx_idct32x32_1_add_msa()
724 UNPCK_UB_SH(dst1, res1, res5); in vpx_idct32x32_1_add_msa()
725 UNPCK_UB_SH(dst2, res2, res6); in vpx_idct32x32_1_add_msa()
726 UNPCK_UB_SH(dst3, res3, res7); in vpx_idct32x32_1_add_msa()
Dmacros_msa.h1601 #define UNPCK_UB_SH(in, out0, out1) { \ macro
/external/libvpx/libvpx/vp9/encoder/mips/msa/
Dvp9_temporal_filter_msa.c83 UNPCK_UB_SH(frm2, frm2_r, frm2_l); in temporal_filter_apply_8size_msa()
129 UNPCK_UB_SH(frm4, frm2_r, frm2_l); in temporal_filter_apply_8size_msa()