Skip to content
Snippets Groups Projects
Commit 7364c6fc authored by Rickard Sjöberg's avatar Rickard Sjöberg
Browse files

Removing unused variables. Also setting #define ENABLE_TRACING to 0

parent 382a13b4
No related branches found
No related tags found
1 merge request!981JVET-O0549: Encoder-only temporal filter
......@@ -148,10 +148,6 @@ private:
Area m_area;
bool m_gopBasedTemporalFilterFutureReference;
int m_maxCUWidth;
int m_maxCUHeight;
int m_maxTotalCUDepth;
// Private functions
void subsampleLuma(const PelStorage &input, PelStorage &output, const int factor = 2) const;
int motionErrorLuma(const PelStorage &orig, const PelStorage &buffer, const int x, const int y, int dx, int dy, const int bs, const int besterror) const;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment