Searched refs:has_bottom_left (Results 1 – 3 of 3) sorted by relevance
/external/libgav1/libgav1/src/tile/ |
D | prediction.cc | 227 bool has_bottom_left, PredictionMode mode, in IntraPrediction() argument 269 is_directional_mode ? (has_bottom_left ? 2 : 1) * height : height; in IntraPrediction() 377 bool has_bottom_left, 384 bool has_bottom_left,
|
/external/libgav1/libgav1/src/ |
D | tile.h | 542 bool has_bottom_left, PredictionMode mode,
|
/external/libaom/libaom/av1/common/ |
D | reconintra.c | 380 static int has_bottom_left(const AV1_COMMON *cm, BLOCK_SIZE bsize, int mi_row, in has_bottom_left() function 1633 has_bottom_left(cm, bsize, mi_row, mi_col, bottom_available, have_left, in av1_predict_intra_block()
|