Home
last modified time | relevance | path

Searched refs:channelLevel (Results 1 – 2 of 2) sorted by relevance

/external/libxaac/decoder/drc_src/
Dimpd_drc_parametric_dec.c815 FLOAT32 x, y, channelLevel, level, levelDb, loc_db_gain, levelDelta, alpha; in impd_parametric_ffwd_type_drc_process() local
848 channelLevel = 0.f; in impd_parametric_ffwd_type_drc_process()
856 channelLevel += x * x; in impd_parametric_ffwd_type_drc_process()
865 channelLevel += x * x; in impd_parametric_ffwd_type_drc_process()
876 channelLevel += x * x; in impd_parametric_ffwd_type_drc_process()
883 level += level_estim_ch_weight[c] * channelLevel; in impd_parametric_ffwd_type_drc_process()
890 channelLevel = 0.f; in impd_parametric_ffwd_type_drc_process()
899 channelLevel += x * x + y * y; in impd_parametric_ffwd_type_drc_process()
914 channelLevel += x * x + y * y; in impd_parametric_ffwd_type_drc_process()
921 level += level_estim_ch_weight[c] * channelLevel; in impd_parametric_ffwd_type_drc_process()
/external/exoplayer/tree/library/core/src/test/java/com/google/android/exoplayer2/audio/
DSilenceSkippingAudioProcessorTest.java328 for (short channelLevel : channelLevels) { in appendFrames()
329 buffer.put(channelLevel); in appendFrames()