Searched refs:VP8Context (Results 1 - 5 of 5) sorted by relevance
/third_party/ffmpeg/libavcodec/ |
H A D | vp8.c | 55 static void free_buffers(VP8Context *s) in free_buffers() 75 static int vp8_alloc_frame(VP8Context *s, VP8Frame *f, int ref) in vp8_alloc_frame() 100 static void vp8_release_frame(VP8Context *s, VP8Frame *f) in vp8_release_frame() 109 static int vp8_ref_frame(VP8Context *s, VP8Frame *dst, VP8Frame *src) in vp8_ref_frame() 135 VP8Context *s = avctx->priv_data; in vp8_decode_flush_impl() 151 static VP8Frame *vp8_find_free_buffer(VP8Context *s) in vp8_find_free_buffer() 175 static enum AVPixelFormat get_pixel_format(VP8Context *s) in get_pixel_format() 192 int update_dimensions(VP8Context *s, int width, int height, int is_vp7) in update_dimensions() 256 static int vp7_update_dimensions(VP8Context *s, int width, int height) in vp7_update_dimensions() 261 static int vp8_update_dimensions(VP8Context * [all...] |
H A 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()
|
H A D | vp8.h | 148 typedef struct VP8Context { struct 343 } VP8Context; typedef
|
H A D | nvdec_vp8.c | 36 VP8Context *h = avctx->priv_data; in nvdec_vp8_start_frame()
|
H A D | webp.c | 194 VP8Context v; /* VP8 Context used for lossy decoding */
|
Completed in 7 milliseconds