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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/
H A Dffv1.h56 typedef struct VlcState { struct
61 } VlcState; typedef in typeref:struct:VlcState
68 VlcState *vlc_state;
184 static inline void update_vlc_state(VlcState *const state, const int v)
H A Dffv1.c84 p->vlc_state = av_malloc_array(p->context_count, sizeof(VlcState));
H A Dffv1dec.c67 static inline int get_vlc_symbol(GetBitContext *gb, VlcState *const state,
H A Dffv1enc.c235 static inline void put_vlc_symbol(PutBitContext *pb, VlcState *const state,
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavcodec/
H A Dffv1.c140 typedef struct VlcState{ struct
145 } VlcState; typedef in typeref:struct:VlcState
152 VlcState *vlc_state;
353 static inline void update_vlc_state(VlcState * const state, const int v){
384 static inline void put_vlc_symbol(PutBitContext *pb, VlcState * const state, int v, int bits){
411 static inline int get_vlc_symbol(GetBitContext *gb, VlcState * const state, int bits){
689 if(!p->vlc_state) p->vlc_state= av_malloc(p->context_count*sizeof(VlcState));

Completed in 81 milliseconds