Home
last modified time | relevance | path

Searched refs:WebRtcIsacfix_kCosTab1 (Results 1 – 4 of 4) sorted by relevance

/external/webrtc/webrtc/modules/audio_coding/codecs/isac/fix/source/
Dtransform_mips.c16 extern const int16_t WebRtcIsacfix_kCosTab1[FRAMESAMPLES/2];
35 cosptr = (int16_t*)WebRtcIsacfix_kCosTab1; in WebRtcIsacfix_Time2SpecMIPS()
927 cosptr = (int16_t*)WebRtcIsacfix_kCosTab1; in WebRtcIsacfix_Spec2TimeMIPS()
Dtransform.c24 extern const int16_t WebRtcIsacfix_kCosTab1[FRAMESAMPLES/2];
46 tmp1rQ14 = WebRtcIsacfix_kCosTab1[k]; in WebRtcIsacfix_Time2SpecC()
204 tmp1rQ14 = WebRtcIsacfix_kCosTab1[k]; in WebRtcIsacfix_Spec2TimeC()
Dtransform_tables.c20 const int16_t WebRtcIsacfix_kCosTab1[FRAMESAMPLES/2] = { variable
Dtransform_neon.c19 extern const int16_t WebRtcIsacfix_kCosTab1[FRAMESAMPLES/2];
30 const int16_t* kCosTab = &WebRtcIsacfix_kCosTab1[0]; in ComplexMulAndFindMaxNeon()
355 const int16_t* kCosTab = &WebRtcIsacfix_kCosTab1[0]; in PostShiftAndDivideAndDemodulateNeon()