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
c4f317e7
Commit
c4f317e7
authored
Jul 19, 2012
by
Clément Bœsch
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
pp: fix a few typo in the internal header.
parent
b3bf9b1d
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
8 additions
and
8 deletions
+8
-8
postprocess_internal.h
libpostproc/postprocess_internal.h
+8
-8
No files found.
libpostproc/postprocess_internal.h
View file @
c4f317e7
...
...
@@ -20,7 +20,7 @@
/**
* @file
* internal
api
header.
* internal
API
header.
*/
#ifndef POSTPROC_POSTPROCESS_INTERNAL_H
...
...
@@ -53,7 +53,7 @@
#define H_X1_FILTER 0x2000 // 8192
#define H_A_DEBLOCK 0x4000
/// select between full y range (255-0) or standar
t
one (234-16)
/// select between full y range (255-0) or standar
d
one (234-16)
#define FULL_Y_RANGE 0x8000 // 32768
//Deinterlacing Filters
...
...
@@ -80,7 +80,7 @@ static inline int CLIP(int a){
else
return
a
;
}
/**
* Postprocessng filter.
* Postprocess
i
ng filter.
*/
struct
PPFilter
{
const
char
*
shortName
;
...
...
@@ -92,15 +92,15 @@ struct PPFilter{
};
/**
* Postprocessng mode.
* Postprocess
i
ng mode.
*/
typedef
struct
PPMode
{
int
lumMode
;
///< acivates filters for luminance
int
chromMode
;
///< acivates filters for chrominance
int
lumMode
;
///< ac
t
ivates filters for luminance
int
chromMode
;
///< ac
t
ivates filters for chrominance
int
error
;
///< non zero on error
int
minAllowedY
;
///< for brigtness correction
int
maxAllowedY
;
///< for brihtness correction
int
minAllowedY
;
///< for brig
h
tness correction
int
maxAllowedY
;
///< for bri
g
htness correction
float
maxClippedThreshold
;
///< amount of "black" you are willing to lose to get a brightness-corrected picture
int
maxTmpNoise
[
3
];
///< for Temporal Noise Reducing filter (Maximal sum of abs differences)
...
...
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