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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/
H A Dvp3.c132 typedef struct Vp3DecodeContext { struct
259 } Vp3DecodeContext; typedef in typeref:struct:Vp3DecodeContext
267 Vp3DecodeContext *s = avctx->priv_data;
281 Vp3DecodeContext *s = avctx->priv_data;
293 Vp3DecodeContext *s = avctx->priv_data;
333 static int init_block_mapping(Vp3DecodeContext *s)
367 static void init_dequantizer(Vp3DecodeContext *s, int qpi)
409 static void init_loop_filter(Vp3DecodeContext *s)
438 static int unpack_superblocks(Vp3DecodeContext *s, GetBitContext *gb)
590 static int unpack_modes(Vp3DecodeContext *
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavcodec/
H A Dvp3.c127 typedef struct Vp3DecodeContext { struct
250 } Vp3DecodeContext; typedef in typeref:struct:Vp3DecodeContext
258 Vp3DecodeContext *s = avctx->priv_data;
278 Vp3DecodeContext *s = avctx->priv_data;
320 static int init_block_mapping(Vp3DecodeContext *s)
351 static void init_dequantizer(Vp3DecodeContext *s, int qpi)
391 static void init_loop_filter(Vp3DecodeContext *s)
419 static int unpack_superblocks(Vp3DecodeContext *s, GetBitContext *gb)
573 static int unpack_modes(Vp3DecodeContext *s, GetBitContext *gb)
679 static int unpack_vectors(Vp3DecodeContext *
[all...]

Completed in 86 milliseconds