|
FFmpeg
|
#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 | strips (AVFrame *frame, 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 |
|
static |
Definition at line 28 of file stripetest.c.
Referenced by encode_frame(), and test().
|
static |
Definition at line 52 of file stripetest.c.
Referenced by main().
| int main | ( | int | argc, |
| char ** | argv | ||
| ) |
Definition at line 93 of file stripetest.c.
| const typedef uint8_t* cuint8 |
Definition at line 26 of file stripetest.c.
Referenced by test().
1.8.17