Home
last modified time | relevance | path

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

/external/libvpx/libvpx/vp9/encoder/
Dvp9_firstpass.c40 #define IIFACTOR 12.5 macro
1185 frame_boost = (IIFACTOR * this_frame->intra_error / in calc_frame_boost()
1188 frame_boost = (IIFACTOR * twopass->gf_intra_err_min / in calc_frame_boost()
1647 ((boost_score - old_boost_score) < IIFACTOR)))) { in define_gf_group()
/external/libvpx/libvpx/vp8/encoder/
Dfirstpass.c45 #define IIFACTOR 1.5 macro
1594 frame_boost = (IIFACTOR * this_frame->intra_error / in calc_frame_boost()
1597 frame_boost = (IIFACTOR * cpi->twopass.gf_intra_err_min / in calc_frame_boost()