Home
last modified time | relevance | path

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

/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/
Dvp9_firstpass.c44 #define IIKFACTOR2 15.0 macro
2060 r = (IIKFACTOR2 * next_frame.intra_error / in find_next_key_frame()
2063 r = (IIKFACTOR2 * twopass->kf_intra_err_min / in find_next_key_frame()
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/encoder/
Dfirstpass.c47 #define IIKFACTOR2 1.5 macro
2980 r = (IIKFACTOR2 * next_frame.intra_error / in find_next_key_frame()
2983 r = (IIKFACTOR2 * cpi->twopass.kf_intra_err_min / in find_next_key_frame()