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

  /external/libvpx/vp8/encoder/
ratectrl.c 350 kf_boost = (int)(2 * cpi->output_frame_rate - 16);
356 if (cpi->frames_since_key < cpi->output_frame_rate / 2)
357 kf_boost = (int)(kf_boost * cpi->frames_since_key / (cpi->output_frame_rate / 2));
1429 unsigned int output_frame_rate = (unsigned int)(100 * cpi->output_frame_rate); local
    [all...]
onyx_int.h 392 double output_frame_rate; member in struct:__anon5299
onyx_if.c     [all...]
firstpass.c     [all...]

Completed in 14 milliseconds