Home
last modified time | relevance | path

Searched refs:modified_score (Results 1 – 1 of 1) sorted by relevance

/external/libvpx/libvpx/vp9/encoder/
Dvp9_firstpass.c247 double modified_score = in calculate_mod_frame_score() local
257 modified_score *= pow(calculate_active_area(&cpi->frame_info, this_frame), in calculate_mod_frame_score()
260 return modified_score; in calculate_mod_frame_score()
267 double modified_score = in calc_norm_frame_score() local
280 modified_score *= in calc_norm_frame_score()
284 modified_score /= DOUBLE_DIVIDE_CHECK(mean_mod_score); in calc_norm_frame_score()
285 return fclamp(modified_score, min_score, max_score); in calc_norm_frame_score()