Home
last modified time | relevance | path

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

/external/libvpx/libvpx/vp9/encoder/
Dvp9_firstpass.c1921 double *sr_accumulator, in calc_kf_frame_boost() argument
1933 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() local
2533 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() local
3283 if (i < 2) sr_accumulator = 0.0; in find_next_key_frame()
[all …]
/external/libaom/libaom/av1/encoder/
Dpass2_strategy.c533 double *sr_accumulator, double max_boost) { in calc_kf_frame_boost() argument
548 (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() local
2312 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()