Searched refs:TAKDecContext (Results 1 - 1 of 1) sorted by relevance
/third_party/ffmpeg/libavcodec/ |
H A D | takdec.c | 51 typedef struct TAKDecContext { struct 78 } TAKDecContext; typedef 168 TAKDecContext *s = avctx->priv_data; in set_sample_rate_params() 186 TAKDecContext *s = avctx->priv_data; in tak_decode_init() 255 static int decode_segment(TAKDecContext *s, int8_t mode, int32_t *decoded, int len) in decode_segment() 299 static int decode_residues(TAKDecContext *s, int32_t *decoded, int length) in decode_residues() 386 static int decode_subframe(TAKDecContext *s, int32_t *decoded, in decode_subframe() 510 static int decode_channel(TAKDecContext *s, int chan) in decode_channel() 557 static int decorrelate(TAKDecContext *s, int c1, int c2, int length) in decorrelate() 680 TAKDecContext * in tak_decode_frame() [all...] |
Completed in 2 milliseconds