Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavformat/
Dmpc.c39 typedef struct MPCContext { struct
46 } MPCContext; argument
58 MPCContext *c = s->priv_data; in mpc_read_header()
124 MPCContext *c = s->priv_data; in mpc_read_packet()
190 MPCContext *c = s->priv_data; in mpc_read_seek()
224 .priv_data_size = sizeof(MPCContext),
Dmpc8.c50 typedef struct MPCContext { struct
56 } MPCContext; typedef
139 MPCContext *c = s->priv_data; in mpc8_parse_seektable()
229 MPCContext *c = s->priv_data; in mpc8_read_header()
296 MPCContext *c = s->priv_data; in mpc8_read_packet()
340 .priv_data_size = sizeof(MPCContext),
/third_party/ffmpeg/libavcodec/
Dmpc.h53 typedef struct MPCContext { struct
72 } MPCContext; argument
74 void ff_mpc_dequantize_and_synth(MPCContext *c, int maxband, int16_t **out, int channels);
Dmpc7.c77 MPCContext *c = avctx->priv_data; in mpc7_decode_init()
123 static inline void idx_to_quant(MPCContext *c, GetBitContext *gb, int idx, int *dst) in idx_to_quant()
179 MPCContext *c = avctx->priv_data; in mpc7_decode_frame()
297 MPCContext *c = avctx->priv_data; in mpc7_decode_flush()
305 MPCContext *c = avctx->priv_data; in mpc7_decode_close()
316 .priv_data_size = sizeof(MPCContext),
Dmpc.c40 static void mpc_synth(MPCContext *c, int16_t **out, int channels) in mpc_synth()
56 void ff_mpc_dequantize_and_synth(MPCContext * c, int maxband, int16_t **out, in ff_mpc_dequantize_and_synth()
Dmpc8.c143 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),