|
FFmpeg
|
#include "libavutil/avassert.h"#include "libavutil/lfg.h"#include "libavutil/random_seed.h"#include "libavcodec/bitstream.h"#include "libavcodec/defs.h"#include "libavcodec/put_bits.h"Go to the source code of this file.
Macros | |
| #define | ASSERT_LEVEL 2 |
| #define | SIZE 157 |
Enumerations | |
| enum | Op { OP_READ , OP_READ_NZ , OP_READ_BIT , OP_READ_63 , OP_READ_64 , OP_READ_SIGNED , OP_READ_SIGNED_NZ , OP_APPLY_SIGN , OP_ALIGN , OP_NB } |
Functions | |
| int | main (int argc, char **argv) |
| #define ASSERT_LEVEL 2 |
Definition at line 22 of file bitstream_template.c.
Referenced by main().
| #define SIZE 157 |
Definition at line 36 of file bitstream_template.c.
Referenced by check(), filter_slice(), main(), main(), and run_psnr().
| enum Op |
| Enumerator | |
|---|---|
| OP_READ | |
| OP_READ_NZ | |
| OP_READ_BIT | |
| OP_READ_63 | |
| OP_READ_64 | |
| OP_READ_SIGNED | |
| OP_READ_SIGNED_NZ | |
| OP_APPLY_SIGN | |
| OP_ALIGN | |
| OP_NB | |
Definition at line 38 of file bitstream_template.c.
| int main | ( | int | argc, |
| char ** | argv ) |
Definition at line 51 of file bitstream_template.c.