Home
last modified time | relevance | path

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

/external/libgav1/libgav1/src/tile/
Dprediction.cc393 bool Tile::IsSmoothPrediction(int row, int column, Plane plane) const { in IsSmoothPrediction() function in libgav1::Tile
411 if (IsSmoothPrediction(row, column, plane)) return 1; in GetIntraEdgeFilterType()
416 if (IsSmoothPrediction(row, column, plane)) return 1; in GetIntraEdgeFilterType()
/external/libgav1/libgav1/src/
Dtile.h544 bool IsSmoothPrediction(int row, int column, Plane plane) const;