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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavcodec/
H A Dlibvpxdec.c35 } VP8Context; typedef in typeref:struct:VP8DecoderContext
39 VP8Context *ctx = avctx->priv_data;
63 VP8Context *ctx = avctx->priv_data;
109 VP8Context *ctx = avctx->priv_data;
118 .priv_data_size = sizeof(VP8Context),
H A Dlibvpxenc.c66 } VP8Context; typedef in typeref:struct:VP8EncoderContext
90 VP8Context *ctx = avctx->priv_data;
184 VP8Context *ctx = avctx->priv_data;
204 VP8Context *ctx = avctx->priv_data;
216 VP8Context *ctx = avctx->priv_data;
405 VP8Context *ctx = avctx->priv_data;
483 VP8Context *ctx = avctx->priv_data;
523 #define OFFSET(x) offsetof(VP8Context, x)
571 .priv_data_size = sizeof(VP8Context),
H A Dvp8.c37 static void free_buffers(VP8Context *s)
49 static int vp8_alloc_frame(VP8Context *s, AVFrame *f)
63 static void vp8_release_frame(VP8Context *s, AVFrame *f, int prefer_delayed_free, int can_direct_free)
88 VP8Context *s = avctx->priv_data;
109 static int update_dimensions(VP8Context *s, int width, int height)
139 static void parse_segment_info(VP8Context *s)
160 static void update_lf_deltas(VP8Context *s)
172 static int setup_partitions(VP8Context *s, const uint8_t *buf, int buf_size)
198 static void get_quants(VP8Context *s)
243 static VP56Frame ref_to_update(VP8Context *
[all...]
H A Dvp8.h249 } VP8Context; typedef in typeref:struct:__anon2033
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/
H A Dlibvpxdec.c38 } VP8Context; typedef in typeref:struct:VP8DecoderContext
43 VP8Context *ctx = avctx->priv_data;
66 VP8Context *ctx = avctx->priv_data;
109 VP8Context *ctx = avctx->priv_data;
125 .priv_data_size = sizeof(VP8Context),
144 .priv_data_size = sizeof(VP8Context),
H A Dlibvpxenc.c99 } VP8Context; typedef in typeref:struct:VP8EncoderContext
131 VP8Context *ctx = avctx->priv_data;
227 VP8Context *ctx = avctx->priv_data;
247 VP8Context *ctx = avctx->priv_data;
262 VP8Context *ctx = avctx->priv_data;
472 VP8Context *ctx)
570 VP8Context *ctx = avctx->priv_data;
673 VP8Context *ctx = avctx->priv_data;
747 #define OFFSET(x) offsetof(VP8Context, x)
778 { "crf", "Select the quality for constant quality mode", offsetof(VP8Context, cr
[all...]
H A Dvp8.c48 static void free_buffers(VP8Context *s)
68 static int vp8_alloc_frame(VP8Context *s, VP8Frame *f, int ref)
81 static void vp8_release_frame(VP8Context *s, VP8Frame *f)
88 static int vp8_ref_frame(VP8Context *s, VP8Frame *dst, VP8Frame *src)
108 VP8Context *s = avctx->priv_data;
124 static VP8Frame *vp8_find_free_buffer(VP8Context *s)
149 int update_dimensions(VP8Context *s, int width, int height, int is_vp7)
197 static int vp7_update_dimensions(VP8Context *s, int width, int height)
202 static int vp8_update_dimensions(VP8Context *s, int width, int height)
208 static void parse_segment_info(VP8Context *
[all...]
H A Dvp8.h138 typedef struct VP8Context { struct
301 } VP8Context; typedef in typeref:struct:VP8Context
H A Dwebp.c188 VP8Context v; /* VP8 Context used for lossy decoding */

Completed in 87 milliseconds