Lines Matching refs:temp_mv
2296 MV temp_mv; in vp9_full_pixel_diamond_new() local
2300 x, &cpi->ss_cfg, mvp_full, &temp_mv, &mv_dist, &mv_cost, in vp9_full_pixel_diamond_new()
2307 *best_mv = temp_mv; in vp9_full_pixel_diamond_new()
2317 MV temp_mv = *best_mv; in vp9_full_pixel_diamond_new() local
2320 thissme = vp9_refining_search_sad_new(x, &temp_mv, &mv_dist, &mv_cost, in vp9_full_pixel_diamond_new()
2325 *best_mv = temp_mv; in vp9_full_pixel_diamond_new()
2343 MV temp_mv; in full_pixel_diamond() local
2345 int bestsme = cpi->diamond_search_sad(x, &cpi->ss_cfg, mvp_full, &temp_mv, in full_pixel_diamond()
2348 bestsme = vp9_get_mvpred_var(x, &temp_mv, ref_mv, fn_ptr, 1); in full_pixel_diamond()
2349 *dst_mv = temp_mv; in full_pixel_diamond()
2361 thissme = cpi->diamond_search_sad(x, &cpi->ss_cfg, mvp_full, &temp_mv, in full_pixel_diamond()
2365 thissme = vp9_get_mvpred_var(x, &temp_mv, ref_mv, fn_ptr, 1); in full_pixel_diamond()
2372 *dst_mv = temp_mv; in full_pixel_diamond()
2408 MV temp_mv = { centre_mv_full->row, centre_mv_full->col }; in full_pixel_exhaustive() local
2425 range = VPXMAX(range, (5 * VPXMAX(abs(temp_mv.row), abs(temp_mv.col))) / 4); in full_pixel_exhaustive()
2430 bestsme = exhuastive_mesh_search(x, &f_ref_mv, &temp_mv, range, interval, in full_pixel_exhaustive()
2431 sadpb, fn_ptr, &temp_mv); in full_pixel_exhaustive()
2439 x, &f_ref_mv, &temp_mv, sf->mesh_patterns[i].range, in full_pixel_exhaustive()
2440 sf->mesh_patterns[i].interval, sadpb, fn_ptr, &temp_mv); in full_pixel_exhaustive()
2447 bestsme = vp9_get_mvpred_var(x, &temp_mv, ref_mv, fn_ptr, 1); in full_pixel_exhaustive()
2448 *dst_mv = temp_mv; in full_pixel_exhaustive()