Home
last modified time | relevance | path

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

/external/webrtc/webrtc/modules/video_coding/
Dqm_select.h117 class VCMQmMethod {
119 VCMQmMethod();
120 virtual ~VCMQmMethod();
173 class VCMQmResolution : public VCMQmMethod {
327 class VCMQmRobustness : public VCMQmMethod {
Dqm_select.cc25 VCMQmMethod::VCMQmMethod() in VCMQmMethod() function in webrtc::VCMQmMethod
39 VCMQmMethod::~VCMQmMethod() {} in ~VCMQmMethod()
41 void VCMQmMethod::ResetQM() { in ResetQM()
48 uint8_t VCMQmMethod::ComputeContentClass() { in ComputeContentClass()
54 void VCMQmMethod::UpdateContent(const VideoContentMetrics* contentMetrics) { in UpdateContent()
58 void VCMQmMethod::ComputeMotionNFD() { in ComputeMotionNFD()
72 void VCMQmMethod::ComputeSpatial() { in ComputeSpatial()
96 ImageType VCMQmMethod::GetImageType(uint16_t width, uint16_t height) { in GetImageType()
123 ImageType VCMQmMethod::FindClosestImageType(uint16_t width, uint16_t height) { in FindClosestImageType()
137 FrameRateLevelClass VCMQmMethod::FrameRateLevel(float avg_framerate) { in FrameRateLevel()