avfilter/vf_w3fdif: add >8 but <16 bit support
Signed-off-by: Paul B Mahol <onemda@gmail.com>
This commit is contained in:
@@ -39,9 +39,10 @@ typedef struct W3FDIFDSPContext {
|
||||
uint8_t *in_lines_cur[5],
|
||||
uint8_t *in_lines_adj[5],
|
||||
const int16_t *coef, int linesize);
|
||||
void (*filter_scale)(uint8_t *out_pixel, const int32_t *work_pixel, int linesize);
|
||||
void (*filter_scale)(uint8_t *out_pixel, const int32_t *work_pixel,
|
||||
int linesize, int max);
|
||||
} W3FDIFDSPContext;
|
||||
|
||||
void ff_w3fdif_init_x86(W3FDIFDSPContext *dsp);
|
||||
void ff_w3fdif_init_x86(W3FDIFDSPContext *dsp, int depth);
|
||||
|
||||
#endif /* AVFILTER_W3FDIF_H */
|
||||
|
||||
Reference in New Issue
Block a user