Home
last modified time | relevance | path

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

/external/webrtc/webrtc/modules/audio_coding/codecs/isac/fix/source/
Dlpc_masking_model.c551 int16_t DataLoQ6[WINLEN], DataHiQ6[WINLEN]; in WebRtcIsacfix_GetLpcCoef() local
618 DataHiQ6[pos1] = (int16_t)(maskdata->DataBufferHiQ0[pos1] * in WebRtcIsacfix_GetLpcCoef()
627 DataHiQ6[pos1] = (int16_t)(maskdata->DataBufferHiQ0[pos1] * in WebRtcIsacfix_GetLpcCoef()
653 WebRtcIsacfix_AutocorrFix(corrhiQQ,DataHiQ6,WINLEN, ORDERHI, &scale); in WebRtcIsacfix_GetLpcCoef()