Searched refs:UNPCK_UB_SH (Results 1 – 10 of 10) sorted by relevance
/external/libvpx/libvpx/vp9/common/mips/msa/ |
D | vp9_mfqe_msa.c | 43 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/ |
D | mfqe_msa.c | 45 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 …]
|
D | postproc_msa.c | 734 UNPCK_UB_SH(dst, dst_r_h, dst_l_h); in vp8_mbpost_proc_down_msa()
|
D | vp8_macros_msa.h | 1527 #define UNPCK_UB_SH(in, out0, out1) \ macro
|
/external/libvpx/libvpx/vp8/encoder/mips/msa/ |
D | temporal_filter_msa.c | 113 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()
|
D | denoising_msa.c | 119 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/ |
D | idct16x16_msa.c | 278 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()
|
D | idct32x32_msa.c | 723 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()
|
D | macros_msa.h | 1601 #define UNPCK_UB_SH(in, out0, out1) { \ macro
|
/external/libvpx/libvpx/vp9/encoder/mips/msa/ |
D | vp9_temporal_filter_msa.c | 83 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()
|