Searched refs:VP9Context (Results 1 – 9 of 9) sorted by relevance
/third_party/ffmpeg/libavcodec/ |
D | vp9dec.h | 94 typedef struct VP9Context { struct 163 } VP9Context; argument 168 VP9Context *s; 242 void ff_vp9_adapt_probs(VP9Context *s);
|
D | vp9.c | 48 DEFINE_OFFSET_ARRAY(VP9Context, vp9_context, pthread_init_cnt, 49 (offsetof(VP9Context, progress_mutex)), 50 (offsetof(VP9Context, progress_cond))); 53 VP9Context *s = avctx->priv_data; in vp9_alloc_entries() 70 static void vp9_report_tile_progress(VP9Context *s, int field, int n) { in vp9_report_tile_progress() 77 static void vp9_await_tile_progress(VP9Context *s, int field, int n) { in vp9_await_tile_progress() 108 VP9Context *s = avctx->priv_data; in vp9_frame_alloc() 191 VP9Context *s = avctx->priv_data; in update_size() 308 VP9Context *s = avctx->priv_data; in update_block_buffers() 446 VP9Context *s = avctx->priv_data; in read_colorspace_details() [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 | 39 VP9Context *s = td->s; in check_intra_mode() 221 VP9Context *s = td->s; in intra_recon() 305 VP9Context *s = td->s; in mc_luma_unscaled() 343 VP9Context *s = td->s; in mc_chroma_unscaled() 416 VP9Context *s = td->s; in mc_luma_scaled() 476 VP9Context *s = td->s; in mc_chroma_scaled() 571 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 | 35 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 | 90 VP9Context *s = td->s; in decode_mode() 964 VP9Context *s = td->s; in decode_coeffs() 1265 VP9Context *s = td->s; in ff_vp9_decode_block()
|
D | vp9_mc_template.c | 36 VP9Context *s = td->s; in FN()
|