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 353 kf_boost = (int)(2 * cpi->output_frame_rate - 16);
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));
1465 unsigned int output_frame_rate = (unsigned int)(100 * cpi->output_frame_rate); local
    [all...]
onyx_int.h 408 double output_frame_rate; member in struct:__anon8495
onyx_if.c     [all...]
firstpass.c     [all...]

Completed in 302 milliseconds