Searched refs:max_frame_bandwidth (Results 1 - 5 of 5) sorted by relevance

/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/
H A Dvp9_ratectrl.h56 int max_frame_bandwidth; // Maximum burst rate allowed for a frame. member in struct:__anon634
H A Dvp9_svc_layercontext.c104 lrc->max_frame_bandwidth = rc->max_frame_bandwidth;
125 lrc->max_frame_bandwidth = cpi->rc.max_frame_bandwidth;
149 lrc->max_frame_bandwidth = (int)(((int64_t)lrc->av_per_frame_bandwidth *
H A Dvp9_ratectrl.c179 if (target > rc->max_frame_bandwidth)
180 target = rc->max_frame_bandwidth;
192 if (target > rc->max_frame_bandwidth)
193 target = rc->max_frame_bandwidth;
587 if (cpi->rc.this_frame_target >= cpi->rc.max_frame_bandwidth)
753 if (cpi->rc.this_frame_target >= cpi->rc.max_frame_bandwidth)
936 if (rc->this_frame_target >= rc->max_frame_bandwidth)
1019 if (*frame_over_shoot_limit > cpi->rc.max_frame_bandwidth) {
1020 *frame_over_shoot_limit = cpi->rc.max_frame_bandwidth;
H A Dvp9_onyx_if.c715 rc->max_frame_bandwidth = MAX(MAX((cm->MBs * MAX_MB_RATE), MAXRATE_1080P),
2015 if (rc->projected_frame_size > rc->max_frame_bandwidth) {
2356 (rc->projected_frame_size < rc->max_frame_bandwidth)) {
2407 if (rc->projected_frame_size >= rc->max_frame_bandwidth)
2476 rc->projected_frame_size < rc->max_frame_bandwidth)
H A Dvp9_firstpass.c343 else if (max_bits > cpi->rc.max_frame_bandwidth)
344 max_bits = cpi->rc.max_frame_bandwidth;

Completed in 81 milliseconds