Home
last modified time | relevance | path

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

/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/
Dvp9_firstpass.c51 #define GF_MB_INTRA_MIN 100 macro
993 twopass->gf_intra_err_min = GF_MB_INTRA_MIN * cpi->common.MBs; in vp9_init_second_pass()
2239 twopass->gf_intra_err_min = GF_MB_INTRA_MIN * cpi->common.MBs; in vp9_rc_get_second_pass_params()
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/encoder/
Dfirstpass.c52 #define GF_MB_INTRA_MIN 200 macro
1366 cpi->twopass.gf_intra_err_min = GF_MB_INTRA_MIN * cpi->common.MBs; in vp8_init_second_pass()