Searched refs:av_score (Results 1 – 1 of 1) sorted by relevance
/external/libvpx/libvpx/vp9/encoder/ |
D | vp9_firstpass.c | 2145 static double calculate_group_score(VP9_COMP *cpi, double av_score, in calculate_group_score() argument 2157 score_total += calculate_norm_frame_score(cpi, twopass, oxcf, s, av_score); in calculate_group_score() 2301 double av_score = 1.0; in allocate_gf_group_bits() local 2397 av_score = get_distribution_av_err(cpi, twopass); in allocate_gf_group_bits() 2398 tot_norm_frame_score = calculate_group_score(cpi, av_score, normal_frames); in allocate_gf_group_bits() 2406 &frame_stats, av_score); in allocate_gf_group_bits()
|