Searched refs:zero_motion_accumulator (Results 1 - 1 of 1) sorted by relevance

/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/
H A Dvp9_firstpass.c1418 double zero_motion_accumulator = 1.0; local
1501 zero_motion_accumulator) {
1502 zero_motion_accumulator = next_frame.pcnt_inter -
1522 (i >= active_max_gf_interval && (zero_motion_accumulator < 0.995)) ||
1541 twopass->gf_zeromotion_pct = (int)(zero_motion_accumulator * 1000.0);
1908 double zero_motion_accumulator = 1.0; local
2051 zero_motion_accumulator) {
2052 zero_motion_accumulator = (next_frame.pcnt_inter -
2116 twopass->kf_zeromotion_pct = (int)(zero_motion_accumulator * 100.0);
2131 if (zero_motion_accumulator >
[all...]

Completed in 46 milliseconds