HomeSort by relevance Sort by last modified time
    Searched refs:frames_since_key (Results 1 - 3 of 3) sorted by null

  /external/libvpx/vp8/encoder/
ratectrl.c 233 cc->frames_since_key = cpi->frames_since_key;
271 cpi->frames_since_key = cc->frames_since_key;
359 if (cpi->frames_since_key < cpi->output_frame_rate / 2)
360 kf_boost = (int)(kf_boost * cpi->frames_since_key / (cpi->output_frame_rate / 2));
600 if (cpi->frames_since_key < 16)
601 Boost = Boost * kf_boost_seperation_adjustment[cpi->frames_since_key] / 100;
    [all...]
onyx_int.h 61 unsigned int frames_since_key; member in struct:__anon8483
312 unsigned int frames_since_key; member in struct:__anon8495
onyx_if.c     [all...]

Completed in 79 milliseconds