Searched refs:RV34VLC (Results 1 – 2 of 2) sorted by relevance
/third_party/ffmpeg/libavcodec/ |
D | rv34.h | 65 typedef struct RV34VLC{ struct 72 }RV34VLC; argument 95 RV34VLC *cur_vlcs; ///< VLC set used for current frame decoding
|
D | rv34.c | 73 static RV34VLC intra_vlcs[NUM_INTRA_TABLES], inter_vlcs[NUM_INTER_TABLES]; 180 static int rv34_decode_cbp(GetBitContext *gb, RV34VLC *vlc, int table) in rv34_decode_cbp() 279 static int rv34_decode_block(int16_t *dst, GetBitContext *gb, RV34VLC *rvlc, int fc, int sc, int q_… in rv34_decode_block() 334 static inline RV34VLC* choose_vlc_set(int quant, int mod, int type) in choose_vlc_set()
|