Lines Matching refs:mv_cost

85 static INLINE int mv_cost(const MV *mv, const int *joint_cost,  in mv_cost()  function
96 return ROUND_POWER_OF_TWO(mv_cost(&diff, mvjcost, mvcost) * weight, 7); in vp9_mv_bit_cost()
105 (int64_t)mv_cost(&diff, mvjcost, mvcost) * error_per_bit, in mv_err_cost()
116 (unsigned)mv_cost(&diff, x->nmvjointsadcost, x->nmvsadcost) * sad_per_bit, in mvsad_err_cost()
1837 const double mv_cost = in vp9_diamond_search_sad_new() local
1839 double thissad = mv_dist + lambda * mv_cost; in vp9_diamond_search_sad_new()
1843 *best_mv_cost = mv_cost; in vp9_diamond_search_sad_new()
1858 const double mv_cost = in vp9_diamond_search_sad_new() local
1860 double thissad = mv_dist + lambda * mv_cost; in vp9_diamond_search_sad_new()
1864 *best_mv_cost = mv_cost; in vp9_diamond_search_sad_new()
2298 double mv_cost; 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()
2309 *best_mv_cost = mv_cost; in vp9_full_pixel_diamond_new()
2319 double mv_cost; 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()
2327 *best_mv_cost = mv_cost; in vp9_full_pixel_diamond_new()
2496 const double mv_cost = in vp9_refining_search_sad_new() local
2498 const double thissad = mv_dist + lambda * mv_cost; in vp9_refining_search_sad_new()
2502 *best_mv_cost = mv_cost; in vp9_refining_search_sad_new()
2515 const double mv_cost = in vp9_refining_search_sad_new() local
2517 const double thissad = mv_dist + lambda * mv_cost; in vp9_refining_search_sad_new()
2521 *best_mv_cost = mv_cost; in vp9_refining_search_sad_new()