Searched refs:VP8Context (Results 1 – 5 of 5) sorted by relevance
/third_party/ffmpeg/libavcodec/ |
D | vp8.c | 51 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 …]
|
D | vaapi_vp8.c | 38 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()
|
D | vp8.h | 148 typedef struct VP8Context { struct 343 } VP8Context; argument
|
D | nvdec_vp8.c | 36 VP8Context *h = avctx->priv_data; in nvdec_vp8_start_frame()
|
D | webp.c | 189 VP8Context v; /* VP8 Context used for lossy decoding */
|