Searched refs:temp_mv (Results 1 – 3 of 3) sorted by relevance
/external/libvpx/libvpx/vp9/encoder/ |
D | vp9_mcomp.c | 1883 MV temp_mv = { centre_mv_full->row, centre_mv_full->col }; in full_pixel_exhaustive_new() local 1901 range = VPXMAX(range, (5 * VPXMAX(abs(temp_mv.row), abs(temp_mv.col))) / 4); in full_pixel_exhaustive_new() 1907 exhaustive_mesh_search_new(x, &temp_mv, range, interval, fn_ptr, &temp_mv, in full_pixel_exhaustive_new() 1916 x, &temp_mv, sf->mesh_patterns[i].range, in full_pixel_exhaustive_new() 1917 sf->mesh_patterns[i].interval, fn_ptr, &temp_mv, lambda, nb_full_mvs, in full_pixel_exhaustive_new() 1924 *dst_mv = temp_mv; in full_pixel_exhaustive_new() 2477 MV temp_mv; in vp9_full_pixel_diamond_new() local 2478 diamond_search_sad_new(x, &cpi->ss_cfg, mvp_full, &temp_mv, in vp9_full_pixel_diamond_new() 2481 thissme = vp9_get_mvpred_var(x, &temp_mv, ¢er_mv, fn_ptr, 0); in vp9_full_pixel_diamond_new() 2487 *best_mv = temp_mv; in vp9_full_pixel_diamond_new() [all …]
|
/external/libvpx/libvpx/vp8/encoder/ |
D | rdopt.c | 1020 int_mv temp_mv; in rd_check_segment() local 1081 x, c, e, &mvp_full, &temp_mv, step_param + n, sadpb, &num00, in rd_check_segment() 1086 mode_mv[NEW4X4].as_int = temp_mv.as_int; in rd_check_segment()
|
/external/libaom/libaom/av1/decoder/ |
D | decodeframe.c | 589 MV temp_mv; in dec_calc_subpel_params() local 590 temp_mv = clamp_mv_to_umv_border_sb(xd, src_mv, bw, bh, in dec_calc_subpel_params() 593 *scaled_mv = av1_scale_mv(&temp_mv, mi_x, mi_y, sf); in dec_calc_subpel_params()
|