Home
last modified time | relevance | path

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

/external/libaom/libaom/av1/common/
Dblockd.h1148 static INLINE int is_motion_variation_allowed_bsize(BLOCK_SIZE bsize) { in is_motion_variation_allowed_bsize() function
1173 if (is_motion_variation_allowed_bsize(mbmi->sb_type) && in motion_mode_allowed()
Dreconinter.c1049 if (!is_motion_variation_allowed_bsize(mbmi->sb_type)) return; in av1_count_overlappable_neighbors()
1064 assert(is_motion_variation_allowed_bsize(bsize)); in av1_skip_u4x4_pred_in_obmc()
/external/libaom/libaom/av1/decoder/
Ddecodemv.c1404 if (is_motion_variation_allowed_bsize(mbmi->sb_type) && !mbmi->skip_mode && in read_inter_block_mode_info()
/external/libaom/libaom/av1/encoder/
Drdopt.c3522 is_motion_variation_allowed_bsize(bsize)) { in set_params_rd_pick_inter_mode()
5103 if (is_motion_variation_allowed_bsize(bsize) && !has_second_ref(mbmi)) { in av1_rd_pick_inter_mode_sb_seg_skip()