Home
last modified time | relevance | path

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

/external/libvpx/libvpx/vp9/encoder/
Dvp9_ratectrl.c1742 int cnt_zeromv = 0; in compute_frame_low_motion() local
1747 cnt_zeromv++; in compute_frame_low_motion()
1752 cnt_zeromv = 100 * cnt_zeromv / (rows * cols); in compute_frame_low_motion()
1753 rc->avg_frame_low_motion = (3 * rc->avg_frame_low_motion + cnt_zeromv) >> 2; in compute_frame_low_motion()