Skip to content
Snippets Groups Projects
Commit 47f6a9c5 authored by Martin Pettersson's avatar Martin Pettersson
Browse files

JVET-AB0135 and BC#017 software manual modifications

parent d1d6100f
No related branches found
No related tags found
1 merge request!2432JVET-AB0135 and BC#017 Add nnpfc_total_kilobyte_size and replace nnpfc_complexity_idc with a flag
......@@ -5729,9 +5729,9 @@ Specifies sii_num_units_in_shutter_interval for single entry.If multiple entries
\Default{0} &
Specifies the Cb padding when when nnpfc_padding_type is equal to 4 of the \emph{i}-th neural network post-filter.
\\
\Option{SEINNPostFilterCharacteristicsComplexityIdc\emph{i}} &
\Default{0} &
Specifies the nnpfc_complexity_idc of the \emph{i}-th neural network post-filter.
\Option{SEINNPostFilterCharacteristicsComplexityInfoPresentFlag\emph{i}} &
\Default{false} &
Specifies the nnpfc_complexity_present_flag of the \emph{i}-th neural network post-filter.
\\
\Option{SEINNPostFilterCharacteristicsParameterTypeIdc\emph{i}} &
\Default{0} &
......@@ -5763,6 +5763,11 @@ Specifies sii_num_units_in_shutter_interval for single entry.If multiple entries
Specifies that the maximum number of multiply-accumulate (MAC) operations per sample of the \emph{i}-th neural network post-filter is less than or equal to nnpfc_num_kmac_operations_idc * 1000.
nnpfc_num_kmac_operations_idc = 0 specifies that the maximum number of MAC operations of the network is not specified.
\\
\Option{SEINNPostFilterCharacteristicsTotalKilobyteSize\emph{i}} &
\Default{0} &
Indicates the total size in kilobytes required to store the uncompressed NN parameters in the \emph{i}-th neural network post-filter when nnpfc_total_kilobyte_size is greater than 0. The total size in bits is a number equal to or greater than the sum of bits used to store each parameter. nnpfc_total_kilobyte_size is the total size in bits divided by 8000, rounded up.
nnpfc_total_kilobyte_size equal to 0 indicates that the total size required to store the parameters for the neural network is unknown.
\\
\Option{SEINNPostFilterCharacteristicsPayloadFilename\emph{i}} &
\Default{""} &
Specifies the NNR bitstream of the \emph{i}-th neural network post-filter.
......
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