Searched refs:CLpc_DecodeAVQ (Results 1 – 3 of 3) sorted by relevance
/external/aac/libAACdec/src/ |
D | usacdec_lpc.h | 122 int CLpc_DecodeAVQ(HANDLE_FDK_BITSTREAM hBs, FIXP_DBL *lsfq, int nk_mode,
|
D | usacdec_lpc.cpp | 703 { err = CLpc_DecodeAVQ(hBs, xq, nk_mode, 2, 8); } in vlpc_2st_dec() 722 int CLpc_DecodeAVQ(HANDLE_FDK_BITSTREAM hBs, FIXP_DBL *pOutput, int nk_mode, in CLpc_DecodeAVQ() function
|
D | usacdec_fac.cpp | 154 if (CLpc_DecodeAVQ(hBs, pFac, 1, 1, length) != 0) { in CLpd_FAC_Read()
|