Home
last modified time | relevance | path

Searched refs:vp8_mc_filt_mask_arr (Results 1 – 2 of 2) sorted by relevance

/external/libvpx/libvpx/vp8/common/mips/msa/
Dbilinear_filter_msa.c21 static const uint8_t vp8_mc_filt_mask_arr[16 * 3] = { variable
37 mask = LD_SB(&vp8_mc_filt_mask_arr[16]); in common_hz_2t_4x4_msa()
58 mask = LD_SB(&vp8_mc_filt_mask_arr[16]); in common_hz_2t_4x8_msa()
93 mask = LD_SB(&vp8_mc_filt_mask_arr[0]); in common_hz_2t_8x4_msa()
115 mask = LD_SB(&vp8_mc_filt_mask_arr[0]); in common_hz_2t_8x8mult_msa()
188 mask = LD_SB(&vp8_mc_filt_mask_arr[0]); in common_hz_2t_16w_msa()
439 mask = LD_SB(&vp8_mc_filt_mask_arr[16]); in common_hv_2ht_2vt_4x4_msa()
470 mask = LD_SB(&vp8_mc_filt_mask_arr[16]); in common_hv_2ht_2vt_4x8_msa()
525 mask = LD_SB(&vp8_mc_filt_mask_arr[0]); in common_hv_2ht_2vt_8x4_msa()
566 mask = LD_SB(&vp8_mc_filt_mask_arr[0]); in common_hv_2ht_2vt_8x8mult_msa()
[all …]
Dsixtap_filter_msa.c26 static const uint8_t vp8_mc_filt_mask_arr[16 * 3] = { variable
142 mask0 = LD_UB(&vp8_mc_filt_mask_arr[16]); in common_hz_6t_4x4_msa()
168 mask0 = LD_UB(&vp8_mc_filt_mask_arr[16]); in common_hz_6t_4x8_msa()
213 mask0 = LD_UB(&vp8_mc_filt_mask_arr[0]); in common_hz_6t_8w_msa()
257 mask0 = LD_UB(&vp8_mc_filt_mask_arr[0]); in common_hz_6t_16w_msa()
465 mask0 = LD_UB(&vp8_mc_filt_mask_arr[16]); in common_hv_6ht_6vt_4w_msa()
538 mask0 = LD_UB(&vp8_mc_filt_mask_arr[0]); in common_hv_6ht_6vt_8w_msa()
629 mask0 = LD_SB(&vp8_mc_filt_mask_arr[16]); in common_hz_4t_4x4_msa()
654 mask0 = LD_SB(&vp8_mc_filt_mask_arr[16]); in common_hz_4t_4x8_msa()
699 mask0 = LD_SB(&vp8_mc_filt_mask_arr[0]); in common_hz_4t_8w_msa()
[all …]