Home | History | Annotate | Download | only in video_coding

Lines Matching refs:VCMQmMethod

25 VCMQmMethod::VCMQmMethod()
39 VCMQmMethod::~VCMQmMethod() {}
41 void VCMQmMethod::ResetQM() {
48 uint8_t VCMQmMethod::ComputeContentClass() {
54 void VCMQmMethod::UpdateContent(const VideoContentMetrics* contentMetrics) {
58 void VCMQmMethod::ComputeMotionNFD() {
72 void VCMQmMethod::ComputeSpatial() {
96 ImageType VCMQmMethod::GetImageType(uint16_t width, uint16_t height) {
123 ImageType VCMQmMethod::FindClosestImageType(uint16_t width, uint16_t height) {
137 FrameRateLevelClass VCMQmMethod::FrameRateLevel(float avg_framerate) {