Home
last modified time | relevance | path

Searched refs:modified_error_left (Results 1 – 4 of 4) sorted by relevance

/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/
Dvp9_firstpass.h58 double modified_error_left; member
Dvp9_firstpass.c1035 twopass->modified_error_left = twopass->modified_error_total; in vp9_init_second_pass()
2017 if (twopass->bits_left > 0 && twopass->modified_error_left > 0.0) { in find_next_key_frame()
2027 (kf_group_err / twopass->modified_error_left)); in find_next_key_frame()
2158 DOUBLE_DIVIDE_CHECK(twopass->modified_error_left)); in find_next_key_frame()
2170 DOUBLE_DIVIDE_CHECK(twopass->modified_error_left))); in find_next_key_frame()
2187 twopass->modified_error_left -= kf_group_err; in find_next_key_frame()
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/encoder/
Dfirstpass.c1403 cpi->twopass.modified_error_left = cpi->twopass.modified_error_total; in vp8_init_second_pass()
2893 if ((cpi->twopass.bits_left > 0) && (cpi->twopass.modified_error_left > 0.0)) in find_next_key_frame()
2906 cpi->twopass.modified_error_left )); in find_next_key_frame()
3157 DOUBLE_DIVIDE_CHECK(cpi->twopass.modified_error_left)); in find_next_key_frame()
3176 DOUBLE_DIVIDE_CHECK(cpi->twopass.modified_error_left))); in find_next_key_frame()
3202 cpi->twopass.modified_error_left -= kf_group_err; in find_next_key_frame()
Donyx_int.h583 double modified_error_left; member