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

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

Completed in 126 milliseconds