Home
last modified time | relevance | path

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

/external/libgav1/src/tile/
Dprediction.cc849 const int candidate_block_size = bp_top.size; in ObmcPrediction() local
850 step = Clip3(kNum4x4BlocksWide[candidate_block_size], 2, 16); in ObmcPrediction()
882 const int candidate_block_size = bp_left.size; in ObmcPrediction() local
883 step = Clip3(kNum4x4BlocksHigh[candidate_block_size], 2, 16); in ObmcPrediction()