RV34VLC            57 libavcodec/rv34.c static RV34VLC intra_vlcs[NUM_INTRA_TABLES], inter_vlcs[NUM_INTER_TABLES];
RV34VLC           220 libavcodec/rv34.c static int rv34_decode_cbp(GetBitContext *gb, RV34VLC *vlc, int table)
RV34VLC           303 libavcodec/rv34.c static inline void rv34_decode_block(DCTELEM *dst, GetBitContext *gb, RV34VLC *rvlc, int fc, int sc)
RV34VLC           380 libavcodec/rv34.c static inline RV34VLC* choose_vlc_set(int quant, int mod, int type)
RV34VLC            91 libavcodec/rv34.h     RV34VLC *cur_vlcs;       ///< VLC set used for current frame decoding