Searched refs:findSamples (Results 1 – 4 of 4) sorted by relevance
/external/libaom/libaom/av1/common/ |
D | mvref_common.h | 265 int findSamples(const AV1_COMMON *cm, MACROBLOCKD *xd, int mi_row, int mi_col,
|
D | mvref_common.c | 1137 int findSamples(const AV1_COMMON *cm, MACROBLOCKD *xd, int mi_row, int mi_col, in findSamples() function
|
/external/libaom/libaom/av1/decoder/ |
D | decodemv.c | 1396 mbmi->num_proj_ref = findSamples(cm, xd, mi_row, mi_col, pts, pts_inref); in read_inter_block_mode_info()
|
/external/libaom/libaom/av1/encoder/ |
D | rdopt.c | 9376 mbmi->num_proj_ref = findSamples(cm, xd, mi_row, mi_col, pts0, pts_inref0); in motion_mode_rd() 13760 mbmi->num_proj_ref = findSamples(cm, xd, mi_row, mi_col, pts, pts_inref); in av1_rd_pick_inter_mode_sb_seg_skip()
|