FFmpeg
All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Modules Pages
Functions | Variables
temptest.c File Reference
#include "libavutil/frame.h"
#include "libavutil/adler32.h"
#include "libpostproc/postprocess.h"
#include "test_utils.h"

Go to the source code of this file.

Functions

static void stuff (AVFrame *frame, unsigned *state, int mul)
 
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

◆ stuff()

static void stuff ( AVFrame frame,
unsigned *  state,
int  mul 
)
static

Definition at line 28 of file temptest.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 45 of file temptest.c.

Referenced by main().

◆ main()

int main ( int  argc,
char **  argv 
)

Definition at line 90 of file temptest.c.

Variable Documentation

◆ cuint8

const typedef uint8_t* cuint8

Definition at line 26 of file temptest.c.

Referenced by test().