| FFmpeg
    | 
#include <inttypes.h>Go to the source code of this file.
| Macros | |
| #define | MAX_OR_VLC_BITS 7 | 
| #define | MAX_DC_VLC_BITS 14 | 
| #define | MAX_AC_VLC_BITS 16 | 
| Variables | |
| static const uint16_t | x8_orient_lowquant_table [4][12][2] | 
| static const uint16_t | x8_orient_highquant_table [2][12][2] | 
| static const uint16_t | x8_dc_lowquant_table [8][34][2] | 
| static const uint16_t | x8_dc_highquant_table [8][34][2] | 
| static const uint16_t | x8_ac0_lowquant_table [8][77][2] | 
| static const uint16_t | x8_ac0_highquant_table [8][77][2] | 
| static const uint16_t | x8_ac1_lowquant_table [8][77][2] | 
| static const uint16_t | x8_ac1_highquant_table [8][77][2] | 
| #define MAX_OR_VLC_BITS 7 | 
Definition at line 56 of file intrax8huf.h.
| #define MAX_DC_VLC_BITS 14 | 
Definition at line 226 of file intrax8huf.h.
| #define MAX_AC_VLC_BITS 16 | 
Definition at line 916 of file intrax8huf.h.
| 
 | static | 
Definition at line 25 of file intrax8huf.h.
Referenced by x8_vlc_init().
| 
 | static | 
Definition at line 45 of file intrax8huf.h.
Referenced by x8_vlc_init().
| 
 | static | 
Definition at line 59 of file intrax8huf.h.
Referenced by x8_vlc_init().
| 
 | static | 
Definition at line 143 of file intrax8huf.h.
Referenced by x8_vlc_init().
| 
 | static | 
Definition at line 229 of file intrax8huf.h.
Referenced by x8_vlc_init().
| 
 | static | 
Definition at line 401 of file intrax8huf.h.
Referenced by x8_vlc_init().
| 
 | static | 
Definition at line 573 of file intrax8huf.h.
Referenced by x8_vlc_init().
| 
 | static | 
Definition at line 745 of file intrax8huf.h.
Referenced by x8_vlc_init().
 1.8.2
 1.8.2