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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/
H A Dpafvideo.c50 typedef struct PAFVideoDecContext { struct
63 } PAFVideoDecContext; typedef in typeref:struct:PAFVideoDecContext
67 PAFVideoDecContext *c = avctx->priv_data;
80 PAFVideoDecContext *c = avctx->priv_data;
112 static void read4x4block(PAFVideoDecContext *c, uint8_t *dst, int width)
146 static void set_src_position(PAFVideoDecContext *c,
159 static int decode_0(PAFVideoDecContext *c, uint8_t *pkt, uint8_t code)
267 PAFVideoDecContext *c = avctx->priv_data;
393 .priv_data_size = sizeof(PAFVideoDecContext),

Completed in 82 milliseconds