Searched refs:selectSamples (Results 1 – 5 of 5) sorted by relevance
/external/libaom/libaom/av1/common/ |
D | mvref_common.h | 264 int selectSamples(MV *mv, int *pts, int *pts_inref, int len, BLOCK_SIZE bsize);
|
D | mvref_common.c | 1090 int selectSamples(MV *mv, int *pts, int *pts_inref, int len, BLOCK_SIZE bsize) { in selectSamples() function
|
/external/libaom/libaom/av1/decoder/ |
D | decodemv.c | 1465 mbmi->num_proj_ref = selectSamples(&mbmi->mv[0].as_mv, pts, pts_inref, in read_inter_block_mode_info()
|
/external/libaom/libaom/av1/encoder/ |
D | mcomp.c | 961 selectSamples(&this_mv, pts, pts_inref, total_samples, bsize); in av1_refine_warped_mv()
|
D | rdopt.c | 9482 mbmi->num_proj_ref = selectSamples(&mbmi->mv[0].as_mv, pts, pts_inref, in motion_mode_rd() 13763 mbmi->num_proj_ref = selectSamples(&mbmi->mv[0].as_mv, pts, pts_inref, in av1_rd_pick_inter_mode_sb_seg_skip()
|