Searched refs:MPADecodeContext (Results 1 – 5 of 5) sorted by relevance
/third_party/ffmpeg/libavcodec/ |
D | mpegaudiodec_float.c | 82 .priv_data_size = sizeof(MPADecodeContext), 100 .priv_data_size = sizeof(MPADecodeContext), 118 .priv_data_size = sizeof(MPADecodeContext), 136 .priv_data_size = sizeof(MPADecodeContext),
|
D | mpegaudiodec_fixed.c | 69 .priv_data_size = sizeof(MPADecodeContext), 87 .priv_data_size = sizeof(MPADecodeContext), 105 .priv_data_size = sizeof(MPADecodeContext), 123 .priv_data_size = sizeof(MPADecodeContext),
|
D | mpegaudiodec_template.c | 76 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/ |
D | compute_antialias_float.h | 62 static void compute_antialias_mips_float(MPADecodeContext *s, in compute_antialias_mips_float()
|
D | compute_antialias_fixed.h | 59 static void compute_antialias_mips_fixed(MPADecodeContext *s, in compute_antialias_mips_fixed()
|