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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/
H A Dhevc_mvs.c162 static int check_mvset(Mv *mvLXCol, Mv *mvCol, argument
172 mvLXCol->x = 0;
173 mvLXCol->y = 0;
181 mvLXCol->x = mvCol->x;
182 mvLXCol->y = mvCol->y;
184 mv_scale(mvLXCol, mvCol, col_poc_diff, cur_poc_diff);
190 check_mvset(mvLXCol, temp_col.mv + l, \
197 int refIdxLx, Mv *mvLXCol, int X,
243 refIdxLx, mvLXCol, X, colPic, \
251 Mv *mvLXCol, in
196 derive_temporal_colocated_mvs(HEVCContext *s, MvField temp_col, int refIdxLx, Mv *mvLXCol, int X, int colPic, RefPicList *refPicList_col) argument
249 temporal_luma_motion_vector(HEVCContext *s, int x0, int y0, int nPbW, int nPbH, int refIdxLx, Mv *mvLXCol, int X) argument
[all...]

Completed in 38 milliseconds