Home
last modified time | relevance | path

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

/external/libgav1/libgav1/src/tile/
Dprediction.cc272 const bool needs_top = use_filter_intra || kNeedsLeftAndTop.Contains(mode) || in IntraPrediction() local
283 if ((needs_top || needs_left) && use_intra_prediction_buffer_) { in IntraPrediction()
302 if (needs_top) { in IntraPrediction()
361 needs_top, prediction_angle, width, height, max_x, in IntraPrediction()
429 bool needs_top, int prediction_angle, in DirectionalPrediction() argument
459 if (has_top && needs_top) { in DirectionalPrediction()
479 if (upsampled_top && needs_top) { in DirectionalPrediction()
/external/libgav1/libgav1/src/
Dtile.h539 bool needs_top, int prediction_angle, int width,