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

/external/libvpx/libvpx/vp8/encoder/
H A Donyx_int.h407 int min_frame_bandwidth; member in struct:VP8_COMP
H A Dfirstpass.c2249 gf_bits += cpi->min_frame_bandwidth;
2281 cpi->twopass.gf_group_bits -= cpi->twopass.gf_bits - cpi->min_frame_bandwidth;
2393 target_frame_size += cpi->min_frame_bandwidth;
3176 cpi->twopass.kf_bits += cpi->min_frame_bandwidth;
H A Dratectrl.c628 min_frame_target = cpi->min_frame_bandwidth;
H A Donyx_if.c1180 cpi->min_frame_bandwidth = (int)(cpi->av_per_frame_bandwidth *
2994 (cpi->projected_frame_size < cpi->min_frame_bandwidth) &&
3652 if ( cpi->rolling_actual_bits < cpi->min_frame_bandwidth )

Completed in 85 milliseconds