Searched refs:sr_accumulator (Results 1 – 2 of 2) sorted by relevance
1921 double *sr_accumulator, in calc_kf_frame_boost() argument1933 DOUBLE_DIVIDE_CHECK(this_frame->coded_error + *sr_accumulator); in calc_kf_frame_boost()1938 *sr_accumulator += (this_frame->sr_coded_error - this_frame->coded_error); in calc_kf_frame_boost()1939 *sr_accumulator = VPXMAX(0.0, *sr_accumulator); in calc_kf_frame_boost()2471 double sr_accumulator = 0.0; in get_gop_coding_frame_num() local2533 sr_accumulator += next_frame->coded_error; in get_gop_coding_frame_num()2535 sr_accumulator += in get_gop_coding_frame_num()2564 (sr_accumulator > gop_intra_factor * next_frame->intra_error))) { in get_gop_coding_frame_num()3156 double sr_accumulator = 0.0; in find_next_key_frame() local3283 if (i < 2) sr_accumulator = 0.0; in find_next_key_frame()[all …]
533 double *sr_accumulator, double max_boost) { in calc_kf_frame_boost() argument548 (this_frame->coded_error + *sr_accumulator) * active_area); in calc_kf_frame_boost()553 *sr_accumulator += (this_frame->sr_coded_error - this_frame->coded_error); in calc_kf_frame_boost()554 *sr_accumulator = AOMMAX(0.0, *sr_accumulator); in calc_kf_frame_boost()2208 double sr_accumulator = 0.0; in find_next_key_frame() local2312 if ((sr_accumulator < (kf_raw_err * 1.50)) && in find_next_key_frame()2320 if (i < 2) sr_accumulator = 0.0; in find_next_key_frame()2322 &sr_accumulator, kf_max_boost); in find_next_key_frame()