Home
last modified time | relevance | path

Searched refs:UNPCK_SH_SW (Results 1 – 9 of 9) sorted by relevance

/external/libvpx/libvpx/vp9/encoder/mips/msa/
Dvp9_temporal_filter_msa.c55 UNPCK_SH_SW(diff0, diff0_r, diff0_l); in temporal_filter_apply_8size_msa()
56 UNPCK_SH_SW(diff1, diff1_r, diff1_l); in temporal_filter_apply_8size_msa()
84 UNPCK_SH_SW(frm2_r, frm2_rr, frm2_rl); in temporal_filter_apply_8size_msa()
85 UNPCK_SH_SW(frm2_l, frm2_lr, frm2_ll); in temporal_filter_apply_8size_msa()
102 UNPCK_SH_SW(diff0, diff0_r, diff0_l); in temporal_filter_apply_8size_msa()
103 UNPCK_SH_SW(diff1, diff1_r, diff1_l); in temporal_filter_apply_8size_msa()
130 UNPCK_SH_SW(frm2_r, frm2_rr, frm2_rl); in temporal_filter_apply_8size_msa()
131 UNPCK_SH_SW(frm2_l, frm2_lr, frm2_ll); in temporal_filter_apply_8size_msa()
182 UNPCK_SH_SW(diff0, diff0_r, diff0_l); in temporal_filter_apply_16size_msa()
183 UNPCK_SH_SW(diff1, diff1_r, diff1_l); in temporal_filter_apply_16size_msa()
[all …]
Dvp9_error_msa.c27 UNPCK_SH_SW(coeff, coeff_r_w, coeff_l_w); \
36 UNPCK_SH_SW(coeff, coeff_r_w, coeff_l_w); \
48 UNPCK_SH_SW(coeff, coeff_r_w, coeff_l_w); \
56 UNPCK_SH_SW(coeff, coeff_r_w, coeff_l_w); \
/external/libvpx/libvpx/vp8/encoder/mips/msa/
Dtemporal_filter_msa.c51 UNPCK_SH_SW(diff0, diff0_r, diff0_l); in temporal_filter_apply_16size_msa()
52 UNPCK_SH_SW(diff1, diff1_r, diff1_l); in temporal_filter_apply_16size_msa()
75 UNPCK_SH_SW(frame2_0_h, frame2_0, frame2_1); in temporal_filter_apply_16size_msa()
76 UNPCK_SH_SW(frame2_1_h, frame2_2, frame2_3); in temporal_filter_apply_16size_msa()
89 UNPCK_SH_SW(diff0, diff0_r, diff0_l); in temporal_filter_apply_16size_msa()
90 UNPCK_SH_SW(diff1, diff1_r, diff1_l); in temporal_filter_apply_16size_msa()
114 UNPCK_SH_SW(frame2_0_h, frame2_0, frame2_1); in temporal_filter_apply_16size_msa()
115 UNPCK_SH_SW(frame2_1_h, frame2_2, frame2_3); in temporal_filter_apply_16size_msa()
176 UNPCK_SH_SW(diff0, diff0_r, diff0_l); in temporal_filter_apply_8size_msa()
177 UNPCK_SH_SW(diff1, diff1_r, diff1_l); in temporal_filter_apply_8size_msa()
[all …]
/external/libvpx/libvpx/vp8/common/mips/msa/
Didct_msa.c99 UNPCK_SH_SW(input0, in0, in1); in idct4x4_addblk_msa()
100 UNPCK_SH_SW(input1, in2, in3); in idct4x4_addblk_msa()
152 UNPCK_SH_SW(input0, in0, in1); in vp8_short_inv_walsh4x4_msa()
153 UNPCK_SH_SW(input1, in2, in3); in vp8_short_inv_walsh4x4_msa()
199 UNPCK_SH_SW(mul0, hz0_w, hz1_w); in dequant_idct4x4_addblk_msa()
200 UNPCK_SH_SW(mul1, hz2_w, hz3_w); in dequant_idct4x4_addblk_msa()
241 UNPCK_SH_SW(hz0, hz0r, hz0l); in dequant_idct4x4_addblk_2x_msa()
242 UNPCK_SH_SW(hz1, hz1r, hz1l); in dequant_idct4x4_addblk_2x_msa()
243 UNPCK_SH_SW(hz2, hz2r, hz2l); in dequant_idct4x4_addblk_2x_msa()
244 UNPCK_SH_SW(hz3, hz3r, hz3l); in dequant_idct4x4_addblk_2x_msa()
Dpostproc_msa.c620 UNPCK_SH_SW(sub_r, sub0, sub1); in vp8_mbpost_proc_across_ip_msa()
621 UNPCK_SH_SW(sub_l, sub2, sub3); in vp8_mbpost_proc_across_ip_msa()
648 UNPCK_SH_SW(sum_r, sum0_w, sum1_w); in vp8_mbpost_proc_across_ip_msa()
649 UNPCK_SH_SW(sum_l, sum2_w, sum3_w); in vp8_mbpost_proc_across_ip_msa()
755 UNPCK_SH_SW(sub_r, sub0, sub1); in vp8_mbpost_proc_down_msa()
756 UNPCK_SH_SW(sub_l, sub2, sub3); in vp8_mbpost_proc_down_msa()
774 UNPCK_SH_SW(sum0_h, sum0_w, sum1_w); in vp8_mbpost_proc_down_msa()
775 UNPCK_SH_SW(sum1_h, sum2_w, sum3_w); in vp8_mbpost_proc_down_msa()
Dvp8_macros_msa.h1545 #define UNPCK_SH_SW(in, out0, out1) \ macro
/external/libvpx/libvpx/vpx_dsp/mips/
Dvariance_msa.c315 UNPCK_SH_SW(src0, src0_l, src0_r); in get_mb_ss_msa()
316 UNPCK_SH_SW(src1, src1_l, src1_r); in get_mb_ss_msa()
317 UNPCK_SH_SW(src2, src2_l, src2_r); in get_mb_ss_msa()
318 UNPCK_SH_SW(src3, src3_l, src3_r); in get_mb_ss_msa()
Dfwd_dct32x32_msa.c310 UNPCK_SH_SW(vec0, vec0_l, vec0_r); in fdct8x32_1d_row_even_4x()
311 UNPCK_SH_SW(vec1, vec1_l, vec1_r); in fdct8x32_1d_row_even_4x()
312 UNPCK_SH_SW(vec2, vec2_l, vec2_r); in fdct8x32_1d_row_even_4x()
313 UNPCK_SH_SW(vec3, vec3_l, vec3_r); in fdct8x32_1d_row_even_4x()
314 UNPCK_SH_SW(vec4, vec4_l, vec4_r); in fdct8x32_1d_row_even_4x()
315 UNPCK_SH_SW(vec5, vec5_l, vec5_r); in fdct8x32_1d_row_even_4x()
316 UNPCK_SH_SW(vec6, vec6_l, vec6_r); in fdct8x32_1d_row_even_4x()
317 UNPCK_SH_SW(vec7, vec7_l, vec7_r); in fdct8x32_1d_row_even_4x()
Dmacros_msa.h1618 #define UNPCK_SH_SW(in, out0, out1) { \ macro