/external/libvpx/libvpx/vp8/common/mips/msa/ |
D | sixtap_filter_msa.c | 483 v16i8 filt_hz0, filt_hz1, filt_hz2; in common_hv_6ht_6vt_4w_msa() local 493 SPLATI_H3_SB(filt, 0, 1, 2, filt_hz0, filt_hz1, filt_hz2); in common_hv_6ht_6vt_4w_msa() 504 hz_out0 = HORIZ_6TAP_FILT(src0, src1, mask0, mask1, mask2, filt_hz0, in common_hv_6ht_6vt_4w_msa() 506 hz_out2 = HORIZ_6TAP_FILT(src2, src3, mask0, mask1, mask2, filt_hz0, in common_hv_6ht_6vt_4w_msa() 509 hz_out3 = HORIZ_6TAP_FILT(src3, src4, mask0, mask1, mask2, filt_hz0, in common_hv_6ht_6vt_4w_msa() 519 hz_out5 = HORIZ_6TAP_FILT(src5, src6, mask0, mask1, mask2, filt_hz0, in common_hv_6ht_6vt_4w_msa() 527 hz_out7 = HORIZ_6TAP_FILT(src7, src8, mask0, mask1, mask2, filt_hz0, in common_hv_6ht_6vt_4w_msa() 557 v16i8 filt_hz0, filt_hz1, filt_hz2; in common_hv_6ht_6vt_8w_msa() local 568 SPLATI_H3_SB(filt, 0, 1, 2, filt_hz0, filt_hz1, filt_hz2); in common_hv_6ht_6vt_8w_msa() 577 hz_out0 = HORIZ_6TAP_FILT(src0, src0, mask0, mask1, mask2, filt_hz0, in common_hv_6ht_6vt_8w_msa() [all …]
|
/external/libvpx/libvpx/vpx_dsp/mips/ |
D | vpx_convolve8_avg_msa.c | 25 v16i8 filt_hz0, filt_hz1, filt_hz2, filt_hz3; in common_hv_8ht_8vt_and_aver_dst_4w_msa() local 35 SPLATI_H4_SB(filt, 0, 1, 2, 3, filt_hz0, filt_hz1, filt_hz2, filt_hz3); in common_hv_8ht_8vt_and_aver_dst_4w_msa() 45 hz_out0 = HORIZ_8TAP_FILT(src0, src1, mask0, mask1, mask2, mask3, filt_hz0, in common_hv_8ht_8vt_and_aver_dst_4w_msa() 47 hz_out2 = HORIZ_8TAP_FILT(src2, src3, mask0, mask1, mask2, mask3, filt_hz0, in common_hv_8ht_8vt_and_aver_dst_4w_msa() 49 hz_out4 = HORIZ_8TAP_FILT(src4, src5, mask0, mask1, mask2, mask3, filt_hz0, in common_hv_8ht_8vt_and_aver_dst_4w_msa() 51 hz_out5 = HORIZ_8TAP_FILT(src5, src6, mask0, mask1, mask2, mask3, filt_hz0, in common_hv_8ht_8vt_and_aver_dst_4w_msa() 68 filt_hz0, filt_hz1, filt_hz2, filt_hz3); in common_hv_8ht_8vt_and_aver_dst_4w_msa() 75 filt_hz0, filt_hz1, filt_hz2, filt_hz3); in common_hv_8ht_8vt_and_aver_dst_4w_msa() 106 v16i8 filt_hz0, filt_hz1, filt_hz2, filt_hz3; in common_hv_8ht_8vt_and_aver_dst_8w_msa() local 118 SPLATI_H4_SB(filt, 0, 1, 2, 3, filt_hz0, filt_hz1, filt_hz2, filt_hz3); in common_hv_8ht_8vt_and_aver_dst_8w_msa() [all …]
|
D | vpx_convolve8_msa.c | 30 v16i8 filt_hz0, filt_hz1, filt_hz2, filt_hz3; in common_hv_8ht_8vt_4w_msa() local 41 SPLATI_H4_SB(filt, 0, 1, 2, 3, filt_hz0, filt_hz1, filt_hz2, filt_hz3); in common_hv_8ht_8vt_4w_msa() 51 hz_out0 = HORIZ_8TAP_FILT(src0, src1, mask0, mask1, mask2, mask3, filt_hz0, in common_hv_8ht_8vt_4w_msa() 53 hz_out2 = HORIZ_8TAP_FILT(src2, src3, mask0, mask1, mask2, mask3, filt_hz0, in common_hv_8ht_8vt_4w_msa() 55 hz_out4 = HORIZ_8TAP_FILT(src4, src5, mask0, mask1, mask2, mask3, filt_hz0, in common_hv_8ht_8vt_4w_msa() 57 hz_out5 = HORIZ_8TAP_FILT(src5, src6, mask0, mask1, mask2, mask3, filt_hz0, in common_hv_8ht_8vt_4w_msa() 73 filt_hz0, filt_hz1, filt_hz2, filt_hz3); in common_hv_8ht_8vt_4w_msa() 80 filt_hz0, filt_hz1, filt_hz2, filt_hz3); in common_hv_8ht_8vt_4w_msa() 104 v16i8 filt_hz0, filt_hz1, filt_hz2, filt_hz3; in common_hv_8ht_8vt_8w_msa() local 116 SPLATI_H4_SB(filt, 0, 1, 2, 3, filt_hz0, filt_hz1, filt_hz2, filt_hz3); in common_hv_8ht_8vt_8w_msa() [all …]
|