Home
last modified time | relevance | path

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

/external/libgav1/libgav1/src/
Dmotion_vector.cc900 const int source_height4x4 = kNum4x4BlocksHigh[source_size]; in FindWarpSamples() local
901 if (block.height4x4 <= source_height4x4) { in FindWarpSamples()
902 const int row_offset = -(block.row4x4 & (source_height4x4 - 1)); in FindWarpSamples()