Searched refs:WebRtcIsacfix_MatrixProduct1 (Results 1 – 3 of 3) sorted by relevance
/external/webrtc/webrtc/modules/audio_coding/codecs/isac/fix/source/ |
D | isacfix.c | 35 MatrixProduct1 WebRtcIsacfix_MatrixProduct1; variable 212 WebRtcIsacfix_MatrixProduct1 = WebRtcIsacfix_MatrixProduct1Neon; in WebRtcIsacfix_InitNeon() 229 WebRtcIsacfix_MatrixProduct1 = WebRtcIsacfix_MatrixProduct1MIPS; in WebRtcIsacfix_InitMIPS() 253 WebRtcIsacfix_MatrixProduct1 = WebRtcIsacfix_MatrixProduct1C; in InitFunctionPointers()
|
D | entropy_coding.h | 130 extern MatrixProduct1 WebRtcIsacfix_MatrixProduct1;
|
D | entropy_coding.c | 983 WebRtcIsacfix_MatrixProduct1(WebRtcIsacfix_kT1GainQ15[model], tmpcoeffs_gQ17, in WebRtcIsacfix_DecodeLpcCoef() 1008 WebRtcIsacfix_MatrixProduct1(WebRtcIsacfix_kT2ShapeQ15[model], in WebRtcIsacfix_DecodeLpcCoef() 1150 WebRtcIsacfix_MatrixProduct1(WebRtcIsacfix_kT1ShapeQ15[0], tmpcoeffs_sQ17, in EstCodeLpcCoef() 1158 WebRtcIsacfix_MatrixProduct1(WebRtcIsacfix_kT2ShapeQ15[0], tmpcoeffs2_sQ17, in EstCodeLpcCoef() 1251 WebRtcIsacfix_MatrixProduct1(WebRtcIsacfix_kT1ShapeQ15[0], tmpcoeffs_sQ17, in EstCodeLpcCoef() 1256 WebRtcIsacfix_MatrixProduct1(WebRtcIsacfix_kT2ShapeQ15[0], tmpcoeffs2_sQ17, in EstCodeLpcCoef()
|