Home
last modified time | relevance | path

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

/external/webrtc/src/modules/audio_processing/aec/
Daec_core.c840 int16_t eInt16[PART_LEN]; in ProcessBlock() local
842 eInt16[i] = (int16_t)WEBRTC_SPL_SAT(WEBRTC_SPL_WORD16_MAX, e[i], in ProcessBlock()
846 fwrite(eInt16, sizeof(int16_t), PART_LEN, aec->outLinearFile); in ProcessBlock()