Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in / Register
Toggle navigation
F
ffmpeg
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Packages
Packages
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
submodule
ffmpeg
Commits
ec120efa
Commit
ec120efa
authored
Aug 29, 2013
by
Michael Niedermayer
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
doc/snow: add gray/alpha/gbr
Signed-off-by:
Michael Niedermayer
<
michaelni@gmx.at
>
parent
811d58e0
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
16 additions
and
8 deletions
+16
-8
snow.txt
doc/snow.txt
+16
-8
No files found.
doc/snow.txt
View file @
ec120efa
...
@@ -50,8 +50,10 @@ header:
...
@@ -50,8 +50,10 @@ header:
temporal_decomposition_count u header_state
temporal_decomposition_count u header_state
spatial_decomposition_count u header_state
spatial_decomposition_count u header_state
colorspace_type u header_state
colorspace_type u header_state
chroma_h_shift u header_state
if (nb_planes > 2) {
chroma_v_shift u header_state
chroma_h_shift u header_state
chroma_v_shift u header_state
}
spatial_scalability b header_state
spatial_scalability b header_state
max_ref_frames-1 u header_state
max_ref_frames-1 u header_state
qlogs
qlogs
...
@@ -59,7 +61,7 @@ header:
...
@@ -59,7 +61,7 @@ header:
if(!keyframe){
if(!keyframe){
update_mc b header_state
update_mc b header_state
if(update_mc){
if(update_mc){
for(plane=0; plane<
2
; plane++){
for(plane=0; plane<
nb_plane_types
; plane++){
diag_mc b header_state
diag_mc b header_state
htaps/2-1 u header_state
htaps/2-1 u header_state
for(i= p->htaps/2; i; i--)
for(i= p->htaps/2; i; i--)
...
@@ -80,7 +82,7 @@ header:
...
@@ -80,7 +82,7 @@ header:
block_max_depth s header_state
block_max_depth s header_state
qlogs:
qlogs:
for(plane=0; plane<
2
; plane++){
for(plane=0; plane<
nb_plane_types
; plane++){
quant_table[plane][0][0] s header_state
quant_table[plane][0][0] s header_state
for(level=0; level < spatial_decomposition_count; level++){
for(level=0; level < spatial_decomposition_count; level++){
quant_table[plane][level][1]s header_state
quant_table[plane][level][1]s header_state
...
@@ -131,8 +133,10 @@ block(level):
...
@@ -131,8 +133,10 @@ block(level):
residual:
residual:
residual2(luma)
residual2(luma)
residual2(chroma_cr)
if (nb_planes > 2) {
residual2(chroma_cb)
residual2(chroma_cr)
residual2(chroma_cb)
}
residual2:
residual2:
for(level=0; level<spatial_decomposition_count; level++){
for(level=0; level<spatial_decomposition_count; level++){
...
@@ -146,7 +150,7 @@ residual2:
...
@@ -146,7 +150,7 @@ residual2:
subband:
subband:
FIXME
FIXME
nb_plane_types = gray ? 1 : 2;
Tag description:
Tag description:
----------------
----------------
...
@@ -168,7 +172,11 @@ spatial_decomposition_count
...
@@ -168,7 +172,11 @@ spatial_decomposition_count
FIXME
FIXME
colorspace_type
colorspace_type
0
0 unspecified YcbCr
1 Gray
2 Gray + Alpha
3 GBR
4 GBRA
this MUST NOT change within a bitstream
this MUST NOT change within a bitstream
chroma_h_shift
chroma_h_shift
...
...
Write
Preview
Markdown
is supported
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