Searched refs:has_top_right (Results 1 – 4 of 4) sorted by relevance
/external/libgav1/libgav1/src/tile/ |
D | prediction.cc | 226 bool has_left, bool has_top, bool has_top_right, in IntraPrediction() argument 267 is_directional_mode ? (has_top_right ? 2 : 1) * width : width; in IntraPrediction() 376 bool has_top, bool has_top_right, 383 bool has_top, bool has_top_right,
|
/external/libaom/libaom/av1/common/ |
D | mvref_common.c | 259 static int has_top_right(const AV1_COMMON *cm, const MACROBLOCKD *xd, in has_top_right() function 480 const int has_tr = has_top_right(cm, xd, mi_row, mi_col, bs); in setup_ref_mv_list() 1226 has_top_right(cm, xd, mi_row, mi_col, AOMMAX(xd->width, xd->height))) { in av1_findSamples()
|
D | reconintra.c | 195 static int has_top_right(const AV1_COMMON *cm, BLOCK_SIZE bsize, int mi_row, in has_top_right() function 1630 has_top_right(cm, bsize, mi_row, mi_col, have_top, right_available, in av1_predict_intra_block()
|
/external/libgav1/libgav1/src/ |
D | tile.h | 541 bool has_left, bool has_top, bool has_top_right,
|