Definition in file postprocess_internal.h.
Go to the source code of this file.
Classes | |
| struct | PPFilter |
| Postprocessng filter. More... | |
| struct | PPMode |
| Postprocessng mode. More... | |
| struct | PPContext |
| postprocess context. More... | |
Functions | |
| static int | CLIP (int a) |
| static void | linecpy (void *dest, void *src, int lines, int stride) |
| static int CLIP | ( | int | a | ) | [inline, static] |
Definition at line 80 of file postprocess_internal.h.
Referenced by deInterlaceFF(), deInterlaceInterpolateCubic(), deInterlaceL5(), mpeg2_idct_add_alpha(), mpeg2_idct_add_c(), mpeg2_idct_copy_alpha(), mpeg2_idct_copy_c(), mpeg2_idct_init(), and uLawFrom16BitLinear().
| static void linecpy | ( | void * | dest, | |
| void * | src, | |||
| int | lines, | |||
| int | stride | |||
| ) | [inline, static] |
1.5.5