Home
last modified time | relevance | path

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

/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/
Dvp9_firstpass.h79 int kf_zeromotion_pct; member
Dvp9_ratectrl.c822 q_adj_factor += 0.05 - (0.001 * (double)cpi->twopass.kf_zeromotion_pct); in rc_pick_q_and_bounds_two_pass()
Dvp9_firstpass.c2116 twopass->kf_zeromotion_pct = (int)(zero_motion_accumulator * 100.0); in find_next_key_frame()
Dvp9_onyx_if.c2215 cpi->twopass.kf_zeromotion_pct);