Home
last modified time | relevance | path

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

/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/
Dvp9_firstpass.c1426 double mv_ratio_accumulator_thresh; in define_gf_group() local
1457 mv_ratio_accumulator_thresh = (cpi->common.width + cpi->common.height) / 10.0; in define_gf_group()
1528 ((mv_ratio_accumulator > mv_ratio_accumulator_thresh) || in define_gf_group()