Home
last modified time | relevance | path

Searched defs:candidate_row (Results 1 – 3 of 3) sorted by relevance

/external/libgav1/src/tile/
Dprediction.cc609 const int subsampling_y, const int candidate_row, in CompoundInterPrediction()
695 const int prediction_height, int candidate_row, in InterPrediction()
802 const int candidate_row, in ObmcBlockPrediction()
840 const int candidate_row = block.row4x4 - 1; in ObmcPrediction() local
879 const int candidate_row = row4x4 | 1; in ObmcPrediction() local
906 const int candidate_row, in DistanceWeightedPrediction()
1098 const int height, const int candidate_row, const int candidate_column, in BlockInterPrediction()
Dtile.cc2053 int candidate_row = block.row4x4; in ComputePrediction() local
/external/libgav1/src/
Dmotion_vector.cc733 const int candidate_row = mv_row & ~(candidate_height4x4 - 1); in AddSample() local