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

/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/
H A Dvp9_firstpass.h61 int kf_bits; member in struct:twopass_rc
H A Dvp9_firstpass.c2148 twopass->kf_bits = (int)((double)kf_boost *
2163 if (twopass->kf_bits > alt_kf_bits)
2164 twopass->kf_bits = alt_kf_bits;
2172 if (alt_kf_bits > twopass->kf_bits) {
2173 twopass->kf_bits = alt_kf_bits;
2176 twopass->kf_group_bits -= twopass->kf_bits;
2178 vp9_rc_set_frame_target(cpi, twopass->kf_bits);
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/encoder/
H A Dfirstpass.c3138 cpi->twopass.kf_bits = (int)((double)kf_boost * ((double)cpi->twopass.kf_group_bits / (double)allocation_chunks));
3143 if (cpi->twopass.kf_bits > (int)((3 * cpi->buffer_level) >> 2))
3144 cpi->twopass.kf_bits = (int)((3 * cpi->buffer_level) >> 2);
3162 if (cpi->twopass.kf_bits > alt_kf_bits)
3164 cpi->twopass.kf_bits = alt_kf_bits;
3178 if (alt_kf_bits > cpi->twopass.kf_bits)
3180 cpi->twopass.kf_bits = alt_kf_bits;
3184 cpi->twopass.kf_group_bits -= cpi->twopass.kf_bits;
3186 cpi->twopass.kf_bits += cpi->min_frame_bandwidth;
3189 cpi->per_frame_bandwidth = cpi->twopass.kf_bits;
[all...]
H A Donyx_int.h591 int kf_bits; member in struct:VP8_COMP::twopass_rc

Completed in 20 milliseconds