libavfilter/libmpcodecs/vf_il.c File Reference
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include <inttypes.h>
#include <assert.h>
#include "mp_msg.h"
#include "img_format.h"
#include "mp_image.h"
#include "vf.h"
#include "libvo/fastmemcpy.h"
Go to the source code of this file.
|
Data Structures |
struct | FilterParam |
struct | vf_priv_s |
Functions |
static void | interleave (uint8_t *dst, uint8_t *src, int w, int h, int dstStride, int srcStride, int interleave, int swap) |
static int | put_image (struct vf_instance *vf, mp_image_t *mpi, double pts) |
static void | parse (FilterParam *fp, char *args) |
static int | vf_open (vf_instance_t *vf, char *args) |
Variables |
const vf_info_t | vf_info_il |
Function Documentation
static void interleave |
( |
uint8_t * |
dst, |
|
|
uint8_t * |
src, |
|
|
int |
w, |
|
|
int |
h, |
|
|
int |
dstStride, |
|
|
int |
srcStride, |
|
|
int |
interleave, |
|
|
int |
swap | |
|
) |
| | [static] |
static void parse |
( |
FilterParam * |
fp, |
|
|
char * |
args | |
|
) |
| | [static] |
Variable Documentation
Initial value:
{
"(de)interleave",
"il",
"Michael Niedermayer",
"",
vf_open,
NULL
}
Definition at line 139 of file vf_il.c.