Home
last modified time | relevance | path

Searched refs:MPADecodeContext (Results 1 – 5 of 5) sorted by relevance

/third_party/ffmpeg/libavcodec/
Dmpegaudiodec_float.c80 .priv_data_size = sizeof(MPADecodeContext),
98 .priv_data_size = sizeof(MPADecodeContext),
116 .priv_data_size = sizeof(MPADecodeContext),
134 .priv_data_size = sizeof(MPADecodeContext),
Dmpegaudiodec_fixed.c67 .priv_data_size = sizeof(MPADecodeContext),
85 .priv_data_size = sizeof(MPADecodeContext),
103 .priv_data_size = sizeof(MPADecodeContext),
121 .priv_data_size = sizeof(MPADecodeContext),
Dmpegaudiodec_template.c74 typedef struct MPADecodeContext { struct
96 } MPADecodeContext; argument
134 static void init_short_region(MPADecodeContext *s, GranuleDef *g) in init_short_region()
152 static void init_long_region(MPADecodeContext *s, GranuleDef *g, in init_long_region()
162 static void compute_band_indexes(MPADecodeContext *s, GranuleDef *g) in compute_band_indexes()
283 MPADecodeContext *s = avctx->priv_data; in decode_init()
363 static int handle_crc(MPADecodeContext *s, int sec_len) in handle_crc()
390 static int mp_decode_layer1(MPADecodeContext *s) in mp_decode_layer1()
460 static int mp_decode_layer2(MPADecodeContext *s) in mp_decode_layer2()
681 static void exponents_from_scale_factors(MPADecodeContext *s, GranuleDef *g, in exponents_from_scale_factors()
[all …]
/third_party/ffmpeg/libavcodec/mips/
Dcompute_antialias_float.h62 static void compute_antialias_mips_float(MPADecodeContext *s, in compute_antialias_mips_float()
Dcompute_antialias_fixed.h59 static void compute_antialias_mips_fixed(MPADecodeContext *s, in compute_antialias_mips_fixed()