Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
jvet
HM
Commits
dfe44894
Commit
dfe44894
authored
Mar 07, 2018
by
Karsten Suehring
Browse files
update software manual for region-wise packing SEI message
Patch-by:
Alireza Zare
<
alireza.zare@nokia.com
>
parent
98b5bced
Changes
1
Hide whitespace changes
Inline
Side-by-side
doc/software-manual.tex
View file @
dfe44894
...
...
@@ -2209,6 +2209,7 @@ The table below lists the SEI messages defined for Version 1 and Range-Extension
141
&
Knee function information
&
Table
\ref
{
tab:sei-knee-function
}
\\
142
&
Colour remapping information
&
Table
\ref
{
tab:sei-colour-remapping
}
\\
143
&
Deinterlaced field identification
&
(Not handled)
\\
155
&
Region-wise packing
&
Table
\ref
{
tab:sei-rwp
}
\\
\end{SEIListTable}
%%
%% SEI messages
...
...
@@ -2824,6 +2825,112 @@ An example file can be found in cfg/misc/example_colour_remapping_sei_encoder_0.
\end{OptionTableNoShorthand}
\begin{OptionTableNoShorthand}
{
Region-wise packing SEI message encoder parameters
}{
tab:sei-rwp
}
\Option
{
SEIRwpEnabled
}
&
\Default
{
false
}
&
Enables (true) or disables (false) the insertion of region-wise packing SEI message.
\\
\Option
{
SEIRwpCancelFlag
}
&
\Default
{
true
}
&
Indicates that RWP SEI message cancels the persistence (true) or follows (false).
\\
\Option
{
SEIRwpPersistenceFlag
}
&
\Default
{
false
}
&
Specifies the persistence of the RWP SEI message.
\\
\Option
{
SEIRwpConstituentPictureMatchingFlag
}
&
\Default
{
false
}
&
Specifies the RWP SEI message applies individually to each constituent picture (true) or to the projected picture (false).
\\
\Option
{
SEIRwpNumPackedRegions
}
&
\Default
{
0
}
&
Specifies the number of packed regions when constituent picture matching flag is equal to 0.
\\
\Option
{
SEIRwpProjPictureWidth
}
&
\Default
{
0
}
&
Specifies the width of the projected picture.
\\
\Option
{
SEIRwpProjPictureHeight
}
&
\Default
{
0
}
&
Specifies the height of the projected picture.
\\
\Option
{
SEIRwpPackedPictureWidth
}
&
\Default
{
0
}
&
Specifies the width of the packed picture.
\\
\Option
{
SEIRwpPackedPictureHeight
}
&
\Default
{
0
}
&
Specifies the height of the packed picture.
\\
\Option
{
SEIRwpTransformType
}
&
\Default
{}
&
An array that specifies the rotation and mirroring to be applied to the packed regions.
\\
\Option
{
SEIRwpGuardBandFlag
}
&
\Default
{}
&
An array that specifies the existence of guard band in the packed regions.
\\
\Option
{
SEIRwpProjRegionWidth
}
&
\Default
{}
&
An array that specifies the width of the projected regions.
\\
\Option
{
SEIRwpProjRegionHeight
}
&
\Default
{}
&
An array that specifies the height of the projected regions.
\\
\Option
{
SEIRwpGuardBandFlag
}
&
\Default
{}
&
An array that specifies the existence of guard band in the packed regions.
\\
\Option
{
SEIRwpProjRegionTop
}
&
\Default
{}
&
An array that specifies the top sample row of the projected regions.
\\
\Option
{
SEIRwpProjRegionLeft
}
&
\Default
{}
&
An array that specifies the left-most sample column of the projected regions.
\\
\Option
{
SEIRwpPackedRegionWidth
}
&
\Default
{}
&
An array that specifies the width of the packed regions.
\\
\Option
{
SEIRwpPackedRegionHeight
}
&
\Default
{}
&
An array that specifies the height of the packed regions.
\\
\Option
{
SEIRwpPackedRegionTop
}
&
\Default
{}
&
An array that specifies the top luma sample row of the packed regions.
\\
\Option
{
SEIRwpPackedRegionLeft
}
&
\Default
{}
&
An array that specifies the left-most luma sample column of the packed regions.
\\
\Option
{
SEIRwpLeftGuardBandWidth
}
&
\Default
{}
&
An array that specifies the width of the guard band on the left side of the packed regions.
\\
\Option
{
SEIRwpRightGuardBandWidth
}
&
\Default
{}
&
An array that specifies the width of the guard band on the right side of the packed regions.
\\
\Option
{
SEIRwpTopGuardBandHeight
}
&
\Default
{}
&
An array that specifies the height of the guard band above the packed regions.
\\
\Option
{
SEIRwpBottomGuardBandHeight
}
&
\Default
{}
&
An array that specifies the height of the guard band below the packed regions.
\\
\Option
{
SEIRwpGuardBandNotUsedForPredFlag
}
&
\Default
{}
&
An array that specifies if the guard bands is used in the inter prediction process.
\\
\Option
{
SEIRwpGuardBandType
}
&
\Default
{}
&
An array that specifies the type of the guard bands for the packed regions.
\\
\end{OptionTableNoShorthand}
%\Option{SEITimeCode} &
%\Default{false} &
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment