Searched refs:sr_accumulator (Results 1 – 1 of 1) sorted by relevance
1919 double *sr_accumulator, in calc_kf_frame_boost() argument1930 DOUBLE_DIVIDE_CHECK(this_frame->coded_error + *sr_accumulator); in calc_kf_frame_boost()1935 *sr_accumulator += (this_frame->sr_coded_error - this_frame->coded_error); in calc_kf_frame_boost()1936 *sr_accumulator = VPXMAX(0.0, *sr_accumulator); in calc_kf_frame_boost()2440 double sr_accumulator = 0.0; in define_gf_group() local2587 sr_accumulator += next_frame.coded_error; in define_gf_group()2589 sr_accumulator += (next_frame.sr_coded_error - next_frame.coded_error); in define_gf_group()2614 (sr_accumulator > gop_intra_factor * next_frame.intra_error)))) { in define_gf_group()2868 double sr_accumulator = 0.0; in find_next_key_frame() local3042 if (i < 2) sr_accumulator = 0.0; in find_next_key_frame()[all …]