mirror of
https://github.com/nyanmisaka/ffmpeg-rockchip.git
synced 2025-10-06 17:29:08 +08:00
avfilter/vf_convolution: add 16-column operation for filter_column()
Based on patch by Xu Jun <xujunzz@sjtu.edu.cn>
This commit is contained in:
@@ -57,7 +57,7 @@ typedef struct ConvolutionContext {
|
||||
void (*filter[4])(uint8_t *dst, int width,
|
||||
float rdiv, float bias, const int *const matrix,
|
||||
const uint8_t *c[], int peak, int radius,
|
||||
int dstride, int stride);
|
||||
int dstride, int stride, int size);
|
||||
} ConvolutionContext;
|
||||
|
||||
void ff_convolution_init_x86(ConvolutionContext *s);
|
||||
|
Reference in New Issue
Block a user