Go to the documentation of this file.
   35 #ifndef AVCODEC_SVQ1_H 
   36 #define AVCODEC_SVQ1_H 
   42 #define SVQ1_BLOCK_SKIP         0 
   43 #define SVQ1_BLOCK_INTER        1 
   44 #define SVQ1_BLOCK_INTER_4V     2 
   45 #define SVQ1_BLOCK_INTRA        3 
   47 #define SVQ1_BLOCK_SKIP_CODE    1 
   48 #define SVQ1_BLOCK_SKIP_LEN     1 
   49 #define SVQ1_BLOCK_INTER_CODE   1 
   50 #define SVQ1_BLOCK_INTER_LEN    2 
   51 #define SVQ1_BLOCK_INTRA_CODE   0 
   52 #define SVQ1_BLOCK_INTRA_LEN    3 
  
#define FF_VISIBILITY_PUSH_HIDDEN
const FF_VISIBILITY_PUSH_HIDDEN int8_t *const ff_svq1_inter_codebooks[6]
const int8_t *const ff_svq1_intra_codebooks[6]
const uint8_t ff_svq1_intra_multistage_vlc[6][8][2]
const uint16_t ff_svq1_inter_mean_vlc[512][2]
const uint16_t ff_svq1_frame_size_table[7][2]
#define FF_VISIBILITY_POP_HIDDEN
const uint8_t ff_svq1_inter_multistage_vlc[6][8][2]
const uint8_t ff_svq1_block_type_vlc[4][2]
const uint16_t ff_svq1_intra_mean_vlc[256][2]