Skip to content
Snippets Groups Projects
Commit b85d271b authored by Franck Galpin's avatar Franck Galpin
Browse files

Merge branch 'xlxiangli/nnvc9-fix-clang16.0.6' into 'VTM-11.0_nnvc'

Fix compiling issues of clang 16.0.6

See merge request !235
parents 6bc4028d 49ad7879
No related branches found
No related tags found
No related merge requests found
......@@ -165,10 +165,6 @@ private:
void resizeInputs(int width, int height);
#endif
#if JVET_AH0096_CONTENT_ADAPTIVE_LOP
int m_modelLoadedIdx = -1;
bool m_changeModel = false;
#endif
std::unique_ptr<sadl::Model<TypeSadlLFUnified>> m_model;
std::vector<sadl::Tensor<TypeSadlLFUnified>> m_inputs;
#if NN_HOP_UNIFIED_TEMPORAL_FILTERING
......
......@@ -147,7 +147,7 @@ private:
#if NN_LF_FORCE_USE
int m_nnlfDebugOption;
#endif
#if JVET_AH0080_TRANS_INPUT
#if JVET_AH0080_TRANS_INPUT && !NN_LF_UNIFIED_ID
bool m_nnlfTransInput;
#endif
#if JVET_AH0096_CONTENT_ADAPTIVE_LOP
......
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