Home
last modified time | relevance | path

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

/external/libgav1/src/tile/
Dprediction.cc277 const bool needs_left = use_filter_intra || kNeedsLeftAndTop.Contains(mode) || in IntraPrediction() local
285 if ((needs_top || needs_left) && use_intra_prediction_buffer_) { in IntraPrediction()
328 if (needs_left) { in IntraPrediction()
362 DirectionalPrediction(block, plane, x, y, has_left, has_top, needs_left, in IntraPrediction()
408 bool has_left, bool has_top, bool needs_left, in DirectionalPrediction() argument
448 if (has_left && needs_left) { in DirectionalPrediction()
465 if (upsampled_left && needs_left) { in DirectionalPrediction()
/external/libgav1/src/
Dtile.h557 bool has_left, bool has_top, bool needs_left,