Home
last modified time | relevance | path

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

/external/libgav1/libgav1/src/
Dmotion_vector.cc731 const int candidate_height4x4 = kNum4x4BlocksHigh[mv_bp.size]; in AddSample() local
732 const int candidate_row = mv_row & ~(candidate_height4x4 - 1); in AddSample()
747 MultiplyBy4(candidate_row) + MultiplyBy2(candidate_height4x4) - 1; in AddSample()