Home
last modified time | relevance | path

Searched refs:mvLXCol (Results 1 - 1 of 1) sorted by relevance

/third_party/ffmpeg/libavcodec/
H A Dhevc_mvs.c130 static int check_mvset(Mv *mvLXCol, const Mv *mvCol, in check_mvset() argument
140 mvLXCol->x = 0; in check_mvset()
141 mvLXCol->y = 0; in check_mvset()
149 mvLXCol->x = mvCol->x; in check_mvset()
150 mvLXCol->y = mvCol->y; in check_mvset()
152 mv_scale(mvLXCol, mvCol, col_poc_diff, cur_poc_diff); in check_mvset()
158 check_mvset(mvLXCol, temp_col.mv + l, \
165 int refIdxLx, Mv *mvLXCol, int X, in derive_temporal_colocated_mvs()
213 refIdxLx, mvLXCol, X, colPic, \
221 Mv *mvLXCol, in in temporal_luma_motion_vector()
164 derive_temporal_colocated_mvs(HEVCContext *s, MvField temp_col, int refIdxLx, Mv *mvLXCol, int X, int colPic, const RefPicList *refPicList_col) derive_temporal_colocated_mvs() argument
219 temporal_luma_motion_vector(HEVCContext *s, int x0, int y0, int nPbW, int nPbH, int refIdxLx, Mv *mvLXCol, int X) temporal_luma_motion_vector() argument
[all...]

Completed in 2 milliseconds