FFmpeg
Loading...
Searching...
No Matches
bitstream_template.c File Reference

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)
 

Macro Definition Documentation

◆ ASSERT_LEVEL

#define ASSERT_LEVEL   2

Definition at line 22 of file bitstream_template.c.

Referenced by main().

◆ SIZE

#define SIZE   157

Definition at line 36 of file bitstream_template.c.

Referenced by check(), filter_slice(), main(), main(), and run_psnr().

Enumeration Type Documentation

◆ Op

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.

Function Documentation

◆ main()

int main ( int argc,
char ** argv )

Definition at line 51 of file bitstream_template.c.