Lines Matching refs:VLC
61 * VLC tables used by the decoder
63 * Intra frame VLC sets do not contain some of those tables.
66 VLC cbppattern[2]; ///< VLCs used for pattern of coded block patterns decoding
67 VLC cbp[2][4]; ///< VLCs used for coded block patterns decoding
68 VLC first_pattern[4]; ///< VLCs used for decoding coefficients in the first subblock
69 VLC second_pattern[2]; ///< VLCs used for decoding coefficients in the subblocks 2 and 3
70 VLC third_pattern[2]; ///< VLCs used for decoding coefficients in the last subblock
71 VLC coefficient; ///< VLCs used for decoding big coefficients
95 RV34VLC *cur_vlcs; ///< VLC set used for current frame decoding
101 int luma_vlc; ///< which VLC set will be used for decoding of luma blocks
102 int chroma_vlc; ///< which VLC set will be used for decoding of chroma blocks