Home
last modified time | relevance | path

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

/external/libvpx/libvpx/vp9/encoder/
Dvp9_firstpass.c3146 double zero_motion_sum = 0.0; in find_next_key_frame() local
3238 zero_motion_sum += next_frame.pcnt_inter - next_frame.pcnt_motion; in find_next_key_frame()
3245 zero_motion_avg = zero_motion_sum / num_frames; in find_next_key_frame()