FFmpeg
|
#include <stdlib.h>
#include "libavutil/common.h"
#include "cabac_functions.h"
#include "cabac_tablegen.h"
#include "tableprint.h"
Go to the source code of this file.
Macros | |
#define | CONFIG_HARDCODED_TABLES 0 |
Functions | |
av_const int | av_log2 (unsigned v) |
int | main (void) |
#define CONFIG_HARDCODED_TABLES 0 |
Definition at line 27 of file cabac_tablegen.c.
av_const int av_log2 | ( | unsigned | v | ) |
Definition at line 28 of file cabac_tablegen.c.
int main | ( | void | ) |
Definition at line 32 of file cabac_tablegen.c.