Go to the documentation of this file.
35 #ifndef AVCODEC_SVQ1_H
36 #define AVCODEC_SVQ1_H
40 #define SVQ1_BLOCK_SKIP 0
41 #define SVQ1_BLOCK_INTER 1
42 #define SVQ1_BLOCK_INTER_4V 2
43 #define SVQ1_BLOCK_INTRA 3
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 int8_t *const ff_svq1_inter_codebooks[6]
const uint16_t ff_svq1_frame_size_table[7][2]
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]