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

  /external/libvpx/libvpx/vp9/encoder/
vp9_ratectrl.c 219 VPXMAX(rc->min_frame_bandwidth, rc->avg_frame_bandwidth >> 5);
232 rc->avg_frame_bandwidth * oxcf->rc_max_inter_bitrate_pct / 100;
243 rc->avg_frame_bandwidth * oxcf->rc_max_intra_bitrate_pct / 100;
280 rc->bits_off_target += rc->avg_frame_bandwidth - encoded_frame_size;
343 rc->rolling_target_bits = rc->avg_frame_bandwidth;
344 rc->rolling_actual_bits = rc->avg_frame_bandwidth;
345 rc->long_rolling_target_bits = rc->avg_frame_bandwidth;
346 rc->long_rolling_actual_bits = rc->avg_frame_bandwidth;
    [all...]
vp9_svc_layercontext.c 187 lrc->avg_frame_bandwidth = (int)(lc->target_bandwidth / lc->framerate);
225 lrc->avg_frame_bandwidth = (int)(lc->target_bandwidth / lc->framerate);
256 lrc->avg_frame_bandwidth = (int)(lc->target_bandwidth / lc->framerate);
260 lc->avg_frame_size = lrc->avg_frame_bandwidth;
278 lrc->avg_frame_bandwidth = (int)(lc->target_bandwidth / lc->framerate);
280 (int)(lrc->avg_frame_bandwidth * oxcf->two_pass_vbrmin_section / 100);
281 lrc->max_frame_bandwidth = (int)(((int64_t)lrc->avg_frame_bandwidth *
    [all...]
vp9_ratectrl.h 107 int avg_frame_bandwidth; // Average frame size target for clip member in struct:__anon24804
vp9_aq_cyclicrefresh.c 458 if (rc->avg_frame_bandwidth < 3000) {
vp9_firstpass.c 295 int64_t max_bits = ((int64_t)rc->avg_frame_bandwidth *
    [all...]
vp9_encoder.c     [all...]

Completed in 215 milliseconds