Lines Matching refs:VP9Context
43 VP9Context *s = avctx->priv_data; in vp9_free_entries()
53 VP9Context *s = avctx->priv_data; in vp9_alloc_entries()
76 static void vp9_report_tile_progress(VP9Context *s, int field, int n) { in vp9_report_tile_progress()
83 static void vp9_await_tile_progress(VP9Context *s, int field, int n) { in vp9_await_tile_progress()
115 VP9Context *s = avctx->priv_data; in vp9_frame_alloc()
197 VP9Context *s = avctx->priv_data; in update_size()
311 VP9Context *s = avctx->priv_data; in update_block_buffers()
449 VP9Context *s = avctx->priv_data; in read_colorspace_details()
508 VP9Context *s = avctx->priv_data; in decode_frame_header()
1094 const VP9Context *s = td->s; in decode_sb()
1173 const VP9Context *s = td->s; in decode_sb_mem()
1227 static void free_buffers(VP9Context *s) in free_buffers()
1238 VP9Context *s = avctx->priv_data; in vp9_decode_free()
1262 VP9Context *s = avctx->priv_data; in decode_tiles()
1397 VP9Context *s = avctx->priv_data; in decode_tiles_mt()
1473 VP9Context *s = avctx->priv_data; in loopfilter_proc()
1502 static int vp9_export_enc_params(VP9Context *s, VP9Frame *frame) in vp9_export_enc_params()
1559 VP9Context *s = avctx->priv_data; in vp9_decode_frame()
1789 VP9Context *s = avctx->priv_data; in vp9_decode_flush()
1800 VP9Context *s = avctx->priv_data; in init_frames()
1826 VP9Context *s = avctx->priv_data; in vp9_decode_init()
1838 VP9Context *s = dst->priv_data, *ssrc = src->priv_data; in vp9_decode_update_thread_context()
1886 .priv_data_size = sizeof(VP9Context),