Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavcodec/
Dmpegaudiodec_float.c82 .priv_data_size = sizeof(MPADecodeContext),
100 .priv_data_size = sizeof(MPADecodeContext),
118 .priv_data_size = sizeof(MPADecodeContext),
136 .priv_data_size = sizeof(MPADecodeContext),
Dmpegaudiodec_fixed.c69 .priv_data_size = sizeof(MPADecodeContext),
87 .priv_data_size = sizeof(MPADecodeContext),
105 .priv_data_size = sizeof(MPADecodeContext),
123 .priv_data_size = sizeof(MPADecodeContext),
Dmpegaudiodec_template.c76 typedef struct MPADecodeContext { struct
98 } MPADecodeContext; argument
136 static void init_short_region(MPADecodeContext *s, GranuleDef *g) in init_short_region()
154 static void init_long_region(MPADecodeContext *s, GranuleDef *g, in init_long_region()
164 static void compute_band_indexes(MPADecodeContext *s, GranuleDef *g) in compute_band_indexes()
285 MPADecodeContext *s = avctx->priv_data; in decode_init()
365 static int handle_crc(MPADecodeContext *s, int sec_len) in handle_crc()
392 static int mp_decode_layer1(MPADecodeContext *s) in mp_decode_layer1()
462 static int mp_decode_layer2(MPADecodeContext *s) in mp_decode_layer2()
683 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()