Home
last modified time | relevance | path

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

/external/libvpx/vp8/encoder/
Dfirstpass.c1435 if ((cpi->kf_group_bits > 0) && (cpi->kf_group_error_left > 0)) in define_gf_group()
1436 …group_bits = (int)((double)cpi->kf_group_bits * (gf_group_err / (double)cpi->kf_group_error_left)); in define_gf_group()
1574 if ((cpi->kf_group_bits > 0) && (cpi->kf_group_error_left > 0)) in define_gf_group()
1575 …group_bits = (int)((double)cpi->kf_group_bits * (gf_group_err / (double)cpi->kf_group_error_left)); in define_gf_group()
1648 DOUBLE_DIVIDE_CHECK((double)cpi->kf_group_error_left); in define_gf_group()
1666 DOUBLE_DIVIDE_CHECK((double)cpi->kf_group_error_left)); in define_gf_group()
1686 cpi->kf_group_error_left -= gf_group_err; in define_gf_group()
1884 cpi->gf_group_error_left = cpi->kf_group_error_left; in vp8_second_pass()
2137 cpi->kf_group_error_left = 0; // Group modified error score. in vp8_find_next_key_frame()
2511 cpi->kf_group_error_left = (int)(kf_group_err - kf_mod_err); in vp8_find_next_key_frame()
Donyx_int.h373 long long kf_group_error_left; member