Searched refs:UpdateLevel (Results 1 – 1 of 1) sorted by relevance
121 static void UpdateLevel(power_level_t* level, float in[2][PART_LEN1]);816 UpdateLevel(&aec->linoutlevel, ef); in ProcessBlock()826 UpdateLevel(&aec->farlevel, (float (*)[PART_LEN1]) xf_ptr); in ProcessBlock()827 UpdateLevel(&aec->nearlevel, df); in ProcessBlock()1118 UpdateLevel(&aec->nlpoutlevel, efw); in NonLinearProcessing()1316 static void UpdateLevel(power_level_t* level, float in[2][PART_LEN1]) { in UpdateLevel() function