|
FFmpeg
|
#include "avfilter.h"Go to the source code of this file.
Data Structures | |
| struct | ConvolutionContext |
Enumerations | |
| enum | MatrixMode { MATRIX_SQUARE, MATRIX_ROW, MATRIX_COLUMN, MATRIX_NBMODES } |
Functions | |
| void | ff_convolution_init_x86 (ConvolutionContext *s) |
| enum MatrixMode |
| Enumerator | |
|---|---|
| MATRIX_SQUARE | |
| MATRIX_ROW | |
| MATRIX_COLUMN | |
| MATRIX_NBMODES | |
Definition at line 25 of file convolution.h.
| void ff_convolution_init_x86 | ( | ConvolutionContext * | s | ) |
Definition at line 32 of file vf_convolution_init.c.
Referenced by config_input().
1.8.17