Searched refs:RV34VLC (Results 1 - 2 of 2) sorted by relevance
/third_party/ffmpeg/libavcodec/ |
H A D | rv34.h | 65 typedef struct RV34VLC{ struct 72 }RV34VLC; typedef 95 RV34VLC *cur_vlcs; ///< VLC set used for current frame decoding
|
H A D | rv34.c | 75 static RV34VLC intra_vlcs[NUM_INTRA_TABLES], inter_vlcs[NUM_INTER_TABLES]; 182 static int rv34_decode_cbp(GetBitContext *gb, RV34VLC *vlc, int table) in rv34_decode_cbp() 281 static int rv34_decode_block(int16_t *dst, GetBitContext *gb, RV34VLC *rvlc, int fc, int sc, int q_dc, int q_ac1, int q_ac2) in rv34_decode_block() 336 static inline RV34VLC* choose_vlc_set(int quant, int mod, int type) in choose_vlc_set()
|
Completed in 4 milliseconds