Home
last modified time | relevance | path

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

/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/
Dvp9_ratectrl.c402 int *low_motion_minq, int *high_motion_minq) { in get_active_quality() argument
406 return high_motion_minq[q]; in get_active_quality()
410 const int qdiff = high_motion_minq[q] - low_motion_minq[q]; in get_active_quality()