avfilter/vf_unsharp: add 10bit support
Signed-off-by: Limin Wang <lance.lmwang@gmail.com>
This commit is contained in:
parent
0302728c9e
commit
ee792ebe08
2 changed files with 90 additions and 75 deletions
|
@ -48,9 +48,12 @@ typedef struct UnsharpContext {
|
|||
UnsharpFilterParam luma; ///< luma parameters (width, height, amount)
|
||||
UnsharpFilterParam chroma; ///< chroma parameters (width, height, amount)
|
||||
int hsub, vsub;
|
||||
int bitdepth;
|
||||
int bps;
|
||||
int nb_threads;
|
||||
int opencl;
|
||||
int (* apply_unsharp)(AVFilterContext *ctx, AVFrame *in, AVFrame *out);
|
||||
int (* unsharp_slice)(AVFilterContext *ctx, void *arg, int jobnr, int nb_jobs);
|
||||
} UnsharpContext;
|
||||
|
||||
#endif /* AVFILTER_UNSHARP_H */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue