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

/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/minidlna/ffmpeg-0.5.1/libavcodec/
H A Dffv1.c149 typedef struct VlcState{ struct
154 } VlcState; typedef in typeref:struct:VlcState
159 VlcState *vlc_state;
267 static inline void update_vlc_state(VlcState * const state, const int v){
298 static inline void put_vlc_symbol(PutBitContext *pb, VlcState * const state, int v, int bits){
325 static inline int get_vlc_symbol(GetBitContext *gb, VlcState * const state, int bits){
584 if(!p->vlc_state) p->vlc_state= av_malloc(p->context_count*sizeof(VlcState));
922 if(!p->vlc_state) p->vlc_state= av_malloc(p->context_count*sizeof(VlcState));

Completed in 94 milliseconds