Searched refs:weight1_vec (Results 1 - 1 of 1) sorted by relevance
/third_party/ffmpeg/libavcodec/mips/ |
H A D | hevc_mc_biw_msa.c | 1428 v4i32 weight_vec, weight1_vec, offset_vec, rnd_vec, const_vec; in hevc_vt_biwgt_8t_4w_msa() local 1440 weight1_vec = __msa_fill_w(weight1); in hevc_vt_biwgt_8t_4w_msa() 1441 offset_vec += const_vec * weight1_vec; in hevc_vt_biwgt_8t_4w_msa() 1523 v4i32 weight_vec, weight1_vec, offset_vec, rnd_vec, const_vec; in hevc_vt_biwgt_8t_8w_msa() local 1535 weight1_vec = __msa_fill_w(weight1); in hevc_vt_biwgt_8t_8w_msa() 1536 offset_vec += const_vec * weight1_vec; in hevc_vt_biwgt_8t_8w_msa() 1614 v4i32 weight_vec, weight1_vec, offset_vec, rnd_vec, const_vec; in hevc_vt_biwgt_8t_12w_msa() local 1626 weight1_vec = __msa_fill_w(weight1); in hevc_vt_biwgt_8t_12w_msa() 1627 offset_vec += const_vec * weight1_vec; in hevc_vt_biwgt_8t_12w_msa() 1727 v4i32 weight_vec, weight1_vec, offset_ve in hevc_vt_biwgt_8t_16multx2mult_msa() local [all...] |
Completed in 9 milliseconds