Home
last modified time | relevance | path

Searched refs:kf_group_bits (Results 1 – 7 of 7) sorted by relevance

/external/libvpx/libvpx/vp8/encoder/
Dfirstpass.c1826 if ((cpi->twopass.kf_group_bits > 0) && in define_gf_group()
1829 (int)((double)cpi->twopass.kf_group_bits * in define_gf_group()
1960 cpi->twopass.kf_group_bits = in define_gf_group()
1965 if ((cpi->twopass.kf_group_bits > 0) && in define_gf_group()
1968 (int64_t)(cpi->twopass.kf_group_bits * in define_gf_group()
1977 : (cpi->twopass.gf_group_bits > cpi->twopass.kf_group_bits) in define_gf_group()
1978 ? cpi->twopass.kf_group_bits in define_gf_group()
2059 (double)cpi->twopass.kf_group_bits * in define_gf_group()
2077 (int)((double)cpi->twopass.kf_group_bits * mod_frame_err / in define_gf_group()
2111 cpi->twopass.kf_group_bits -= cpi->twopass.gf_group_bits; in define_gf_group()
[all …]
Donyx_int.h594 int64_t kf_group_bits; member
Donyx_if.c4575 cpi->twopass.kf_group_bits += in encode_frame_to_data_rate()
4578 if (cpi->twopass.kf_group_bits < 0) cpi->twopass.kf_group_bits = 0; in encode_frame_to_data_rate()
/external/libaom/libaom/av1/encoder/
Dpass2_strategy.c708 if ((twopass->kf_group_bits > 0) && (twopass->kf_group_error_left > 0)) { in calculate_total_gf_group_bits()
709 total_group_bits = (int64_t)(twopass->kf_group_bits * in calculate_total_gf_group_bits()
718 : (total_group_bits > twopass->kf_group_bits) in calculate_total_gf_group_bits()
719 ? twopass->kf_group_bits in calculate_total_gf_group_bits()
2213 twopass->kf_group_bits = 0; // Total bits available to kf group in find_next_key_frame()
2275 twopass->kf_group_bits = (int64_t)( in find_next_key_frame()
2280 if (twopass->kf_group_bits > max_grp_bits) in find_next_key_frame()
2281 twopass->kf_group_bits = max_grp_bits; in find_next_key_frame()
2283 twopass->kf_group_bits = 0; in find_next_key_frame()
2285 twopass->kf_group_bits = AOMMAX(0, twopass->kf_group_bits); in find_next_key_frame()
[all …]
Dfirstpass.h161 int64_t kf_group_bits; member
/external/libvpx/libvpx/vp9/encoder/
Dvp9_firstpass.c2088 if ((twopass->kf_group_bits > 0) && (twopass->kf_group_error_left > 0.0)) { in calculate_total_gf_group_bits()
2096 total_group_bits = (int64_t)(twopass->kf_group_bits * in calculate_total_gf_group_bits()
2109 : (total_group_bits > twopass->kf_group_bits) in calculate_total_gf_group_bits()
2110 ? twopass->kf_group_bits in calculate_total_gf_group_bits()
3180 twopass->kf_group_bits = 0; // Total bits available to kf group in find_next_key_frame()
3218 twopass->kf_group_bits = (int64_t)( in find_next_key_frame()
3223 if (twopass->kf_group_bits > max_grp_bits) in find_next_key_frame()
3224 twopass->kf_group_bits = max_grp_bits; in find_next_key_frame()
3226 twopass->kf_group_bits = 0; in find_next_key_frame()
3228 twopass->kf_group_bits = VPXMAX(0, twopass->kf_group_bits); in find_next_key_frame()
[all …]
Dvp9_firstpass.h203 int64_t kf_group_bits; member