Home
last modified time | relevance | path

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

/aosp12/hardware/knowles/athletico/sound_trigger_hal/tests/
H A Dconversion_routines.c49 int16_t* pDstT; in kst_float_to_q15_vector() local
54 pDstT = (int16_t*)pDst; in kst_float_to_q15_vector()
59 pDstT[idx] = ((smp < 32767.0) ? ((smp > -32768.0) ? ((int16_t)smp) : -32768) : 32767); in kst_float_to_q15_vector()
/aosp12/hardware/knowles/athletico/sound_trigger_hal/
H A Dadnc_strm.c122 int16_t *pDstT; in kst_float_to_q15_vector() local
127 pDstT = (int16_t *)pDst; in kst_float_to_q15_vector()
131 pDstT[idx] = ((smp < 32767.0) ? in kst_float_to_q15_vector()