Searched refs:VP9Context (Results 1 – 9 of 9) sorted by relevance
/third_party/ffmpeg/libavcodec/ |
D | vp9dec.h | 94 typedef struct VP9Context { struct 162 } VP9Context; argument 167 VP9Context *s; 241 void ff_vp9_adapt_probs(VP9Context *s);
|
D | vp9.c | 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() [all …]
|
D | vp9lpf.c | 26 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()
|
D | vp9recon.c | 40 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()
|
D | vp9mvs.c | 68 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()
|
D | vdpau_vp9.c | 36 VP9Context *s = avctx->priv_data; in vdpau_vp9_start_frame()
|
D | vp9prob.c | 46 void ff_vp9_adapt_probs(VP9Context *s) in ff_vp9_adapt_probs()
|
D | vp9block.c | 92 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()
|
D | vp9_mc_template.c | 36 VP9Context *s = td->s; in FN()
|