Home
last modified time | relevance | path

Searched refs:VP9Context (Results 1 – 9 of 9) sorted by relevance

/third_party/ffmpeg/libavcodec/
Dvp9dec.h94 typedef struct VP9Context { struct
162 } VP9Context; argument
167 VP9Context *s;
241 void ff_vp9_adapt_probs(VP9Context *s);
Dvp9.c43 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()
[all …]
Dvp9lpf.c26 static av_always_inline void filter_plane_cols(VP9Context *s, int col, int ss_h, int ss_v, in filter_plane_cols()
101 static av_always_inline void filter_plane_rows(VP9Context *s, int row, int ss_h, int ss_v, in filter_plane_rows()
181 VP9Context *s = avctx->priv_data; in ff_vp9_loopfilter_sb()
Dvp9recon.c40 VP9Context *s = td->s; in check_intra_mode()
222 VP9Context *s = td->s; in intra_recon()
306 VP9Context *s = td->s; in mc_luma_unscaled()
344 VP9Context *s = td->s; in mc_chroma_unscaled()
417 VP9Context *s = td->s; in mc_luma_scaled()
477 VP9Context *s = td->s; in mc_chroma_scaled()
572 VP9Context *s = td->s; in inter_recon()
Dvp9mvs.c68 VP9Context *s = td->s; in find_ref_mvs()
238 VP9Context *s = td->s; in read_mv_component()
293 VP9Context *s = td->s; in ff_vp9_fill_mv()
Dvdpau_vp9.c36 VP9Context *s = avctx->priv_data; in vdpau_vp9_start_frame()
Dvp9prob.c46 void ff_vp9_adapt_probs(VP9Context *s) in ff_vp9_adapt_probs()
Dvp9block.c92 VP9Context *s = td->s; in decode_mode()
966 VP9Context *s = td->s; in decode_coeffs()
1267 VP9Context *s = td->s; in ff_vp9_decode_block()
Dvp9_mc_template.c36 VP9Context *s = td->s; in FN()