| 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 59 of file intrax8huf.h.
| #define MAX_DC_VLC_BITS 14 | 
Definition at line 242 of file intrax8huf.h.
| #define MAX_AC_VLC_BITS 16 | 
Definition at line 959 of file intrax8huf.h.
| 
 | static | 
Definition at line 24 of file intrax8huf.h.
Referenced by x8_vlc_init().
| 
 | static | 
Definition at line 47 of file intrax8huf.h.
Referenced by x8_vlc_init().
| 
 | static | 
Definition at line 61 of file intrax8huf.h.
Referenced by x8_vlc_init().
| 
 | static | 
Definition at line 152 of file intrax8huf.h.
Referenced by x8_vlc_init().
| 
 | static | 
Definition at line 244 of file intrax8huf.h.
Referenced by x8_vlc_init().
| 
 | static | 
Definition at line 423 of file intrax8huf.h.
Referenced by x8_vlc_init().
| 
 | static | 
Definition at line 602 of file intrax8huf.h.
Referenced by x8_vlc_init().
| 
 | static | 
Definition at line 781 of file intrax8huf.h.
Referenced by x8_vlc_init().
 1.8.17
 1.8.17