Searched refs:factor2Table (Results 1 - 4 of 4) sorted by relevance

/external/webrtc/src/modules/audio_processing/ns/
H A Dnsx_core.h32 const WebRtc_Word16* factor2Table; member in struct:NsxInst_t_
H A Dnsx_core.c906 inst->factor2Table = kFactor2Aggressiveness1;
911 inst->factor2Table = kFactor2Aggressiveness2;
916 inst->factor2Table = kFactor2Aggressiveness3;
1828 gainFactor2 = inst->factor2Table[energyRatio]; // Q8
/external/chromium_org/third_party/webrtc/modules/audio_processing/ns/
H A Dnsx_core.h31 const int16_t* factor2Table; member in struct:NsxInst_t_
H A Dnsx_core.c806 inst->factor2Table = kFactor2Aggressiveness1;
811 inst->factor2Table = kFactor2Aggressiveness2;
816 inst->factor2Table = kFactor2Aggressiveness3;
1503 gainFactor2 = inst->factor2Table[energyRatio]; // Q8

Completed in 219 milliseconds