Home
last modified time | relevance | path

Searched defs:max_peak (Results 1 – 9 of 9) sorted by relevance

/OK3568_Linux_fs/external/common_algorithm/audio/rkaudio_algorithms/conf/
H A Dconfig_aoagc.json9 "max_peak" : "float:-1.0", string
H A Dconfig_wakeup.json35 "max_peak" : "float:-1.0", string
H A Dconfig_aivqe.json32 "max_peak" : "float:-1.0", string
H A Dconfig_wakeup_mode2_nn.json39 "max_peak" : "float:-1.0", string
H A Dconfig_wakeup_mode1_nn.json38 "max_peak" : "float:-1.0", string
/OK3568_Linux_fs/external/common_algorithm/audio/rkaudio_algorithms/include/
H A Drkaudio_sed.h23 float max_peak; /* 经AGC处理后,输出语音的最大能量,范围:单位:dB */ member
H A Drkaudio_preprocess.h150 float max_peak; /* 经AGC处理后,输出语音的最大能量,范围:单位:dB */ member
/OK3568_Linux_fs/kernel/drivers/interconnect/qcom/
H A Dicc-rpmh.h70 u64 max_peak[QCOM_ICC_NUM_BUCKETS]; member
/OK3568_Linux_fs/buildroot/dl/sox/git/src/
H A Dgain.c148 double max = SOX_SAMPLE_MAX, max_peak = 0, max_rms = 0; in start_drain() local