FFmpeg
Functions | Variables
stripetest.c File Reference
#include "libavutil/frame.h"
#include "libavutil/adler32.h"
#include "libpostproc/postprocess.h"

Go to the source code of this file.

Functions

static void strips (AVFrame *frame, int mul)
 
static int64_t chksum (AVFrame *f)
 
static int64_t test (int width, int height, const char *testname, int mul, int flags, int pict_type, int quality)
 
int main (int argc, char **argv)
 

Variables

const typedef uint8_t * cuint8
 

Function Documentation

◆ strips()

static void strips ( AVFrame frame,
int  mul 
)
static

Definition at line 27 of file stripetest.c.

Referenced by encode_frame(), and test().

◆ chksum()

static int64_t chksum ( AVFrame f)
static

Definition at line 51 of file stripetest.c.

Referenced by test().

◆ test()

static int64_t test ( int  width,
int  height,
const char *  testname,
int  mul,
int  flags,
int  pict_type,
int  quality 
)
static

Definition at line 66 of file stripetest.c.

Referenced by main().

◆ main()

int main ( int  argc,
char **  argv 
)

Definition at line 107 of file stripetest.c.

Variable Documentation

◆ cuint8

const typedef uint8_t* cuint8

Definition at line 25 of file stripetest.c.

Referenced by test().