Home
last modified time | relevance | path

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

/external/libvpx/libvpx/vp9/encoder/
Dvp9_firstpass.c1901 double *sr_accumulator, in calc_frame_boost() argument
1911 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() argument
1943 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() local
1998 sr_accumulator = 0.0; in calc_arf_boost()
[all …]