Home
last modified time | relevance | path

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

/external/webrtc/webrtc/modules/audio_coding/codecs/ilbc/
Dget_lsp_poly.c47 int16_t *lspPtr; in WebRtcIlbcfix_GetLspPoly() local
50 lspPtr = lsp; in WebRtcIlbcfix_GetLspPoly()
56 (*fPtr) = WEBRTC_SPL_MUL((*lspPtr), -1024); in WebRtcIlbcfix_GetLspPoly()
58 lspPtr+=2; in WebRtcIlbcfix_GetLspPoly()
70 tmpW32 = ((high * *lspPtr) << 2) + (((low * *lspPtr) >> 15) << 2); in WebRtcIlbcfix_GetLspPoly()
76 *fPtr -= *lspPtr << 10; in WebRtcIlbcfix_GetLspPoly()
79 lspPtr+=2; in WebRtcIlbcfix_GetLspPoly()
Dlsp_to_lsf.c36 int16_t *lspPtr, *lsfPtr, *cosTblPtr; in WebRtcIlbcfix_Lsp2Lsf() local
47 lspPtr = &lsp[9]; in WebRtcIlbcfix_Lsp2Lsf()
56 while( (((int32_t)(*cosTblPtr)-(*lspPtr)) < 0)&&(k>0) ) in WebRtcIlbcfix_Lsp2Lsf()
63 diff = (*lspPtr)-(*cosTblPtr); in WebRtcIlbcfix_Lsp2Lsf()
80 lspPtr--; in WebRtcIlbcfix_Lsp2Lsf()