Searched refs:has_bottom_left (Results 1 – 3 of 3) sorted by relevance
/external/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/libaom/av1/common/ |
D | reconintra.c | 380 static int has_bottom_left(BLOCK_SIZE sb_size, BLOCK_SIZE bsize, int mi_row, in has_bottom_left() function 1625 need_bottom_left ? has_bottom_left(sb_size, bsize, mi_row, mi_col, in av1_predict_intra_block()
|
/external/libgav1/src/ |
D | tile.h | 551 bool has_bottom_left, PredictionMode mode,
|