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

/external/libvpx/libvpx/vp8/encoder/
H A Dfirstpass.c3133 cpi->twopass.kf_bits = (int)((double)kf_boost * ((double)cpi->twopass.kf_group_bits / (double)allocation_chunks));
3138 if (cpi->twopass.kf_bits > (int)((3 * cpi->buffer_level) >> 2))
3139 cpi->twopass.kf_bits = (int)((3 * cpi->buffer_level) >> 2);
3157 if (cpi->twopass.kf_bits > alt_kf_bits)
3159 cpi->twopass.kf_bits = alt_kf_bits;
3173 if (alt_kf_bits > cpi->twopass.kf_bits)
3175 cpi->twopass.kf_bits = alt_kf_bits;
3179 cpi->twopass.kf_group_bits -= cpi->twopass.kf_bits;
3181 cpi->twopass.kf_bits += cpi->min_frame_bandwidth;
3184 cpi->per_frame_bandwidth = cpi->twopass.kf_bits;
[all...]
H A Donyx_int.h587 int kf_bits; member in struct:VP8_COMP::twopass_rc
/external/libvpx/libvpx/vp9/encoder/
H A Dvp9_firstpass.c2604 cpi->twopass.kf_bits = (int)((double)kf_boost * ((double)cpi->twopass.kf_group_bits / (double)allocation_chunks));
2619 if (cpi->twopass.kf_bits > alt_kf_bits) {
2620 cpi->twopass.kf_bits = alt_kf_bits;
2632 if (alt_kf_bits > cpi->twopass.kf_bits) {
2633 cpi->twopass.kf_bits = alt_kf_bits;
2637 cpi->twopass.kf_group_bits -= cpi->twopass.kf_bits;
2639 cpi->twopass.kf_bits += cpi->min_frame_bandwidth;
2642 cpi->per_frame_bandwidth = cpi->twopass.kf_bits;
2644 cpi->target_bandwidth = (int)(cpi->twopass.kf_bits *
H A Dvp9_onyx_int.h585 int kf_bits; member in struct:VP9_COMP::twopass_rc

Completed in 125 milliseconds