Lines Matching defs:On2AVCContext
50 typedef struct On2AVCContext {
55 void (*wtf)(struct On2AVCContext *ctx, float *out, float *in, int size);
89 } On2AVCContext;
91 static void on2avc_read_ms_info(On2AVCContext *c, GetBitContext *gb)
112 static int on2avc_decode_band_types(On2AVCContext *c, GetBitContext *gb)
142 static int on2avc_decode_band_scales(On2AVCContext *c, GetBitContext *gb)
195 static int on2avc_decode_quads(On2AVCContext *c, GetBitContext *gb, float *dst,
228 static int on2avc_decode_pairs(On2AVCContext *c, GetBitContext *gb, float *dst,
256 static int on2avc_read_channel_data(On2AVCContext *c, GetBitContext *gb, int ch)
293 static int on2avc_apply_ms(On2AVCContext *c)
465 static void wtf_end_512(On2AVCContext *c, float *out, float *src,
498 static void wtf_end_1024(On2AVCContext *c, float *out, float *src,
531 static void wtf_40(On2AVCContext *c, float *out, float *src, int size)
617 static void wtf_44(On2AVCContext *c, float *out, float *src, int size)
691 static int on2avc_reconstruct_channel_ext(On2AVCContext *c, AVFrame *dst, int offset)
736 static int on2avc_reconstruct_channel(On2AVCContext *c, int channel,
801 static int on2avc_decode_subframe(On2AVCContext *c, const uint8_t *buf,
847 On2AVCContext *c = avctx->priv_data;
899 static av_cold void on2avc_free_vlcs(On2AVCContext *c)
910 On2AVCContext *c = avctx->priv_data;
989 On2AVCContext *c = avctx->priv_data;
1012 .priv_data_size = sizeof(On2AVCContext),