Home
last modified time | relevance | path

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

/external/libgav1/libgav1/src/tile/
Dprediction.cc623 const int subsampling_y, const int candidate_row, in CompoundInterPrediction()
709 const int prediction_height, int candidate_row, in InterPrediction()
817 const int candidate_row, in ObmcBlockPrediction()
855 const int candidate_row = block.row4x4 - 1; in ObmcPrediction() local
894 const int candidate_row = row4x4 | 1; in ObmcPrediction() local
921 const int candidate_row, in DistanceWeightedPrediction()
1112 const int height, const int candidate_row, const int candidate_column, in BlockInterPrediction()
Dtile.cc2046 int candidate_row = block.row4x4; in ComputePrediction() local
/external/libgav1/libgav1/src/
Dmotion_vector.cc734 const int candidate_row = mv_row & ~(candidate_height4x4 - 1); in AddSample() local