Searched refs:has_top_right (Results 1 – 2 of 2) sorted by relevance
/external/libaom/libaom/av1/common/ |
D | mvref_common.c | 263 static int has_top_right(const AV1_COMMON *cm, const MACROBLOCKD *xd, in has_top_right() function 499 const int has_tr = has_top_right(cm, xd, mi_row, mi_col, bs); in setup_ref_mv_list() 1250 has_top_right(cm, xd, mi_row, mi_col, AOMMAX(xd->n4_w, xd->n4_h))) { in 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 1564 const int have_top_right = has_top_right( in av1_predict_intra_block()
|