Searched refs:new_mv_mode_penalty (Results 1 – 3 of 3) sorted by relevance
224 const int new_mv_mode_penalty = NEW_MV_MODE_PENALTY; in first_pass_motion_search() local244 if (tmp_err < INT_MAX - new_mv_mode_penalty) tmp_err += new_mv_mode_penalty; in first_pass_motion_search()266 if (tmp_err < INT_MAX - new_mv_mode_penalty) in first_pass_motion_search()267 tmp_err += new_mv_mode_penalty; in first_pass_motion_search()
423 int new_mv_mode_penalty = 256; in first_pass_motion_search() local438 if (tmp_err < INT_MAX - new_mv_mode_penalty) tmp_err += new_mv_mode_penalty; in first_pass_motion_search()459 if (tmp_err < INT_MAX - new_mv_mode_penalty) { in first_pass_motion_search()460 tmp_err += new_mv_mode_penalty; in first_pass_motion_search()
400 const int new_mv_mode_penalty = NEW_MV_MODE_PENALTY; in first_pass_motion_search() local422 if (tmp_err < INT_MAX - new_mv_mode_penalty) tmp_err += new_mv_mode_penalty; in first_pass_motion_search()444 if (tmp_err < INT_MAX - new_mv_mode_penalty) in first_pass_motion_search()445 tmp_err += new_mv_mode_penalty; in first_pass_motion_search()