Searched refs:new_mv_mode_penalty (Results 1 – 2 of 2) sorted by relevance
401 int new_mv_mode_penalty = 256; in first_pass_motion_search() local423 if (tmp_err < INT_MAX - new_mv_mode_penalty) in first_pass_motion_search()424 tmp_err += new_mv_mode_penalty; in first_pass_motion_search()449 if (tmp_err < INT_MAX - new_mv_mode_penalty) in first_pass_motion_search()450 tmp_err += new_mv_mode_penalty; in first_pass_motion_search()
453 int new_mv_mode_penalty = 256; in first_pass_motion_search() local468 if ( tmp_err < INT_MAX-new_mv_mode_penalty ) in first_pass_motion_search()469 tmp_err += new_mv_mode_penalty; in first_pass_motion_search()494 if ( tmp_err < INT_MAX-new_mv_mode_penalty ) in first_pass_motion_search()495 tmp_err += new_mv_mode_penalty; in first_pass_motion_search()