Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Contribute to GitLab
Sign in / Register
Toggle navigation
F
ffmpeg.wasm-core
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
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Linshizhi
ffmpeg.wasm-core
Commits
21858b06
Commit
21858b06
authored
Feb 10, 2019
by
Reto Kromer
Committed by
Carl Eugen Hoyos
Feb 10, 2019
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
doc/snow: fix typos
parent
885a80d1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
12 additions
and
12 deletions
+12
-12
snow.txt
doc/snow.txt
+12
-12
No files found.
doc/snow.txt
View file @
21858b06
...
@@ -172,7 +172,7 @@ spatial_decomposition_count
...
@@ -172,7 +172,7 @@ spatial_decomposition_count
FIXME
FIXME
colorspace_type
colorspace_type
0 unspecified Y
c
bCr
0 unspecified Y
C
bCr
1 Gray
1 Gray
2 Gray + Alpha
2 Gray + Alpha
3 GBR
3 GBR
...
@@ -235,7 +235,7 @@ spatial_decomposition_type
...
@@ -235,7 +235,7 @@ spatial_decomposition_type
stored as delta from last, last is reset to 0 if always_reset || keyframe
stored as delta from last, last is reset to 0 if always_reset || keyframe
qlog
qlog
quality (logarthmic quantizer scale)
quality (logar
i
thmic quantizer scale)
stored as delta from last, last is reset to 0 if always_reset || keyframe
stored as delta from last, last is reset to 0 if always_reset || keyframe
mv_scale
mv_scale
...
@@ -251,11 +251,11 @@ block_max_depth
...
@@ -251,11 +251,11 @@ block_max_depth
stored as delta from last, last is reset to 0 if always_reset || keyframe
stored as delta from last, last is reset to 0 if always_reset || keyframe
quant_table
quant_table
quantiz
t
ation table
quantization table
Highlevel bitstream structure:
Highlevel bitstream structure:
=============================
=============================
=
--------------------------------------------
--------------------------------------------
| Header |
| Header |
--------------------------------------------
--------------------------------------------
...
@@ -303,7 +303,7 @@ Decoding process:
...
@@ -303,7 +303,7 @@ Decoding process:
| Intra DC | |
| Intra DC | |
| | LL0 subband prediction
| | LL0 subband prediction
------------ |
------------ |
\ Dequantizaton
\ Dequantizat
i
on
------------------- \ |
------------------- \ |
| Reference frames | \ IDWT
| Reference frames | \ IDWT
| ------- ------- | Motion \ |
| ------- ------- | Motion \ |
...
@@ -390,8 +390,8 @@ motion vector prediction
...
@@ -390,8 +390,8 @@ motion vector prediction
(mvx_diff, mvy_diff)*mv_scale
(mvx_diff, mvy_diff)*mv_scale
Intra DC Predicton:
Intra DC Predict
i
on:
====================
==
====================
the luma and chroma values of the left block are used as predictors
the luma and chroma values of the left block are used as predictors
the used luma and chroma is the sum of the predictor and y_diff, cb_diff, cr_diff
the used luma and chroma is the sum of the predictor and y_diff, cb_diff, cr_diff
...
@@ -407,7 +407,7 @@ Motion Compensation:
...
@@ -407,7 +407,7 @@ Motion Compensation:
Halfpel interpolation:
Halfpel interpolation:
----------------------
----------------------
h
alfpel interpolation is done by convolution with the halfpel filter stored
H
alfpel interpolation is done by convolution with the halfpel filter stored
in the header:
in the header:
horizontal halfpel samples are found by
horizontal halfpel samples are found by
...
@@ -463,8 +463,8 @@ to the closest available fullpel sample
...
@@ -463,8 +463,8 @@ to the closest available fullpel sample
Smaller pel interpolation:
Smaller pel interpolation:
--------------------------
--------------------------
if diag_mc is set then points which lie on a line between 2 vertically,
if diag_mc is set then points which lie on a line between 2 vertically,
horiz
i
ontally or diagonally adjacent halfpel points shall be interpolated
horizontally or diagonally adjacent halfpel points shall be interpolated
linearl
s
with rounding to nearest and halfway values rounded up.
linearl
y
with rounding to nearest and halfway values rounded up.
points which lie on 2 diagonals at the same time should only use the one
points which lie on 2 diagonals at the same time should only use the one
diagonal not containing the fullpel point
diagonal not containing the fullpel point
...
@@ -519,8 +519,8 @@ width,height here are the width and height of the LL0 subband not of the final
...
@@ -519,8 +519,8 @@ width,height here are the width and height of the LL0 subband not of the final
video
video
Dequantizaton:
Dequantizat
i
on:
==============
==============
=
FIXME
FIXME
Wavelet Transform:
Wavelet Transform:
...
...
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