Searched refs:min_frame_bandwidth (Results 1 - 15 of 15) sorted by relevance

/external/libvpx/libvpx/vp9/encoder/
H A Dvp9_ratectrl.h58 int min_frame_bandwidth; // Minimum allocation used for any frame member in struct:__anon24961
H A Dvp9_svc_layercontext.c150 lrc->min_frame_bandwidth = (int)(lrc->av_per_frame_bandwidth *
H A Dvp9_ratectrl.c114 const int min_frame_target = MAX(rc->min_frame_bandwidth,
710 if (rc->rolling_actual_bits < rc->min_frame_bandwidth)
892 if (rc->rolling_actual_bits < rc->min_frame_bandwidth)
H A Dvp9_onyx_if.c685 rc->min_frame_bandwidth = (int)(rc->av_per_frame_bandwidth *
688 rc->min_frame_bandwidth = MAX(rc->min_frame_bandwidth, FRAME_OVERHEAD_BITS);
/external/chromium_org/third_party/libvpx/source/libvpx/vp9/encoder/
H A Dvp9_ratectrl.h67 int min_frame_bandwidth; // Minimum allocation used for any frame member in struct:__anon13184
H A Dvp9_ratectrl.c195 const int min_frame_target = MAX(rc->min_frame_bandwidth,
1505 rc->min_frame_bandwidth = (int)(rc->avg_frame_bandwidth *
1508 rc->min_frame_bandwidth = MAX(rc->min_frame_bandwidth, FRAME_OVERHEAD_BITS);
H A Dvp9_svc_layercontext.c170 lrc->min_frame_bandwidth = (int)(lrc->avg_frame_bandwidth *
/external/chromium_org/third_party/libvpx/source/libvpx/vp8/encoder/
H A Donyx_int.h405 int min_frame_bandwidth; member in struct:VP8_COMP
H A Dfirstpass.c2256 gf_bits += cpi->min_frame_bandwidth;
2288 cpi->twopass.gf_group_bits -= cpi->twopass.gf_bits - cpi->min_frame_bandwidth;
2400 target_frame_size += cpi->min_frame_bandwidth;
3183 cpi->twopass.kf_bits += cpi->min_frame_bandwidth;
H A Dratectrl.c619 min_frame_target = cpi->min_frame_bandwidth;
H A Donyx_if.c1327 cpi->min_frame_bandwidth = (int)(cpi->av_per_frame_bandwidth *
3125 (cpi->projected_frame_size < cpi->min_frame_bandwidth) &&
3925 if ( cpi->rolling_actual_bits < cpi->min_frame_bandwidth )
/external/libvpx/libvpx/vp8/encoder/
H A Donyx_int.h408 int min_frame_bandwidth; member in struct:VP8_COMP
H A Dfirstpass.c2256 gf_bits += cpi->min_frame_bandwidth;
2288 cpi->twopass.gf_group_bits -= cpi->twopass.gf_bits - cpi->min_frame_bandwidth;
2400 target_frame_size += cpi->min_frame_bandwidth;
3183 cpi->twopass.kf_bits += cpi->min_frame_bandwidth;
H A Dratectrl.c619 min_frame_target = cpi->min_frame_bandwidth;
H A Donyx_if.c1295 cpi->min_frame_bandwidth = (int)(cpi->av_per_frame_bandwidth *
3075 (cpi->projected_frame_size < cpi->min_frame_bandwidth) &&
3744 if ( cpi->rolling_actual_bits < cpi->min_frame_bandwidth )

Completed in 244 milliseconds