Home
last modified time | relevance | path

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

/external/libvpx/libvpx/vp9/encoder/
Dvp9_firstpass.c2105 static double calculate_group_score(VP9_COMP *cpi, double av_score, in calculate_group_score() argument
2117 score_total += calculate_norm_frame_score(cpi, twopass, oxcf, s, av_score); in calculate_group_score()
2261 double av_score = 1.0; in allocate_gf_group_bits() local
2357 av_score = get_distribution_av_err(cpi, twopass); in allocate_gf_group_bits()
2358 tot_norm_frame_score = calculate_group_score(cpi, av_score, normal_frames); in allocate_gf_group_bits()
2366 &frame_stats, av_score); in allocate_gf_group_bits()