Searched refs:calc_norm_frame_score (Results 1 – 1 of 1) sorted by relevance
/external/libvpx/libvpx/vp9/encoder/ |
D | vp9_firstpass.c | 263 static double calc_norm_frame_score(const VP9EncoderConfig *oxcf, in calc_norm_frame_score() function 293 return calc_norm_frame_score(oxcf, &cpi->frame_info, this_frame, in calculate_norm_frame_score() 2802 gf_group_err += calc_norm_frame_score(oxcf, frame_info, frame_stats, in define_gf_group() 3184 kf_mod_err = calc_norm_frame_score(oxcf, frame_info, keyframe_stats, in find_next_key_frame() 3204 kf_group_err += calc_norm_frame_score(oxcf, frame_info, frame_stats, in find_next_key_frame()
|