Searched refs:downmix (Results 1 – 8 of 8) sorted by relevance
/external/libopus/src/ |
D | opus_private.h | 146 int analysis_channels, downmix_func downmix, int float_api); 183 downmix_func downmix,
|
D | analysis.c | 161 static opus_val32 downmix_and_resample(downmix_func downmix, const void *_x, opus_val32 *y, opus_va… in downmix_and_resample() argument 180 downmix(_x, tmp, subframe, offset, c1, c2, C); in downmix_and_resample() 423 …de, const void *x, int len, int offset, int c1, int c2, int C, int lsb_depth, downmix_func downmix) in tonality_analysis() argument 488 tonal->hp_ener_accum += (float)downmix_and_resample(downmix, x, in tonality_analysis() 517 tonal->hp_ener_accum = (float)downmix_and_resample(downmix, x, in tonality_analysis() 918 int lsb_depth, downmix_func downmix, AnalysisInfo *analysis_info) in run_analysis() argument 932 …is(analysis, celt_mode, analysis_pcm, IMIN(Fs/50, pcm_len), offset, c1, c2, C, lsb_depth, downmix); in run_analysis()
|
D | analysis.h | 100 int lsb_depth, downmix_func downmix, AnalysisInfo *analysis_info);
|
D | opus_multistream_encoder.c | 810 downmix_func downmix, in opus_multistream_encode_native() argument 987 pcm, analysis_frame_size, c1, c2, st->layout.nb_channels, downmix, float_api); in opus_multistream_encode_native()
|
D | opus_encoder.c | 1069 int analysis_channels, downmix_func downmix, int float_api) in opus_encode_native() argument 1151 lsb_depth, downmix, &analysis_info); in opus_encode_native() 1165 (void)downmix; in opus_encode_native()
|
/external/libxaac/decoder/ |
D | ixheaacd_api.c | 413 p_obj_exhaacplus_dec->aac_config.downmix = 0; in ixheaacd_dec_api() 499 p_obj_exhaacplus_dec->aac_config.downmix = *pui_value; in ixheaacd_dec_api() 664 p_obj_exhaacplus_dec->aac_config.downmix = 0; in ixheaacd_dec_api() 667 p_obj_exhaacplus_dec->aac_config.downmix = *pui_value; in ixheaacd_dec_api() 885 p_obj_exhaacplus_dec->aac_config.downmix = 0; in ixheaacd_decoder_2_ga_hdr() 966 p_obj_exhaacplus_dec->aac_config.downmix = 0; in ixheaacd_decoder_flush_api() 2070 if (1 == p_obj_exhaacplus_dec->aac_config.downmix) num_channels_1 = 2; in ixheaacd_dec_init() 2679 if ((total_channels > 2) && (1 == p_obj_exhaacplus_dec->aac_config.downmix)) { in ixheaacd_dec_execute()
|
D | ixheaacd_struct_def.h | 121 WORD downmix; member
|
/external/kernel-headers/original/uapi/sound/ |
D | compress_params.h | 272 __u32 downmix; member
|