Home
last modified time | relevance | path

Searched refs:VP8Context (Results 1 – 5 of 5) sorted by relevance

/third_party/ffmpeg/libavcodec/
Dvp8.c51 static void free_buffers(VP8Context *s) in free_buffers()
71 static int vp8_alloc_frame(VP8Context *s, VP8Frame *f, int ref) in vp8_alloc_frame()
96 static void vp8_release_frame(VP8Context *s, VP8Frame *f) in vp8_release_frame()
105 static int vp8_ref_frame(VP8Context *s, VP8Frame *dst, VP8Frame *src) in vp8_ref_frame()
131 VP8Context *s = avctx->priv_data; in vp8_decode_flush_impl()
147 static VP8Frame *vp8_find_free_buffer(VP8Context *s) in vp8_find_free_buffer()
171 static enum AVPixelFormat get_pixel_format(VP8Context *s) in get_pixel_format()
188 int update_dimensions(VP8Context *s, int width, int height, int is_vp7) in update_dimensions()
252 static int vp7_update_dimensions(VP8Context *s, int width, int height) in vp7_update_dimensions()
257 static int vp8_update_dimensions(VP8Context *s, int width, int height) in vp8_update_dimensions()
[all …]
Dvaapi_vp8.c38 const VP8Context *s = avctx->priv_data; in vaapi_vp8_start_frame()
179 const VP8Context *s = avctx->priv_data; in vaapi_vp8_end_frame()
189 const VP8Context *s = avctx->priv_data; in vaapi_vp8_decode_slice()
Dvp8.h148 typedef struct VP8Context { struct
343 } VP8Context; argument
Dnvdec_vp8.c36 VP8Context *h = avctx->priv_data; in nvdec_vp8_start_frame()
Dwebp.c189 VP8Context v; /* VP8 Context used for lossy decoding */