FFmpeg
|
Go to the source code of this file.
Functions | |
void | ff_anaglyph_sse4 (uint8_t *dst, uint8_t *lsrc, uint8_t *rsrc, ptrdiff_t dst_linesize, ptrdiff_t l_linesize, ptrdiff_t r_linesize, int width, int height, const int *ana_matrix_r, const int *ana_matrix_g, const int *ana_matrix_b) |
void | ff_stereo3d_init_x86 (Stereo3DDSPContext *dsp) |
void ff_anaglyph_sse4 | ( | uint8_t * | dst, |
uint8_t * | lsrc, | ||
uint8_t * | rsrc, | ||
ptrdiff_t | dst_linesize, | ||
ptrdiff_t | l_linesize, | ||
ptrdiff_t | r_linesize, | ||
int | width, | ||
int | height, | ||
const int * | ana_matrix_r, | ||
const int * | ana_matrix_g, | ||
const int * | ana_matrix_b | ||
) |
Referenced by ff_stereo3d_init_x86().
void ff_stereo3d_init_x86 | ( | Stereo3DDSPContext * | dsp | ) |
Definition at line 30 of file vf_stereo3d_init.c.
Referenced by config_output().