Searched refs:best_mv_dist (Results 1 – 2 of 2) sorted by relevance
/external/libvpx/libvpx/vp9/encoder/ |
D | vp9_mcomp.h | 126 double *best_mv_dist, double *best_mv_cost, 136 MV *best_mv, double *best_mv_dist,
|
D | vp9_mcomp.c | 1763 double *best_mv_dist, double *best_mv_cost, in vp9_diamond_search_sad_new() argument 1802 *best_mv_dist = fn_ptr->sdf(what, what_stride, in_what, in_what_stride); in vp9_diamond_search_sad_new() 1805 bestsad = (*best_mv_dist) + lambda * (*best_mv_cost); in vp9_diamond_search_sad_new() 1842 *best_mv_dist = mv_dist; in vp9_diamond_search_sad_new() 1863 *best_mv_dist = mv_dist; in vp9_diamond_search_sad_new() 2276 MV *best_mv, double *best_mv_dist, in vp9_full_pixel_diamond_new() argument 2284 x, &cpi->ss_cfg, mvp_full, best_mv, best_mv_dist, best_mv_cost, in vp9_full_pixel_diamond_new() 2308 *best_mv_dist = mv_dist; in vp9_full_pixel_diamond_new() 2326 *best_mv_dist = mv_dist; in vp9_full_pixel_diamond_new() 2459 double *best_mv_dist, double *best_mv_cost, in vp9_refining_search_sad_new() argument [all …]
|