Go to the source code of this file.
Functions | |
| int | get_sws_cpuflags (void) |
| struct SwsContext * | sws_getContextFromCmdLine (int srcW, int srcH, int srcFormat, int dstW, int dstH, int dstFormat) |
Variables | |
| int | sws_chr_vshift |
| int | sws_chr_hshift |
| float | sws_chr_gblur |
| float | sws_lum_gblur |
| float | sws_chr_sharpen |
| float | sws_lum_sharpen |
| int | sws_flags |
| int get_sws_cpuflags | ( | void | ) |
Definition at line 291 of file vf_mp.c.
Referenced by allocStuff(), and sws_getContextFromCmdLine().
| struct SwsContext* sws_getContextFromCmdLine | ( | int | srcW, | |
| int | srcH, | |||
| int | srcFormat, | |||
| int | dstW, | |||
| int | dstH, | |||
| int | dstFormat | |||
| ) | [read] |
| float sws_chr_gblur |
| int sws_chr_hshift |
| float sws_chr_sharpen |
| int sws_chr_vshift |
| int sws_flags |
| float sws_lum_gblur |
| float sws_lum_sharpen |
1.5.6