|
FFmpeg
|
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 | SUBBAND_COUNT_3D 17 |
| #define | DWT_LEVELS 3 |
| #define | DWT_LEVELS_3D 6 |
Functions | |
| int | ff_cfhd_init_vlcs (CFHDContext *s) |
| #define VLC_BITS 9 |
Definition at line 103 of file cfhd.h.
Referenced by build_huff(), cfhd_decode(), cfhd_init_vlc(), decode_bgr_1(), decode_plane_bitstream(), fraps2_decode_plane(), generate_joint_tables(), huff_build(), init_static(), lag_decode_prob(), lag_init_static_data(), read_argb_line(), read_code_table(), read_huff_channels(), read_huffman_tables(), read_old_huffman_tables(), read_rgb24_component_line(), and read_yuv_component_line().
| #define SUBBAND_COUNT 10 |
Definition at line 104 of file cfhd.h.
Referenced by cfhd_decode(), cfhd_encode_close(), cfhd_encode_frame(), and init_frame_defaults().
| #define SUBBAND_COUNT_3D 17 |
Definition at line 105 of file cfhd.h.
Referenced by cfhd_decode(), and free_buffers().
| #define DWT_LEVELS 3 |
Definition at line 113 of file cfhd.h.
Referenced by alloc_buffers(), cfhd_decode(), and cfhd_encode_init().
| #define DWT_LEVELS_3D 6 |
Definition at line 114 of file cfhd.h.
Referenced by alloc_buffers(), cfhd_decode(), and free_buffers().
| enum CFHDParam |
| enum CFHDSegment |
| int ff_cfhd_init_vlcs | ( | CFHDContext * | s | ) |
Definition at line 181 of file cfhddata.c.
Referenced by cfhd_init().