Home
last modified time | relevance | path

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

/external/libvpx/libvpx/vp9/encoder/
Dvp9_ratectrl.c602 int *low_motion_minq, int *high_motion_minq) { in get_active_quality() argument
606 return high_motion_minq[q]; in get_active_quality()
610 const int qdiff = high_motion_minq[q] - low_motion_minq[q]; in get_active_quality()