Searched refs:new_mv_mode_penalty (Results 1 – 2 of 2) sorted by relevance
401 const int new_mv_mode_penalty = NEW_MV_MODE_PENALTY; 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()446 if (tmp_err < INT_MAX - new_mv_mode_penalty) in first_pass_motion_search()447 tmp_err += new_mv_mode_penalty; in first_pass_motion_search()
454 int new_mv_mode_penalty = 256; in first_pass_motion_search() local469 if ( tmp_err < INT_MAX-new_mv_mode_penalty ) in first_pass_motion_search()470 tmp_err += new_mv_mode_penalty; in first_pass_motion_search()495 if ( tmp_err < INT_MAX-new_mv_mode_penalty ) in first_pass_motion_search()496 tmp_err += new_mv_mode_penalty; in first_pass_motion_search()