Home
last modified time | relevance | path

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

/frameworks/av/media/module/libmediaformatshaper/
DCodecProperties.h90 double getMissingQpBoost() {return mMissingQpBoost; } in getMissingQpBoost() function
DVQApply.cpp185 int64_t boost = bitrateChosen * codec->getMissingQpBoost(); in VQApply()