Home
last modified time | relevance | path

Searched refs:kf_bits (Results 1 – 2 of 2) sorted by relevance

/external/libvpx/vp8/encoder/
Dfirstpass.c2459 …cpi->kf_bits = (int)((double)kf_boost * ((double)cpi->kf_group_bits / (double)allocation_chunks)); in vp8_find_next_key_frame()
2464 if (cpi->kf_bits > ((3 * cpi->buffer_level) >> 2)) in vp8_find_next_key_frame()
2465 cpi->kf_bits = (3 * cpi->buffer_level) >> 2; in vp8_find_next_key_frame()
2482 if (cpi->kf_bits > alt_kf_bits) in vp8_find_next_key_frame()
2484 cpi->kf_bits = alt_kf_bits; in vp8_find_next_key_frame()
2497 if (alt_kf_bits > cpi->kf_bits) in vp8_find_next_key_frame()
2499 cpi->kf_bits = alt_kf_bits; in vp8_find_next_key_frame()
2503 cpi->kf_group_bits -= cpi->kf_bits; in vp8_find_next_key_frame()
2504 …cpi->kf_bits += cpi->min_frame_bandwidth; // Add in the m… in vp8_find_next_key_frame()
2506 …cpi->per_frame_bandwidth = cpi->kf_bits; // Peer frame b… in vp8_find_next_key_frame()
[all …]
Donyx_int.h376 int kf_bits; member