Searched refs:MPCContext (Results 1 – 6 of 6) sorted by relevance
/third_party/ffmpeg/libavcodec/ |
D | mpc.h | 52 typedef struct MPCContext { struct 71 } MPCContext; argument 74 void ff_mpc_dequantize_and_synth(MPCContext *c, int maxband, int16_t **out, int channels);
|
D | mpc7.c | 51 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),
|
D | mpc.c | 45 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()
|
D | mpc8.c | 99 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/ |
D | mpc.c | 39 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),
|
D | mpc8.c | 50 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),
|