Home
last modified time | relevance | path

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

/frameworks/av/media/libstagefright/codecs/avc/enc/src/
Drate_control.cpp918 static const double QP2QSTEP[6] = { 0.625, 0.6875, 0.8125, 0.875, 1.0, 1.125 }; in QP2Qstep() local
920 Qstep = QP2QSTEP[QP % 6]; in QP2Qstep()