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

  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/
vp9_ratectrl.h 55 int min_frame_bandwidth; // Minimum allocation used for any frame member in struct:__anon40754
vp9_svc_layercontext.c 147 lrc->min_frame_bandwidth = (int)(lrc->av_per_frame_bandwidth *
vp9_ratectrl.c 167 const int min_frame_target = MAX(rc->min_frame_bandwidth,
716 if (rc->rolling_actual_bits < rc->min_frame_bandwidth)
    [all...]
vp9_onyx_if.c 700 rc->min_frame_bandwidth = (int)(rc->av_per_frame_bandwidth *
703 rc->min_frame_bandwidth = MAX(rc->min_frame_bandwidth, FRAME_OVERHEAD_BITS);
    [all...]
  /external/libvpx/libvpx/vp9/encoder/
vp9_ratectrl.h 58 int min_frame_bandwidth; // Minimum allocation used for any frame member in struct:__anon29572
vp9_svc_layercontext.c 150 lrc->min_frame_bandwidth = (int)(lrc->av_per_frame_bandwidth *
vp9_ratectrl.c 114 const int min_frame_target = MAX(rc->min_frame_bandwidth,
710 if (rc->rolling_actual_bits < rc->min_frame_bandwidth)
    [all...]
vp9_onyx_if.c 685 rc->min_frame_bandwidth = (int)(rc->av_per_frame_bandwidth *
688 rc->min_frame_bandwidth = MAX(rc->min_frame_bandwidth, FRAME_OVERHEAD_BITS);
    [all...]
  /external/chromium_org/third_party/libvpx/source/libvpx/vp9/encoder/
vp9_ratectrl.h 67 int min_frame_bandwidth; // Minimum allocation used for any frame member in struct:__anon17809
vp9_ratectrl.c 195 const int min_frame_target = MAX(rc->min_frame_bandwidth,
    [all...]
vp9_svc_layercontext.c 170 lrc->min_frame_bandwidth = (int)(lrc->avg_frame_bandwidth *
  /external/chromium_org/third_party/libvpx/source/libvpx/vp8/encoder/
onyx_int.h 405 int min_frame_bandwidth; member in struct:VP8_COMP
firstpass.c     [all...]
ratectrl.c 619 min_frame_target = cpi->min_frame_bandwidth;
    [all...]
onyx_if.c     [all...]
  /external/libvpx/libvpx/vp8/encoder/
onyx_int.h 408 int min_frame_bandwidth; member in struct:VP8_COMP
firstpass.c     [all...]
ratectrl.c 619 min_frame_target = cpi->min_frame_bandwidth;
    [all...]
onyx_if.c     [all...]
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/encoder/
onyx_int.h 408 int min_frame_bandwidth; member in struct:VP8_COMP
firstpass.c     [all...]
ratectrl.c 619 min_frame_target = cpi->min_frame_bandwidth;
    [all...]
onyx_if.c     [all...]

Completed in 681 milliseconds