/external/libvpx/libvpx/vp8/encoder/mips/msa/ |
D | temporal_filter_msa.c | 46 UNPCK_SH_SW(diff0, diff0_r, diff0_l); in temporal_filter_apply_16size_msa() 47 UNPCK_SH_SW(diff1, diff1_r, diff1_l); in temporal_filter_apply_16size_msa() 70 UNPCK_SH_SW(frame2_0_h, frame2_0, frame2_1); in temporal_filter_apply_16size_msa() 71 UNPCK_SH_SW(frame2_1_h, frame2_2, frame2_3); in temporal_filter_apply_16size_msa() 84 UNPCK_SH_SW(diff0, diff0_r, diff0_l); in temporal_filter_apply_16size_msa() 85 UNPCK_SH_SW(diff1, diff1_r, diff1_l); in temporal_filter_apply_16size_msa() 109 UNPCK_SH_SW(frame2_0_h, frame2_0, frame2_1); in temporal_filter_apply_16size_msa() 110 UNPCK_SH_SW(frame2_1_h, frame2_2, frame2_3); in temporal_filter_apply_16size_msa() 166 UNPCK_SH_SW(diff0, diff0_r, diff0_l); in temporal_filter_apply_8size_msa() 167 UNPCK_SH_SW(diff1, diff1_r, diff1_l); in temporal_filter_apply_8size_msa() [all …]
|
/external/libvpx/libvpx/vp9/encoder/mips/msa/ |
D | vp9_error_msa.c | 26 UNPCK_SH_SW(coeff, coeff_r_w, coeff_l_w); \ 35 UNPCK_SH_SW(coeff, coeff_r_w, coeff_l_w); \ 47 UNPCK_SH_SW(coeff, coeff_r_w, coeff_l_w); \ 55 UNPCK_SH_SW(coeff, coeff_r_w, coeff_l_w); \
|
/external/libvpx/libvpx/vp8/common/mips/msa/ |
D | idct_msa.c | 96 UNPCK_SH_SW(input0, in0, in1); in idct4x4_addblk_msa() 97 UNPCK_SH_SW(input1, in2, in3); in idct4x4_addblk_msa() 193 UNPCK_SH_SW(mul0, hz0_w, hz1_w); in dequant_idct4x4_addblk_msa() 194 UNPCK_SH_SW(mul1, hz2_w, hz3_w); in dequant_idct4x4_addblk_msa() 232 UNPCK_SH_SW(hz0, hz0r, hz0l); in dequant_idct4x4_addblk_2x_msa() 233 UNPCK_SH_SW(hz1, hz1r, hz1l); in dequant_idct4x4_addblk_2x_msa() 234 UNPCK_SH_SW(hz2, hz2r, hz2l); in dequant_idct4x4_addblk_2x_msa() 235 UNPCK_SH_SW(hz3, hz3r, hz3l); in dequant_idct4x4_addblk_2x_msa()
|
D | vp8_macros_msa.h | 1522 #define UNPCK_SH_SW(in, out0, out1) \ macro
|
/external/libvpx/libvpx/vpx_dsp/mips/ |
D | deblock_msa.c | 577 UNPCK_SH_SW(sub_r, sub0, sub1); in vpx_mbpost_proc_across_ip_msa() 578 UNPCK_SH_SW(sub_l, sub2, sub3); in vpx_mbpost_proc_across_ip_msa() 601 UNPCK_SH_SW(sum_r, sum0_w, sum1_w); in vpx_mbpost_proc_across_ip_msa() 602 UNPCK_SH_SW(sum_l, sum2_w, sum3_w); in vpx_mbpost_proc_across_ip_msa() 698 UNPCK_SH_SW(sub_r, sub0, sub1); in vpx_mbpost_proc_down_msa() 699 UNPCK_SH_SW(sub_l, sub2, sub3); in vpx_mbpost_proc_down_msa() 717 UNPCK_SH_SW(sum0_h, sum0_w, sum1_w); in vpx_mbpost_proc_down_msa() 718 UNPCK_SH_SW(sum1_h, sum2_w, sum3_w); in vpx_mbpost_proc_down_msa()
|
D | variance_msa.c | 316 UNPCK_SH_SW(src0, src0_l, src0_r); in get_mb_ss_msa() 317 UNPCK_SH_SW(src1, src1_l, src1_r); in get_mb_ss_msa() 318 UNPCK_SH_SW(src2, src2_l, src2_r); in get_mb_ss_msa() 319 UNPCK_SH_SW(src3, src3_l, src3_r); in get_mb_ss_msa()
|
D | fwd_dct32x32_msa.c | 307 UNPCK_SH_SW(vec0, vec0_l, vec0_r); in fdct8x32_1d_row_even_4x() 308 UNPCK_SH_SW(vec1, vec1_l, vec1_r); in fdct8x32_1d_row_even_4x() 309 UNPCK_SH_SW(vec2, vec2_l, vec2_r); in fdct8x32_1d_row_even_4x() 310 UNPCK_SH_SW(vec3, vec3_l, vec3_r); in fdct8x32_1d_row_even_4x() 311 UNPCK_SH_SW(vec4, vec4_l, vec4_r); in fdct8x32_1d_row_even_4x() 312 UNPCK_SH_SW(vec5, vec5_l, vec5_r); in fdct8x32_1d_row_even_4x() 313 UNPCK_SH_SW(vec6, vec6_l, vec6_r); in fdct8x32_1d_row_even_4x() 314 UNPCK_SH_SW(vec7, vec7_l, vec7_r); in fdct8x32_1d_row_even_4x()
|
D | macros_msa.h | 1749 #define UNPCK_SH_SW(in, out0, out1) \ macro
|
/external/webp/src/dsp/ |
D | enc_msa.c | 53 UNPCK_SH_SW(input0, in0, in1); in ITransformOne() 54 UNPCK_SH_SW(input1, in2, in3); in ITransformOne()
|
D | dec_msa.c | 51 UNPCK_SH_SW(input0, in0, in1); in TransformOne() 52 UNPCK_SH_SW(input1, in2, in3); in TransformOne()
|
D | msa_macro.h | 1257 #define UNPCK_SH_SW(in, out0, out1) do { \ macro
|