Searched refs:calculate_norm_frame_score (Results 1 – 1 of 1) sorted by relevance
/external/libvpx/libvpx/vp9/encoder/ |
D | vp9_firstpass.c | 270 static double calculate_norm_frame_score(const VP9_COMP *cpi, in calculate_norm_frame_score() function 1683 calculate_norm_frame_score(cpi, twopass, oxcf, s, av_err); in vp9_init_second_pass() 2117 score_total += calculate_norm_frame_score(cpi, twopass, oxcf, s, av_score); in calculate_group_score() 2365 this_frame_score = calculate_norm_frame_score(cpi, twopass, oxcf, in allocate_gf_group_bits() 2465 calculate_norm_frame_score(cpi, twopass, oxcf, this_frame, av_err); in define_gf_group() 2544 calculate_norm_frame_score(cpi, twopass, oxcf, this_frame, av_err); in define_gf_group() 2896 calculate_norm_frame_score(cpi, twopass, oxcf, this_frame, av_err); in find_next_key_frame() 2907 calculate_norm_frame_score(cpi, twopass, oxcf, this_frame, av_err); in find_next_key_frame() 2968 calculate_norm_frame_score(cpi, twopass, oxcf, &tmp_frame, av_err); in find_next_key_frame() 2983 calculate_norm_frame_score(cpi, twopass, oxcf, this_frame, av_err); in find_next_key_frame()
|