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

  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/
vp9_svc_layercontext.c 178 cpi->output_framerate = lc->framerate;
197 lc->framerate = cpi->output_framerate;
vp9_onyx_int.h 380 double output_framerate; member in struct:VP9_COMP
vp9_ratectrl.c     [all...]
vp9_onyx_if.c 697 cpi->output_framerate = cpi->oxcf.framerate;
699 cpi->output_framerate);
    [all...]
vp9_firstpass.c     [all...]
  /external/libvpx/libvpx/vp8/encoder/
ratectrl.c 385 (int)(2 * cpi->output_framerate - 16));
396 if (cpi->frames_since_key < cpi->output_framerate / 2)
398 * cpi->frames_since_key / (cpi->output_framerate / 2));
    [all...]
onyx_int.h 407 double output_framerate; member in struct:VP8_COMP
onyx_if.c 295 lc->framerate = cpi->output_framerate / cpi->oxcf.rate_decimator[layer];
393 prev_layer_framerate = cpi->output_framerate /
    [all...]
firstpass.c     [all...]
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/encoder/
ratectrl.c 383 kf_boost = MAX(initial_boost, (int)(2 * cpi->output_framerate - 16));
394 if (cpi->frames_since_key < cpi->output_framerate / 2)
396 * cpi->frames_since_key / (cpi->output_framerate / 2));
    [all...]
onyx_int.h 410 double output_framerate; member in struct:VP8_COMP
onyx_if.c 308 lc->framerate = cpi->output_framerate / cpi->oxcf.rate_decimator[layer];
406 prev_layer_framerate = cpi->output_framerate /
    [all...]
firstpass.c     [all...]

Completed in 6247 milliseconds