#include <quality_monitor.h>
Public Member Functions | |
| QualityMonitor (EncoderParams &ep, const SeqParams &sparams) | |
| Constructor. Sets up initial Lagrangian values. | |
| bool | UpdateModel (const Frame &ld_frame, const Frame &orig_frame, const int count) |
| Update the quality factors, returning true if we need to recode. | |
| void | ResetAll () |
| Reset the quality factors (say if there's been a cut). | |
Definition at line 48 of file quality_monitor.h.
|
||||||||||||||||
|
Update the quality factors, returning true if we need to recode. Update the quality factors, returning true if we need to recode
Definition at line 100 of file quality_monitor.cpp. References dirac::FrameParams::FSort(), dirac::Frame::GetFparams(), dirac::EncoderParams::Lambda(), and dirac::Frame::Ydata(). Referenced by dirac::SequenceCompressor::CompressNextFrame(). |
1.4.5