Home
last modified time | relevance | path

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

/external/libvpx/libvpx/vp9/encoder/
Dvp9_firstpass.c51 #define KF_MB_INTRA_MIN 150 macro
1038 twopass->kf_intra_err_min = KF_MB_INTRA_MIN * cpi->common.MBs; in vp9_init_second_pass()
2174 twopass->kf_intra_err_min = KF_MB_INTRA_MIN * cpi->common.MBs; in vp9_rc_get_second_pass_params()
/external/libvpx/libvpx/vp8/encoder/
Dfirstpass.c51 #define KF_MB_INTRA_MIN 300 macro
1365 cpi->twopass.kf_intra_err_min = KF_MB_INTRA_MIN * cpi->common.MBs; in vp8_init_second_pass()