Skip to content
Snippets Groups Projects
Commit d7daaf58 authored by Frank Bossen's avatar Frank Bossen
Browse files

Clean up: remove fields not needed by JVET_O0304_SIMPLIFIED_BDOF

parent 9bb168ee
No related branches found
No related tags found
No related merge requests found
...@@ -69,11 +69,13 @@ private: ...@@ -69,11 +69,13 @@ private:
Distortion m_bioSubBlkDistThres; Distortion m_bioSubBlkDistThres;
Distortion m_bioPredSubBlkDist[MAX_NUM_PARTS_IN_CTU]; Distortion m_bioPredSubBlkDist[MAX_NUM_PARTS_IN_CTU];
#if !JVET_O0304_SIMPLIFIED_BDOF
int m_dotProduct1[BIO_TEMP_BUFFER_SIZE]; int m_dotProduct1[BIO_TEMP_BUFFER_SIZE];
int m_dotProduct2[BIO_TEMP_BUFFER_SIZE]; int m_dotProduct2[BIO_TEMP_BUFFER_SIZE];
int m_dotProduct3[BIO_TEMP_BUFFER_SIZE]; int m_dotProduct3[BIO_TEMP_BUFFER_SIZE];
int m_dotProduct5[BIO_TEMP_BUFFER_SIZE]; int m_dotProduct5[BIO_TEMP_BUFFER_SIZE];
int m_dotProduct6[BIO_TEMP_BUFFER_SIZE]; int m_dotProduct6[BIO_TEMP_BUFFER_SIZE];
#endif
protected: protected:
InterpolationFilter m_if; InterpolationFilter m_if;
......
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