Searched refs:RV34VLC (Results 1 - 4 of 4) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavcodec/
H A Drv34.h64 typedef struct RV34VLC{ struct
71 }RV34VLC; typedef in typeref:struct:RV34VLC
94 RV34VLC *cur_vlcs; ///< VLC set used for current frame decoding
H A Drv34.c67 static RV34VLC intra_vlcs[NUM_INTRA_TABLES], inter_vlcs[NUM_INTER_TABLES];
186 static int rv34_decode_cbp(GetBitContext *gb, RV34VLC *vlc, int table)
290 static inline int rv34_decode_block(DCTELEM *dst, GetBitContext *gb, RV34VLC *rvlc, int fc, int sc, int q_dc, int q_ac1, int q_ac2)
345 static inline RV34VLC* choose_vlc_set(int quant, int mod, int type)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/
H A Drv34.h63 typedef struct RV34VLC{ struct
70 }RV34VLC; typedef in typeref:struct:RV34VLC
93 RV34VLC *cur_vlcs; ///< VLC set used for current frame decoding
H A Drv34.c69 static RV34VLC intra_vlcs[NUM_INTRA_TABLES], inter_vlcs[NUM_INTER_TABLES];
188 static int rv34_decode_cbp(GetBitContext *gb, RV34VLC *vlc, int table)
287 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)
342 static inline RV34VLC* choose_vlc_set(int quant, int mod, int type)

Completed in 59 milliseconds