Searched refs:WebRtcIsacfix_MatrixProduct2 (Results 1 – 3 of 3) sorted by relevance
/external/webrtc/webrtc/modules/audio_coding/codecs/isac/fix/source/ |
D | isacfix.c | 36 MatrixProduct2 WebRtcIsacfix_MatrixProduct2; variable 213 WebRtcIsacfix_MatrixProduct2 = WebRtcIsacfix_MatrixProduct2Neon; in WebRtcIsacfix_InitNeon() 230 WebRtcIsacfix_MatrixProduct2 = WebRtcIsacfix_MatrixProduct2MIPS; in WebRtcIsacfix_InitMIPS() 254 WebRtcIsacfix_MatrixProduct2 = WebRtcIsacfix_MatrixProduct2C; in InitFunctionPointers()
|
D | entropy_coding.h | 131 extern MatrixProduct2 WebRtcIsacfix_MatrixProduct2;
|
D | entropy_coding.c | 1006 WebRtcIsacfix_MatrixProduct2(WebRtcIsacfix_kT2GainQ15[0], tmpcoeffs2_gQ21, in WebRtcIsacfix_DecodeLpcCoef() 1155 WebRtcIsacfix_MatrixProduct2(WebRtcIsacfix_kT2GainQ15[0], tmpcoeffs2_gQ21, in EstCodeLpcCoef() 1312 WebRtcIsacfix_MatrixProduct2(WebRtcIsacfix_kT2GainQ15[0], tmpcoeffs2_gQ21, in EstCodeLpcCoef() 1397 WebRtcIsacfix_MatrixProduct2(WebRtcIsacfix_kT2GainQ15[0], tmpcoeffs2_gQ21, in WebRtcIsacfix_EstCodeLpcGain() 2017 WebRtcIsacfix_MatrixProduct2(WebRtcIsacfix_kT2GainQ15[0], tmpcoeffs2_gQ21, in WebRtcIsacfix_TranscodeLpcCoef()
|