HomeSort by relevance Sort by last modified time
    Searched defs:kf_boost (Results 1 - 11 of 11) sorted by null

  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/
vp9_ratectrl.h 35 int kf_boost; member in struct:__anon30715
vp9_ratectrl.c 512 // not first frame of one pass and kf_boost is set
517 rc->kf_boost,
624 // not first frame of one pass and kf_boost is set
629 rc->kf_boost,
811 rc->kf_boost,
1272 int kf_boost = MAX(initial_boost, (int)(2 * cpi->output_framerate - 16)); local
    [all...]
vp9_firstpass.c 2103 int kf_boost = (int)boost_score; local
    [all...]
  /external/libvpx/libvpx/vp8/encoder/
ratectrl.c 345 int kf_boost; local
384 kf_boost = VPXMAX(initial_boost,
389 kf_boost = initial_boost;
393 kf_boost = kf_boost * kf_boost_qadjustment[Q] / 100;
397 kf_boost = (int)(kf_boost
401 if (kf_boost < 16)
402 kf_boost = 16;
404 target = ((16 + kf_boost) * cpi->per_frame_bandwidth) >> 4
    [all...]
firstpass.c 3065 int kf_boost = (int)boost_score; local
    [all...]
onyx_int.h 451 int kf_boost; member in struct:VP8_COMP
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/encoder/
ratectrl.c 344 int kf_boost; local
383 kf_boost = MAX(initial_boost, (int)(2 * cpi->output_framerate - 16));
387 kf_boost = initial_boost;
391 kf_boost = kf_boost * kf_boost_qadjustment[Q] / 100;
395 kf_boost = (int)(kf_boost
399 if (kf_boost < 16)
400 kf_boost = 16;
402 target = ((16 + kf_boost) * cpi->per_frame_bandwidth) >> 4
    [all...]
firstpass.c 3067 int kf_boost = (int)boost_score; local
    [all...]
onyx_int.h 454 int kf_boost; member in struct:VP8_COMP
  /external/libvpx/libvpx/vp9/encoder/
vp9_ratectrl.h 88 int kf_boost; member in struct:__anon17240
vp9_ratectrl.c 596 return get_active_quality(q, rc->kf_boost, kf_low, kf_high,
713 // not first frame of one pass and kf_boost is set
846 // not first frame of one pass and kf_boost is set
1522 int kf_boost = 32; local
    [all...]

Completed in 195 milliseconds