Home
last modified time | relevance | path

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

/frameworks/av/media/libstagefright/codecs/amrnb/common/src/
Dint_lpc.cpp190 Word16 *p_lsp = &lsp[0]; in Int_lpc_1and3() local
196 *(p_lsp++) = (*(p_lsp_old++) >> 1) + (*(p_lsp_mid++) >> 1); in Int_lpc_1and3()
197 *(p_lsp++) = (*(p_lsp_old++) >> 1) + (*(p_lsp_mid++) >> 1); in Int_lpc_1and3()
215 p_lsp = &lsp[0]; in Int_lpc_1and3()
219 *(p_lsp++) = (*(p_lsp_mid++) >> 1) + (*(p_lsp_new++) >> 1); in Int_lpc_1and3()
220 *(p_lsp++) = (*(p_lsp_mid++) >> 1) + (*(p_lsp_new++) >> 1); in Int_lpc_1and3()
327 Word16 *p_lsp = &lsp[0]; in Int_lpc_1and3_2() local
333 *(p_lsp++) = (*(p_lsp_old++) >> 1) + (*(p_lsp_mid++) >> 1); in Int_lpc_1and3_2()
334 *(p_lsp++) = (*(p_lsp_old++) >> 1) + (*(p_lsp_mid++) >> 1); in Int_lpc_1and3_2()
340 p_lsp = &lsp[0]; in Int_lpc_1and3_2()
[all …]
Dlsp_lsf.cpp357 Word16 *p_lsp = &lsp[m-1]; in Lsp_lsf() local
366 temp = *(p_lsp--); in Lsp_lsf()
/frameworks/av/media/libstagefright/codecs/amrnb/enc/src/
Dton_stab.cpp535 Word16 *p_lsp = &lsp[3]; in check_lsp() local
545 dist = *(p_lsp++) - *(p_lsp_1++); in check_lsp()
554 p_lsp = &lsp[1]; in check_lsp()
559 dist = *(p_lsp++) - *(p_lsp_1++); in check_lsp()