Home
last modified time | relevance | path

Searched refs:downmix (Results 1 – 8 of 8) sorted by relevance

/external/libopus/src/
Danalysis.c159 static opus_val32 downmix_and_resample(downmix_func downmix, const void *_x, opus_val32 *y, opus_va… in downmix_and_resample() argument
178 downmix(_x, tmp, subframe, offset, c1, c2, C); in downmix_and_resample()
315 …de, const void *x, int len, int offset, int c1, int c2, int C, int lsb_depth, downmix_func downmix) in tonality_analysis() argument
380 tonal->hp_ener_accum += (float)downmix_and_resample(downmix, x, in tonality_analysis()
409 tonal->hp_ener_accum = (float)downmix_and_resample(downmix, x, in tonality_analysis()
913 int lsb_depth, downmix_func downmix, AnalysisInfo *analysis_info) in run_analysis() argument
927 …is(analysis, celt_mode, analysis_pcm, IMIN(Fs/50, pcm_len), offset, c1, c2, C, lsb_depth, downmix); in run_analysis()
Danalysis.h111 int lsb_depth, downmix_func downmix, AnalysisInfo *analysis_info);
Dopus_private.h98 int analysis_channels, downmix_func downmix, int float_api);
Dopus_multistream_encoder.c896 downmix_func downmix, in opus_multistream_encode_native() argument
1074 pcm, analysis_frame_size, c1, c2, st->layout.nb_channels, downmix, float_api); in opus_multistream_encode_native()
Dopus_encoder.c1077 int analysis_channels, downmix_func downmix, int float_api) in opus_encode_native() argument
1159 lsb_depth, downmix, &analysis_info); in opus_encode_native()
1173 (void)downmix; in opus_encode_native()
/external/libxaac/decoder/
Dixheaacd_api.c413 p_obj_exhaacplus_dec->aac_config.downmix = 0; in ixheaacd_dec_api()
497 p_obj_exhaacplus_dec->aac_config.downmix = *pui_value; in ixheaacd_dec_api()
662 p_obj_exhaacplus_dec->aac_config.downmix = 0; in ixheaacd_dec_api()
665 p_obj_exhaacplus_dec->aac_config.downmix = *pui_value; in ixheaacd_dec_api()
875 p_obj_exhaacplus_dec->aac_config.downmix = 0; in ixheaacd_decoder_2_ga_hdr()
956 p_obj_exhaacplus_dec->aac_config.downmix = 0; in ixheaacd_decoder_flush_api()
2031 if (1 == p_obj_exhaacplus_dec->aac_config.downmix) num_channels_1 = 2; in ixheaacd_dec_init()
2612 if ((total_channels > 2) && (1 == p_obj_exhaacplus_dec->aac_config.downmix)) { in ixheaacd_dec_execute()
Dixheaacd_struct_def.h119 WORD downmix; member
/external/kernel-headers/original/uapi/sound/
Dcompress_params.h272 __u32 downmix; member