Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavcodec/
Dmpc.h52 typedef struct MPCContext { struct
71 } MPCContext; argument
74 void ff_mpc_dequantize_and_synth(MPCContext *c, int maxband, int16_t **out, int channels);
Dmpc7.c51 MPCContext *c = avctx->priv_data; in mpc7_decode_init()
142 static inline void idx_to_quant(MPCContext *c, GetBitContext *gb, int idx, int *dst) in idx_to_quant()
198 MPCContext *c = avctx->priv_data; in mpc7_decode_frame()
317 MPCContext *c = avctx->priv_data; in mpc7_decode_flush()
325 MPCContext *c = avctx->priv_data; in mpc7_decode_close()
336 .priv_data_size = sizeof(MPCContext),
Dmpc.c45 static void mpc_synth(MPCContext *c, int16_t **out, int channels) in mpc_synth()
61 void ff_mpc_dequantize_and_synth(MPCContext * c, int maxband, int16_t **out, in ff_mpc_dequantize_and_synth()
Dmpc8.c99 MPCContext *c = avctx->priv_data; in mpc8_decode_init()
245 MPCContext *c = avctx->priv_data; in mpc8_decode_frame()
441 MPCContext *c = avctx->priv_data; in mpc8_decode_flush()
450 .priv_data_size = sizeof(MPCContext),
/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; argument
135 MPCContext *c = s->priv_data; in mpc8_parse_seektable()
216 MPCContext *c = s->priv_data; in mpc8_read_header()
283 MPCContext *c = s->priv_data; in mpc8_read_packet()
327 .priv_data_size = sizeof(MPCContext),