Searched refs:num_proj_ref (Results 1 – 4 of 4) sorted by relevance
/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() 1464 if (mbmi->num_proj_ref > 1) in read_inter_block_mode_info() 1465 mbmi->num_proj_ref = selectSamples(&mbmi->mv[0].as_mv, pts, pts_inref, in read_inter_block_mode_info() 1466 mbmi->num_proj_ref, bsize); in read_inter_block_mode_info() 1468 if (find_projection(mbmi->num_proj_ref, pts, pts_inref, bsize, in read_inter_block_mode_info()
|
/external/libaom/libaom/av1/common/ |
D | blockd.h | 234 int num_proj_ref; member 1040 if (mbmi->num_proj_ref >= 1 && in motion_mode_allowed()
|
/external/libaom/libaom/av1/encoder/ |
D | mcomp.c | 928 int best_num_proj_ref = mbmi->num_proj_ref; in av1_refine_warped_mv() 960 mbmi->num_proj_ref = in av1_refine_warped_mv() 963 if (!find_projection(mbmi->num_proj_ref, pts, pts_inref, bsize, *tr, in av1_refine_warped_mv() 971 best_num_proj_ref = mbmi->num_proj_ref; in av1_refine_warped_mv() 989 mbmi->num_proj_ref = best_num_proj_ref; in av1_refine_warped_mv()
|
D | rdopt.c | 9249 int num_proj_ref) { in check_if_optimal_warp() argument 9253 if (num_proj_ref == 1) { in check_if_optimal_warp() 9369 mbmi->num_proj_ref = 1; // assume num_proj_ref >=1 in motion_mode_rd() 9376 mbmi->num_proj_ref = findSamples(cm, xd, mi_row, mi_col, pts0, pts_inref0); in motion_mode_rd() 9378 const int total_samples = mbmi->num_proj_ref; in motion_mode_rd() 9481 if (mbmi->num_proj_ref > 1) { in motion_mode_rd() 9482 mbmi->num_proj_ref = selectSamples(&mbmi->mv[0].as_mv, pts, pts_inref, in motion_mode_rd() 9483 mbmi->num_proj_ref, bsize); in motion_mode_rd() 9486 if (!find_projection(mbmi->num_proj_ref, pts, pts_inref, bsize, in motion_mode_rd() 9494 const int num_proj_ref0 = mbmi->num_proj_ref; in motion_mode_rd() [all …]
|