Searched refs:MPCContext (Results 1 – 6 of 6) sorted by relevance
/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; 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/ |
D | mpc.h | 53 typedef struct MPCContext { struct 72 } MPCContext; argument 74 void ff_mpc_dequantize_and_synth(MPCContext *c, int maxband, int16_t **out, int channels);
|
D | mpc7.c | 77 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),
|
D | mpc.c | 40 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()
|
D | mpc8.c | 143 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),
|