Home
last modified time | relevance | path

Searched refs:MPCContext (Results 1 – 6 of 6) sorted by relevance

/third_party/ffmpeg/libavformat/
Dmpc.c40 typedef struct MPCContext { struct
47 } MPCContext; argument
59 MPCContext *c = s->priv_data; in mpc_read_header()
124 MPCContext *c = s->priv_data; in mpc_read_packet()
191 MPCContext *c = s->priv_data; in mpc_read_seek()
225 .priv_data_size = sizeof(MPCContext),
Dmpc8.c51 typedef struct MPCContext { struct
57 } MPCContext; argument
140 MPCContext *c = s->priv_data; in mpc8_parse_seektable()
230 MPCContext *c = s->priv_data; in mpc8_read_header()
299 MPCContext *c = s->priv_data; in mpc8_read_packet()
344 .priv_data_size = sizeof(MPCContext),
/third_party/ffmpeg/libavcodec/
Dmpc.h54 typedef struct MPCContext { struct
73 } MPCContext; argument
75 void ff_mpc_dequantize_and_synth(MPCContext *c, int maxband, int16_t **out, int channels);
Dmpc7.c78 MPCContext *c = avctx->priv_data; in mpc7_decode_init()
125 static inline void idx_to_quant(MPCContext *c, GetBitContext *gb, int idx, int *dst) in idx_to_quant()
180 MPCContext *c = avctx->priv_data; in mpc7_decode_frame()
298 MPCContext *c = avctx->priv_data; in mpc7_decode_flush()
306 MPCContext *c = avctx->priv_data; in mpc7_decode_close()
317 .priv_data_size = sizeof(MPCContext),
Dmpc.c39 static void mpc_synth(MPCContext *c, int16_t **out, int channels) in mpc_synth()
55 void ff_mpc_dequantize_and_synth(MPCContext * c, int maxband, int16_t **out, in ff_mpc_dequantize_and_synth()
Dmpc8.c144 MPCContext *c = avctx->priv_data; in mpc8_decode_init()
186 MPCContext *c = avctx->priv_data; in mpc8_decode_frame()
382 MPCContext *c = avctx->priv_data; in mpc8_decode_flush()
391 .priv_data_size = sizeof(MPCContext),