Searched refs:best_mv_cost (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, 137 double *best_mv_cost);
|
D | vp9_mcomp.c | 1763 double *best_mv_dist, double *best_mv_cost, in vp9_diamond_search_sad_new() argument 1803 *best_mv_cost = in vp9_diamond_search_sad_new() 1805 bestsad = (*best_mv_dist) + lambda * (*best_mv_cost); in vp9_diamond_search_sad_new() 1843 *best_mv_cost = mv_cost; in vp9_diamond_search_sad_new() 1864 *best_mv_cost = mv_cost; in vp9_diamond_search_sad_new() 2277 double *best_mv_cost) { 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() 2309 *best_mv_cost = mv_cost; in vp9_full_pixel_diamond_new() 2327 *best_mv_cost = mv_cost; in vp9_full_pixel_diamond_new() 2459 double *best_mv_dist, double *best_mv_cost, in vp9_refining_search_sad_new() argument [all …]
|