HomeSort by relevance Sort by last modified time
    Searched refs:lspPtr (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/third_party/webrtc/modules/audio_coding/codecs/ilbc/
get_lsp_poly.c 47 int16_t *lspPtr;
50 lspPtr = lsp;
56 (*fPtr) = WEBRTC_SPL_MUL((*lspPtr), -1024);
58 lspPtr+=2;
70 tmpW32 = WEBRTC_SPL_LSHIFT_W32(WEBRTC_SPL_MUL_16_16(high, (*lspPtr)), 2) +
71 WEBRTC_SPL_LSHIFT_W32(WEBRTC_SPL_MUL_16_16_RSFT(low, (*lspPtr), 15), 2);
77 (*fPtr) -= (int32_t)WEBRTC_SPL_LSHIFT_W32((int32_t)(*lspPtr), 10);
80 lspPtr+=2;
lsp_to_lsf.c 36 int16_t *lspPtr, *lsfPtr, *cosTblPtr;
47 lspPtr = &lsp[9];
56 while( (((int32_t)(*cosTblPtr)-(*lspPtr)) < 0)&&(k>0) )
63 diff = (*lspPtr)-(*cosTblPtr);
80 lspPtr--;

Completed in 189 milliseconds