Searched refs:sr_accumulator (Results 1 – 1 of 1) sorted by relevance
1901 double *sr_accumulator, in calc_frame_boost() argument1911 DOUBLE_DIVIDE_CHECK(this_frame->coded_error + *sr_accumulator); in calc_frame_boost()1916 *sr_accumulator += (this_frame->sr_coded_error - this_frame->coded_error); in calc_frame_boost()1917 *sr_accumulator = VPXMAX(0.0, *sr_accumulator); in calc_frame_boost()1932 double *sr_accumulator, in calc_kf_frame_boost() argument1943 DOUBLE_DIVIDE_CHECK(this_frame->coded_error + *sr_accumulator); in calc_kf_frame_boost()1948 *sr_accumulator += (this_frame->sr_coded_error - this_frame->coded_error); in calc_kf_frame_boost()1949 *sr_accumulator = VPXMAX(0.0, *sr_accumulator); in calc_kf_frame_boost()1971 double sr_accumulator = 0.0; in calc_arf_boost() local1998 sr_accumulator = 0.0; in calc_arf_boost()[all …]