FFmpeg
|
#include "libavcodec/cabac.c"
#include "libavutil/lfg.h"
#include "libavcodec/avcodec.h"
#include "libavcodec/put_bits.h"
Go to the source code of this file.
Data Structures | |
struct | CABACTestContext |
Macros | |
#define | SIZE 10240 |
Functions | |
static void | put_cabac_bit (CABACTestContext *c, int b) |
static void | renorm_cabac_encoder (CABACTestContext *c) |
static void | put_cabac (CABACTestContext *c, uint8_t *const state, int bit) |
static void | put_cabac_bypass (CABACTestContext *c, int bit) |
static int | put_cabac_terminate (CABACTestContext *c, int bit) |
static void | init_cabac_encoder (CABACTestContext *c, uint8_t *buf, int buf_size) |
int | main (void) |
|
inlinestatic |
Definition at line 35 of file cabac.c.
Referenced by put_cabac_bypass(), put_cabac_terminate(), and renorm_cabac_encoder().
|
inlinestatic |
Definition at line 43 of file cabac.c.
Referenced by put_cabac(), and put_cabac_terminate().
|
static |
|
static |
|
static |
|
static |