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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavcodec/
H A Deacmv.c35 typedef struct CmvContext { struct
42 } CmvContext; typedef in typeref:struct:CmvContext
45 CmvContext *s = avctx->priv_data;
51 static void cmv_decode_intra(CmvContext * s, const uint8_t *buf, const uint8_t *buf_end){
81 static void cmv_decode_inter(CmvContext * s, const uint8_t *buf, const uint8_t *buf_end){
117 static void cmv_process_header(CmvContext *s, const uint8_t *buf, const uint8_t *buf_end)
153 CmvContext *s = avctx->priv_data;
200 CmvContext *s = avctx->priv_data;
215 .priv_data_size = sizeof(CmvContext),
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/
H A Deacmv.c37 typedef struct CmvContext { struct
43 } CmvContext; typedef in typeref:struct:CmvContext
46 CmvContext *s = avctx->priv_data;
62 static void cmv_decode_intra(CmvContext * s, AVFrame *frame,
94 static void cmv_decode_inter(CmvContext *s, AVFrame *frame, const uint8_t *buf,
133 static int cmv_process_header(CmvContext *s, const uint8_t *buf, const uint8_t *buf_end)
180 CmvContext *s = avctx->priv_data;
228 CmvContext *s = avctx->priv_data;
241 .priv_data_size = sizeof(CmvContext),

Completed in 43 milliseconds