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

  /external/libvpx/libvpx/vp9/encoder/
vp9_svc_layercontext.c 105 lrc->av_per_frame_bandwidth = (int)(lc->target_bandwidth / lc->framerate);
127 lrc->av_per_frame_bandwidth = (int)(lc->target_bandwidth / lc->framerate);
131 lc->avg_frame_size = lrc->av_per_frame_bandwidth;
149 lrc->av_per_frame_bandwidth = (int)(lc->target_bandwidth / lc->framerate);
150 lrc->min_frame_bandwidth = (int)(lrc->av_per_frame_bandwidth *
152 lrc->max_frame_bandwidth = (int)(((int64_t)lrc->av_per_frame_bandwidth *
vp9_ratectrl.c 115 rc->av_per_frame_bandwidth >> 5);
135 const int max_rate = rc->av_per_frame_bandwidth *
173 rc->bits_off_target += rc->av_per_frame_bandwidth - encoded_frame_size;
206 rc->rolling_target_bits = rc->av_per_frame_bandwidth;
207 rc->rolling_actual_bits = rc->av_per_frame_bandwidth;
208 rc->long_rolling_target_bits = rc->av_per_frame_bandwidth;
209 rc->long_rolling_actual_bits = rc->av_per_frame_bandwidth;
    [all...]
vp9_ratectrl.h 57 int av_per_frame_bandwidth; // Average frame size target for clip member in struct:__anon29572
vp9_aq_cyclicrefresh.c 75 // Average bits available per frame = av_per_frame_bandwidth
83 if (rc->av_per_frame_bandwidth < factor * number_blocks ||
vp9_onyx_if.c 683 rc->av_per_frame_bandwidth = (int)(oxcf->target_bandwidth /
685 rc->min_frame_bandwidth = (int)(rc->av_per_frame_bandwidth *
698 vbr_max_bits = (int)(((int64_t)rc->av_per_frame_bandwidth *
    [all...]
vp9_firstpass.c 340 int64_t max_bits = ((int64_t)rc->av_per_frame_bandwidth *
    [all...]
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/
vp9_svc_layercontext.c 103 lrc->av_per_frame_bandwidth = (int)(lc->target_bandwidth / lc->framerate);
124 lrc->av_per_frame_bandwidth = (int)(lc->target_bandwidth / lc->framerate);
128 lc->avg_frame_size = lrc->av_per_frame_bandwidth;
146 lrc->av_per_frame_bandwidth = (int)(lc->target_bandwidth / lc->framerate);
147 lrc->min_frame_bandwidth = (int)(lrc->av_per_frame_bandwidth *
149 lrc->max_frame_bandwidth = (int)(((int64_t)lrc->av_per_frame_bandwidth *
vp9_ratectrl.h 54 int av_per_frame_bandwidth; // Average frame size target for clip member in struct:__anon40754
vp9_ratectrl.c 168 rc->av_per_frame_bandwidth >> 5);
188 const int max_rate = rc->av_per_frame_bandwidth *
227 rc->bits_off_target += rc->av_per_frame_bandwidth - encoded_frame_size;
    [all...]
vp9_aq_cyclicrefresh.c 75 // Average bits available per frame = av_per_frame_bandwidth
83 if (rc->av_per_frame_bandwidth < factor * number_blocks ||
vp9_onyx_if.c 698 rc->av_per_frame_bandwidth = (int)(oxcf->target_bandwidth /
700 rc->min_frame_bandwidth = (int)(rc->av_per_frame_bandwidth *
713 vbr_max_bits = (int)(((int64_t)rc->av_per_frame_bandwidth *
778 rc->rolling_target_bits = rc->av_per_frame_bandwidth;
779 rc->rolling_actual_bits = rc->av_per_frame_bandwidth;
780 rc->long_rolling_target_bits = rc->av_per_frame_bandwidth;
781 rc->long_rolling_actual_bits = rc->av_per_frame_bandwidth;
    [all...]
vp9_firstpass.c 338 ((int64_t)cpi->rc.av_per_frame_bandwidth *
    [all...]
  /external/chromium_org/third_party/libvpx/source/libvpx/vp8/encoder/
firstpass.c 362 max_bits = (int)(cpi->av_per_frame_bandwidth * ((double)cpi->oxcf.two_pass_vbrmax_section / 100.0));
367 /* The lower of max_bits / 4 or cpi->av_per_frame_bandwidth / 4. */
368 int min_max_bits = ((cpi->av_per_frame_bandwidth >> 2) < (max_bits >> 2)) ? cpi->av_per_frame_bandwidth >> 2 : max_bits >> 2;
    [all...]
onyx_int.h 403 int av_per_frame_bandwidth; member in struct:VP8_COMP
ratectrl.c 621 if (min_frame_target < (cpi->av_per_frame_bandwidth >> 5))
622 min_frame_target = cpi->av_per_frame_bandwidth >> 5;
    [all...]
onyx_if.c     [all...]
  /external/libvpx/libvpx/vp8/encoder/
firstpass.c 362 max_bits = (int)(cpi->av_per_frame_bandwidth * ((double)cpi->oxcf.two_pass_vbrmax_section / 100.0));
367 /* The lower of max_bits / 4 or cpi->av_per_frame_bandwidth / 4. */
368 int min_max_bits = ((cpi->av_per_frame_bandwidth >> 2) < (max_bits >> 2)) ? cpi->av_per_frame_bandwidth >> 2 : max_bits >> 2;
    [all...]
ratectrl.c 621 if (min_frame_target < (cpi->av_per_frame_bandwidth >> 5))
622 min_frame_target = cpi->av_per_frame_bandwidth >> 5;
    [all...]
onyx_int.h 406 int av_per_frame_bandwidth; member in struct:VP8_COMP
onyx_if.c     [all...]
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/encoder/
firstpass.c 362 max_bits = (int)(cpi->av_per_frame_bandwidth * ((double)cpi->oxcf.two_pass_vbrmax_section / 100.0));
367 /* The lower of max_bits / 4 or cpi->av_per_frame_bandwidth / 4. */
368 int min_max_bits = ((cpi->av_per_frame_bandwidth >> 2) < (max_bits >> 2)) ? cpi->av_per_frame_bandwidth >> 2 : max_bits >> 2;
    [all...]
ratectrl.c 621 if (min_frame_target < (cpi->av_per_frame_bandwidth >> 5))
622 min_frame_target = cpi->av_per_frame_bandwidth >> 5;
    [all...]
onyx_int.h 406 int av_per_frame_bandwidth; member in struct:VP8_COMP
onyx_if.c     [all...]

Completed in 449 milliseconds