Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
F
ffmpeg
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Samuel Mira
ffmpeg
Commits
c4f317e7
Commit
c4f317e7
authored
12 years ago
by
Clément Bœsch
Browse files
Options
Downloads
Patches
Plain Diff
pp: fix a few typo in the internal header.
parent
b3bf9b1d
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
libpostproc/postprocess_internal.h
+8
-8
8 additions, 8 deletions
libpostproc/postprocess_internal.h
with
8 additions
and
8 deletions
libpostproc/postprocess_internal.h
+
8
−
8
View file @
c4f317e7
...
@@ -20,7 +20,7 @@
...
@@ -20,7 +20,7 @@
/**
/**
* @file
* @file
* internal
api
header.
* internal
API
header.
*/
*/
#ifndef POSTPROC_POSTPROCESS_INTERNAL_H
#ifndef POSTPROC_POSTPROCESS_INTERNAL_H
...
@@ -53,7 +53,7 @@
...
@@ -53,7 +53,7 @@
#define H_X1_FILTER 0x2000 // 8192
#define H_X1_FILTER 0x2000 // 8192
#define H_A_DEBLOCK 0x4000
#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
#define FULL_Y_RANGE 0x8000 // 32768
//Deinterlacing Filters
//Deinterlacing Filters
...
@@ -80,7 +80,7 @@ static inline int CLIP(int a){
...
@@ -80,7 +80,7 @@ static inline int CLIP(int a){
else
return
a
;
else
return
a
;
}
}
/**
/**
* Postprocessng filter.
* Postprocess
i
ng filter.
*/
*/
struct
PPFilter
{
struct
PPFilter
{
const
char
*
shortName
;
const
char
*
shortName
;
...
@@ -92,15 +92,15 @@ struct PPFilter{
...
@@ -92,15 +92,15 @@ struct PPFilter{
};
};
/**
/**
* Postprocessng mode.
* Postprocess
i
ng mode.
*/
*/
typedef
struct
PPMode
{
typedef
struct
PPMode
{
int
lumMode
;
///< acivates filters for luminance
int
lumMode
;
///< ac
t
ivates filters for luminance
int
chromMode
;
///< acivates filters for chrominance
int
chromMode
;
///< ac
t
ivates filters for chrominance
int
error
;
///< non zero on error
int
error
;
///< non zero on error
int
minAllowedY
;
///< for brigtness correction
int
minAllowedY
;
///< for brig
h
tness correction
int
maxAllowedY
;
///< for brihtness correction
int
maxAllowedY
;
///< for bri
g
htness correction
float
maxClippedThreshold
;
///< amount of "black" you are willing to lose to get a brightness-corrected picture
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)
int
maxTmpNoise
[
3
];
///< for Temporal Noise Reducing filter (Maximal sum of abs differences)
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment