Searched refs:prediction_angle (Results 1 – 2 of 2) sorted by relevance
/external/libgav1/libgav1/src/tile/ |
D | prediction.cc | 257 const int prediction_angle = in IntraPrediction() local 275 (is_directional_mode && prediction_angle < 180) || in IntraPrediction() 278 (is_directional_mode && prediction_angle > 90) || in IntraPrediction() 363 needs_top, prediction_angle, width, height, max_x, in IntraPrediction() 424 bool needs_top, int prediction_angle, in DirectionalPrediction() argument 433 if (prediction_angle == 90) { in DirectionalPrediction() 438 if (prediction_angle == 180) { in DirectionalPrediction() 448 if (prediction_angle > 90 && prediction_angle < 180 && in DirectionalPrediction() 456 width, height, filter_type, prediction_angle - 90); in DirectionalPrediction() 459 ((prediction_angle < 90) ? height : 0) + 1; in DirectionalPrediction() [all …]
|
/external/libgav1/libgav1/src/ |
D | tile.h | 550 bool needs_top, int prediction_angle, int width,
|