Implementation of nnpfc_base_flag
- Add the control for that flag in the cfg file & update the manual doc - Implement checking at encoder side to ensure that when sending an update the base filter is already present - Implement detection at decoder whether the given base filter is a new or a repetition filter. - Implement checking at decoder side to ensure that when receiving an update filter, the base filter has been received earlier / already present.
Showing
- cfg/sei_vui/neural_network_post_filter_characteristics.cfg 1 addition, 0 deletionscfg/sei_vui/neural_network_post_filter_characteristics.cfg
- doc/software-manual.tex 4 additions, 0 deletionsdoc/software-manual.tex
- source/App/EncoderApp/EncApp.cpp 16 additions, 0 deletionssource/App/EncoderApp/EncApp.cpp
- source/App/EncoderApp/EncAppCfg.cpp 6 additions, 0 deletionssource/App/EncoderApp/EncAppCfg.cpp
- source/App/EncoderApp/EncAppCfg.h 3 additions, 0 deletionssource/App/EncoderApp/EncAppCfg.h
- source/Lib/CommonLib/SEI.h 6 additions, 0 deletionssource/Lib/CommonLib/SEI.h
- source/Lib/CommonLib/TypeDef.h 1 addition, 1 deletionsource/Lib/CommonLib/TypeDef.h
- source/Lib/DecoderLib/SEIread.cpp 43 additions, 1 deletionsource/Lib/DecoderLib/SEIread.cpp
- source/Lib/DecoderLib/SEIread.h 3 additions, 0 deletionssource/Lib/DecoderLib/SEIread.h
- source/Lib/EncoderLib/EncCfg.h 7 additions, 0 deletionssource/Lib/EncoderLib/EncCfg.h
- source/Lib/EncoderLib/SEIEncoder.cpp 3 additions, 0 deletionssource/Lib/EncoderLib/SEIEncoder.cpp
- source/Lib/EncoderLib/SEIwrite.cpp 3 additions, 0 deletionssource/Lib/EncoderLib/SEIwrite.cpp
Loading
Please register or sign in to comment