Home
last modified time | relevance | path

Searched refs:fftstr_obj (Results 1 – 5 of 5) sorted by relevance

/external/webrtc/webrtc/modules/audio_coding/codecs/isac/main/source/
Dtransform.c43 FFTstr* fftstr_obj) { in WebRtcIsac_Time2Spec() argument
64 WebRtcIsac_Fftns(1, dims, tmpre, tmpim, -1, 1.0, fftstr_obj); in WebRtcIsac_Time2Spec()
87 FFTstr* fftstr_obj) { in WebRtcIsac_Spec2time() argument
113 WebRtcIsac_Fftns(1, &dims, outre1, outre2, 1, FRAMESAMPLES_HALF, fftstr_obj); in WebRtcIsac_Spec2time()
Dstructs.h320 FFTstr fftstr_obj; member
363 FFTstr fftstr_obj; member
389 FFTstr fftstr_obj; member
398 FFTstr fftstr_obj; member
Ddecode.c127 &ISACdecLB_obj->fftstr_obj); in WebRtcIsac_DecodeLb()
225 &ISACdecUB_obj->fftstr_obj); in WebRtcIsac_DecodeUb16()
292 real_f, imag_f, LPw, HPw, &ISACdecUB_obj->fftstr_obj); in WebRtcIsac_DecodeUb12()
Dcodec.h187 FFTstr* fftstr_obj);
194 FFTstr* fftstr_obj);
Dencode.c387 LPw_pf, HPw, fre, fim, &ISACencLB_obj->fftstr_obj); in WebRtcIsac_EncodeLb()
790 fre, fim, &ISACencUB_obj->fftstr_obj); in WebRtcIsac_EncodeUb16()
966 LPw, HPw, fre, fim, &ISACencUB_obj->fftstr_obj); in WebRtcIsac_EncodeUb12()