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.c1348 int cnt_zeromv = 0; in compute_frame_low_motion() local
1352 cnt_zeromv++; in compute_frame_low_motion()
1357 cnt_zeromv = 100 * cnt_zeromv / (rows * cols); in compute_frame_low_motion()
1358 rc->avg_frame_low_motion = (3 * rc->avg_frame_low_motion + cnt_zeromv) >> 2; in compute_frame_low_motion()