Home
last modified time | relevance | path

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

/external/libgav1/libgav1/src/utils/
Dconstants.cc840 const int16_t kDirectionalIntraPredictorDerivative[44] = { variable
Dconstants.h784 extern const int16_t kDirectionalIntraPredictorDerivative[44];
/external/libgav1/libgav1/src/tile/
Dprediction.cc66 return kDirectionalIntraPredictorDerivative[DivideBy2(angle) - 1]; in GetDirectionalIntraPredictorDerivative()