Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavcodec/
Dhevc_mvs.c157 check_mvset(mvLXCol, temp_col.mv + l, \
160 refPicList_col, L ## l, temp_col.ref_idx[l])
163 static int derive_temporal_colocated_mvs(HEVCContext *s, MvField temp_col, in derive_temporal_colocated_mvs() argument
169 if (temp_col.pred_flag == PF_INTRA) in derive_temporal_colocated_mvs()
172 if (!(temp_col.pred_flag & PF_L0)) in derive_temporal_colocated_mvs()
174 else if (temp_col.pred_flag == PF_L0) in derive_temporal_colocated_mvs()
176 else if (temp_col.pred_flag == PF_BI) { in derive_temporal_colocated_mvs()
211 derive_temporal_colocated_mvs(s, temp_col, \
223 MvField temp_col; in temporal_luma_motion_vector() local
253 temp_col = TAB_MVF(x_pu, y_pu); in temporal_luma_motion_vector()
[all …]