Vp3DecodeContext 308 libavcodec/vp3.c Vp3DecodeContext *s = avctx->priv_data; Vp3DecodeContext 324 libavcodec/vp3.c Vp3DecodeContext *s = avctx->priv_data; Vp3DecodeContext 336 libavcodec/vp3.c Vp3DecodeContext *s = avctx->priv_data; Vp3DecodeContext 379 libavcodec/vp3.c static int init_block_mapping(Vp3DecodeContext *s) Vp3DecodeContext 413 libavcodec/vp3.c static void init_dequantizer(Vp3DecodeContext *s, int qpi) Vp3DecodeContext 456 libavcodec/vp3.c static void init_loop_filter(Vp3DecodeContext *s) Vp3DecodeContext 465 libavcodec/vp3.c static int unpack_superblocks(Vp3DecodeContext *s, GetBitContext *gb) Vp3DecodeContext 648 libavcodec/vp3.c static int vp4_get_mb_count(Vp3DecodeContext *s, GetBitContext *gb) Vp3DecodeContext 684 libavcodec/vp3.c static int vp4_get_block_pattern(Vp3DecodeContext *s, GetBitContext *gb, int *next_block_pattern_table) Vp3DecodeContext 696 libavcodec/vp3.c static int vp4_unpack_macroblocks(Vp3DecodeContext *s, GetBitContext *gb) Vp3DecodeContext 790 libavcodec/vp3.c static int unpack_modes(Vp3DecodeContext *s, GetBitContext *gb) Vp3DecodeContext 893 libavcodec/vp3.c static int vp4_get_mv(Vp3DecodeContext *s, GetBitContext *gb, int axis, int last_motion) Vp3DecodeContext 903 libavcodec/vp3.c static int unpack_vectors(Vp3DecodeContext *s, GetBitContext *gb) Vp3DecodeContext 1097 libavcodec/vp3.c static int unpack_block_qpis(Vp3DecodeContext *s, GetBitContext *gb) Vp3DecodeContext 1175 libavcodec/vp3.c static int unpack_vlcs(Vp3DecodeContext *s, GetBitContext *gb, Vp3DecodeContext 1288 libavcodec/vp3.c static void reverse_dc_prediction(Vp3DecodeContext *s, Vp3DecodeContext 1296 libavcodec/vp3.c static int unpack_dct_coeffs(Vp3DecodeContext *s, GetBitContext *gb) Vp3DecodeContext 1396 libavcodec/vp3.c static int vp4_unpack_vlcs(Vp3DecodeContext *s, GetBitContext *gb, Vp3DecodeContext 1455 libavcodec/vp3.c static void vp4_dc_pred_before(const Vp3DecodeContext *s, VP4Predictor dc_pred[6][6], int sb_x) Vp3DecodeContext 1467 libavcodec/vp3.c static void vp4_dc_pred_after(Vp3DecodeContext *s, VP4Predictor dc_pred[6][6], int sb_x) Vp3DecodeContext 1479 libavcodec/vp3.c static int vp4_dc_pred(const Vp3DecodeContext *s, const VP4Predictor * dc_pred, const int * last_dc, int type, int plane) Vp3DecodeContext 1508 libavcodec/vp3.c static void vp4_set_tokens_base(Vp3DecodeContext *s) Vp3DecodeContext 1520 libavcodec/vp3.c static int vp4_unpack_dct_coeffs(Vp3DecodeContext *s, GetBitContext *gb) Vp3DecodeContext 1629 libavcodec/vp3.c static void reverse_dc_prediction(Vp3DecodeContext *s, Vp3DecodeContext 1779 libavcodec/vp3.c static void apply_loop_filter(Vp3DecodeContext *s, int plane, Vp3DecodeContext 1846 libavcodec/vp3.c static inline int vp3_dequant(Vp3DecodeContext *s, Vp3Fragment *frag, Vp3DecodeContext 1891 libavcodec/vp3.c static void vp3_draw_horiz_band(Vp3DecodeContext *s, int y) Vp3DecodeContext 1933 libavcodec/vp3.c static void await_reference_row(Vp3DecodeContext *s, Vp3Fragment *fragment, Vp3DecodeContext 1956 libavcodec/vp3.c static int vp4_mc_loop_filter(Vp3DecodeContext *s, int plane, int motion_x, int motion_y, int bx, int by, Vp3DecodeContext 2055 libavcodec/vp3.c static void render_slice(Vp3DecodeContext *s, int slice) Vp3DecodeContext 2257 libavcodec/vp3.c Vp3DecodeContext *s = avctx->priv_data; Vp3DecodeContext 2299 libavcodec/vp3.c static av_cold int init_frames(Vp3DecodeContext *s) Vp3DecodeContext 2317 libavcodec/vp3.c Vp3DecodeContext *s = avctx->priv_data; Vp3DecodeContext 2550 libavcodec/vp3.c Vp3DecodeContext *s = avctx->priv_data; Vp3DecodeContext 2570 libavcodec/vp3.c static int ref_frame(Vp3DecodeContext *s, ThreadFrame *dst, ThreadFrame *src) Vp3DecodeContext 2578 libavcodec/vp3.c static int ref_frames(Vp3DecodeContext *dst, Vp3DecodeContext *src) Vp3DecodeContext 2590 libavcodec/vp3.c Vp3DecodeContext *s = dst->priv_data, *s1 = src->priv_data; Vp3DecodeContext 2637 libavcodec/vp3.c Vp3DecodeContext *s = avctx->priv_data; Vp3DecodeContext 2878 libavcodec/vp3.c Vp3DecodeContext *s = avctx->priv_data; Vp3DecodeContext 2917 libavcodec/vp3.c Vp3DecodeContext *s = avctx->priv_data; Vp3DecodeContext 3029 libavcodec/vp3.c Vp3DecodeContext *s = avctx->priv_data; Vp3DecodeContext 3142 libavcodec/vp3.c Vp3DecodeContext *s = avctx->priv_data; Vp3DecodeContext 3216 libavcodec/vp3.c .priv_data_size = sizeof(Vp3DecodeContext), Vp3DecodeContext 3233 libavcodec/vp3.c .priv_data_size = sizeof(Vp3DecodeContext), Vp3DecodeContext 3250 libavcodec/vp3.c .priv_data_size = sizeof(Vp3DecodeContext),