Home
last modified time | relevance | path

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

/external/libgav1/libgav1/src/
Dmotion_vector.cc697 int* new_mv_context, int* reference_mv_context) { in ComputeContexts() argument
700 *new_mv_context = std::min(total_matches, 1); in ComputeContexts()
704 *new_mv_context = 3 - static_cast<int>(found_new_mv); in ComputeContexts()
708 *new_mv_context = 5 - static_cast<int>(found_new_mv); in ComputeContexts()