SVT-HEVC icon indicating copy to clipboard operation
SVT-HEVC copied to clipboard

is there any helpful artile for reading svt-hevc source code

Open 1314wu opened this issue 5 years ago • 2 comments

Is there any artile or something else about reading the source code of SVT-HEVC? There are many abbreviations in the source code such as "HT", "SetNmm()", "DerivePartialFrequencyN2Flag", and "SetNfl()".the source code about EncDeckerne is not easy to read for me.

1314wu avatar Jul 29 '20 08:07 1314wu

Hi @1314wu , there are documents in https://github.com/OpenVisualCloud/SVT-AV1/blob/master/Docs/svt-av1-encoder-design.md. All SVT encoders share the same High-level encoder architecture and Inter-process data and control management. Encoder Processes in Encoder Processes and Algorithms are very much similar, except encoding tools used by each different encoder(HEVC, VP9, AV1). To understand the source code, https://github.com/OpenVisualCloud/SVT-HEVC/pull/513 is a good reading with more details.

tianjunwork avatar Jul 29 '20 15:07 tianjunwork

thank you for your reply,maybe I need to read the documents you have pointed out first.

1314wu avatar Aug 04 '20 05:08 1314wu