Searched refs:GetStartPoint (Results 1 – 1 of 1) sorted by relevance
/external/libgav1/libgav1/src/tile/ |
D | prediction.cc | 196 uint8_t* GetStartPoint(Array2DView<uint8_t>* const buffer, const int plane, in GetStartPoint() function 723 uint8_t* const dest = GetStartPoint(buffer_, plane, x, y, bitdepth); in InterPrediction() 839 uint8_t* const prediction = GetStartPoint(buffer_, plane, x, y, bitdepth); in ObmcBlockPrediction()
|