Home
last modified time | relevance | path

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

/external/libgav1/libgav1/src/tile/
Dprediction.cc61 int16_t GetDirectionalIntraPredictorDerivative(const int angle) { in GetDirectionalIntraPredictorDerivative() function
492 const int dx = GetDirectionalIntraPredictorDerivative(prediction_angle); in DirectionalPrediction()
497 GetDirectionalIntraPredictorDerivative(180 - prediction_angle); in DirectionalPrediction()
499 GetDirectionalIntraPredictorDerivative(prediction_angle - 90); in DirectionalPrediction()
506 GetDirectionalIntraPredictorDerivative(270 - prediction_angle); in DirectionalPrediction()