| FFmpeg
    | 
#include <stdint.h>#include "libavutil/avassert.h"#include "avcodec.h"#include "bytestream.h"#include "get_bits.h"#include "vlc.h"Go to the source code of this file.
| Data Structures | |
| struct | CFHD_RL_VLC_ELEM | 
| struct | SubBand | 
| struct | Plane | 
| struct | Peak | 
| struct | CFHDContext | 
| Macros | |
| #define | VLC_BITS 9 | 
| #define | SUBBAND_COUNT 10 | 
| #define | DWT_LEVELS 3 | 
| Functions | |
| int | ff_cfhd_init_vlcs (CFHDContext *s) | 
| int ff_cfhd_init_vlcs | ( | CFHDContext * | s | ) | 
Similar to dv.c, generate signed VLC tables
Definition at line 276 of file cfhddata.c.
Referenced by cfhd_init().
 1.8.17
 1.8.17