Home
last modified time | relevance | path

Searched refs:has_top_right (Results 1 – 4 of 4) sorted by relevance

/external/libgav1/libgav1/src/tile/
Dprediction.cc226 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/
Dmvref_common.c259 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()
Dreconintra.c195 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/
Dtile.h541 bool has_left, bool has_top, bool has_top_right,