Searched refs:filt_hz2 (Results 1 – 3 of 3) sorted by relevance
/external/libvpx/libvpx/vpx_dsp/mips/ |
D | vpx_convolve8_avg_msa.c | 22 v16i8 filt_hz0, filt_hz1, filt_hz2, filt_hz3; in common_hv_8ht_8vt_and_aver_dst_4w_msa() local 32 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() 43 filt_hz1, filt_hz2, filt_hz3); in common_hv_8ht_8vt_and_aver_dst_4w_msa() 45 filt_hz1, filt_hz2, filt_hz3); in common_hv_8ht_8vt_and_aver_dst_4w_msa() 47 filt_hz1, filt_hz2, filt_hz3); in common_hv_8ht_8vt_and_aver_dst_4w_msa() 49 filt_hz1, filt_hz2, filt_hz3); in common_hv_8ht_8vt_and_aver_dst_4w_msa() 66 filt_hz1, filt_hz2, filt_hz3); in common_hv_8ht_8vt_and_aver_dst_4w_msa() 73 filt_hz1, filt_hz2, filt_hz3); in common_hv_8ht_8vt_and_aver_dst_4w_msa() 99 v16i8 filt_hz0, filt_hz1, filt_hz2, filt_hz3; in common_hv_8ht_8vt_and_aver_dst_8w_msa() local 111 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() 52 filt_hz1, filt_hz2, filt_hz3); in common_hv_8ht_8vt_4w_msa() 54 filt_hz1, filt_hz2, filt_hz3); in common_hv_8ht_8vt_4w_msa() 56 filt_hz1, filt_hz2, filt_hz3); in common_hv_8ht_8vt_4w_msa() 58 filt_hz1, filt_hz2, filt_hz3); in common_hv_8ht_8vt_4w_msa() 73 filt_hz1, filt_hz2, filt_hz3); in common_hv_8ht_8vt_4w_msa() 80 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 …]
|
/external/libvpx/libvpx/vp8/common/mips/msa/ |
D | sixtap_filter_msa.c | 459 v16i8 filt_hz0, filt_hz1, filt_hz2; in common_hv_6ht_6vt_4w_msa() local 469 SPLATI_H3_SB(filt, 0, 1, 2, filt_hz0, filt_hz1, filt_hz2); in common_hv_6ht_6vt_4w_msa() 481 filt_hz2); in common_hv_6ht_6vt_4w_msa() 483 filt_hz2); in common_hv_6ht_6vt_4w_msa() 486 filt_hz2); in common_hv_6ht_6vt_4w_msa() 495 filt_hz1, filt_hz2); in common_hv_6ht_6vt_4w_msa() 503 filt_hz1, filt_hz2); in common_hv_6ht_6vt_4w_msa() 531 v16i8 filt_hz0, filt_hz1, filt_hz2; in common_hv_6ht_6vt_8w_msa() local 542 SPLATI_H3_SB(filt, 0, 1, 2, filt_hz0, filt_hz1, filt_hz2); in common_hv_6ht_6vt_8w_msa() 552 filt_hz2); in common_hv_6ht_6vt_8w_msa() [all …]
|