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
4d6a1161
Commit
4d6a1161
authored
Sep 18, 2008
by
Diego Biurrun
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
small wording fixes
Originally committed as revision 15358 to
svn://svn.ffmpeg.org/ffmpeg/trunk
parent
b30cb420
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
5 deletions
+5
-5
swscale.txt
doc/swscale.txt
+5
-5
No files found.
doc/swscale.txt
View file @
4d6a1161
...
@@ -49,11 +49,11 @@ Main path
...
@@ -49,11 +49,11 @@ Main path
Input to YUV Converter
Input to YUV Converter
When the input to the main path is not planar 8 bits per component YUV or
When the input to the main path is not planar 8 bits per component YUV or
8-bit gray
then it is converted to planar 8-bit YUV. 2
sets of converters
8-bit gray
, it is converted to planar 8-bit YUV. Two
sets of converters
exist for this currently: One performs horizontal downscaling by 2
exist for this currently: One performs horizontal downscaling by 2
before the conversion, the other leaves the full chroma resolution
before the conversion, the other leaves the full chroma resolution
,
but is slightly slower. The scaler will try to preserve full chroma
but is slightly slower. The scaler will try to preserve full chroma
here
when the output uses it. It is possible to force full chroma with
when the output uses it. It is possible to force full chroma with
SWS_FULL_CHR_H_INP even for cases where the scaler thinks it is useless.
SWS_FULL_CHR_H_INP even for cases where the scaler thinks it is useless.
Horizontal scaler
Horizontal scaler
...
@@ -62,8 +62,8 @@ Horizontal scaler
...
@@ -62,8 +62,8 @@ Horizontal scaler
using specially tuned pshufw instructions.
using specially tuned pshufw instructions.
The remaining scalers are specially-tuned for various filter lengths.
The remaining scalers are specially-tuned for various filter lengths.
They scale 8-bit unsigned planar data to 16-bit signed planar data.
They scale 8-bit unsigned planar data to 16-bit signed planar data.
Future >8 bits per component inputs will need to add a new
scaler here
Future >8 bits per component inputs will need to add a new
horizontal
that preserves the input precision.
scaler
that preserves the input precision.
Vertical scaler and output converter
Vertical scaler and output converter
There is a large number of combined vertical scalers + output converters.
There is a large number of combined vertical scalers + output converters.
...
...
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