Searched refs:MPCContext (Results 1 – 6 of 6) sorted by relevance
/third_party/ffmpeg/libavformat/ |
D | mpc.c | 40 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),
|
D | mpc8.c | 51 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/ |
D | mpc.h | 54 typedef struct MPCContext { struct 73 } MPCContext; argument 75 void ff_mpc_dequantize_and_synth(MPCContext *c, int maxband, int16_t **out, int channels);
|
D | mpc7.c | 78 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),
|
D | mpc.c | 39 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()
|
D | mpc8.c | 144 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),
|