Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavcodec/
Dhevc_mvs.c226 int availableFlagLXCol = 0; in temporal_luma_motion_vector() local
254 availableFlagLXCol = DERIVE_TEMPORAL_COLOCATED_MVS; in temporal_luma_motion_vector()
258 if (tab_mvf && !availableFlagLXCol) { in temporal_luma_motion_vector()
268 availableFlagLXCol = DERIVE_TEMPORAL_COLOCATED_MVS; in temporal_luma_motion_vector()
270 return availableFlagLXCol; in temporal_luma_motion_vector()