Searched refs:needs_top (Results 1 – 2 of 2) sorted by relevance
/external/libgav1/libgav1/src/tile/ |
D | prediction.cc | 274 const bool needs_top = use_filter_intra || kNeedsLeftAndTop.Contains(mode) || in IntraPrediction() local 285 if ((needs_top || needs_left) && use_intra_prediction_buffer_) { in IntraPrediction() 304 if (needs_top) { in IntraPrediction() 363 needs_top, prediction_angle, width, height, max_x, in IntraPrediction() 424 bool needs_top, int prediction_angle, in DirectionalPrediction() argument 454 if (has_top && needs_top) { in DirectionalPrediction() 474 if (upsampled_top && needs_top) { in DirectionalPrediction()
|
/external/libgav1/libgav1/src/ |
D | tile.h | 550 bool needs_top, int prediction_angle, int width,
|