Searched refs:DVVideoContext (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 Ddv.h40 typedef struct DVVideoContext { struct
54 } DVVideoContext; typedef in typeref:struct:DVVideoContext
98 int ff_dv_init_dynamic_tables(DVVideoContext *s, const AVDVProfile *d);
111 static inline void dv_calculate_mb_xy(DVVideoContext *s, DVwork_chunk *work_chunk, int m, int *mb_x, int *mb_y)
H A Ddvdec.c65 DVVideoContext *s = avctx->priv_data;
163 DVVideoContext *s = avctx->priv_data;
349 DVVideoContext *s = avctx->priv_data;
414 .priv_data_size = sizeof(DVVideoContext),
H A Ddv.c178 int ff_dv_init_dynamic_tables(DVVideoContext *ctx, const AVDVProfile *d)
237 DVVideoContext *s = avctx->priv_data;
H A Ddvenc.c42 DVVideoContext *s = avctx->priv_data;
203 static av_always_inline int dv_guess_dct_mode(DVVideoContext *s, uint8_t *data, int linesize) {
238 static av_always_inline int dv_init_enc_block(EncBlockInfo* bi, uint8_t *data, int linesize, DVVideoContext *s, int bias)
403 DVVideoContext *s = avctx->priv_data;
532 static inline int dv_write_pack(enum dv_pack_type pack_id, DVVideoContext *c,
640 static void dv_format_frame(DVVideoContext* c, uint8_t* buf)
693 DVVideoContext *s = c->priv_data;
729 .priv_data_size = sizeof(DVVideoContext),
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavcodec/
H A Ddv.c53 typedef struct DVVideoContext { struct
65 } DVVideoContext; typedef in typeref:struct:DVVideoContext
260 DVVideoContext *s = avctx->priv_data;
445 static inline void dv_calculate_mb_xy(DVVideoContext *s, DVwork_chunk *work_chunk, int m, int *mb_x, int *mb_y)
459 DVVideoContext *s = avctx->priv_data;
749 static av_always_inline int dv_guess_dct_mode(DVVideoContext *s, uint8_t *data, int linesize) {
762 static av_always_inline int dv_init_enc_block(EncBlockInfo* bi, uint8_t *data, int linesize, DVVideoContext *s, int bias)
927 DVVideoContext *s = avctx->priv_data;
1065 DVVideoContext *s = avctx->priv_data;
1114 static inline int dv_write_pack(enum dv_pack_type pack_id, DVVideoContext *
[all...]

Completed in 141 milliseconds