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

Removing unused variables. Also setting #define ENABLE_TRACING to 0

parent f04ee3b6
No related branches found
No related tags found
No related merge requests found
...@@ -148,10 +148,6 @@ private: ...@@ -148,10 +148,6 @@ private:
Area m_area; Area m_area;
bool m_gopBasedTemporalFilterFutureReference; bool m_gopBasedTemporalFilterFutureReference;
int m_maxCUWidth;
int m_maxCUHeight;
int m_maxTotalCUDepth;
// Private functions // Private functions
void subsampleLuma(const PelStorage &input, PelStorage &output, const int factor = 2) const; 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; 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