Searched refs:iSign (Results 1 - 4 of 4) sorted by relevance
/external/webrtc/webrtc/modules/audio_coding/codecs/isac/fix/source/ |
H A D | fft.h | 37 int16_t WebRtcIsacfix_FftRadix16Fastest(int16_t RexQx[], int16_t ImxQx[], int16_t iSign);
|
H A D | fft.c | 71 int16_t WebRtcIsacfix_FftRadix16Fastest(int16_t RexQx[], int16_t ImxQx[], int16_t iSign) { argument 88 if (iSign < 0) { 116 if (iSign < 0) { 134 if (iSign==1) { 218 if (iSign==1) { 243 if (iSign==1) { 323 if (iSign==1) { 361 if (iSign < 0) {
|
/external/webrtc/webrtc/modules/audio_coding/codecs/isac/main/source/ |
H A D | fft.c | 51 * int iSign, double scaling); 78 * size_t nSpan, int iSign, size_t max_factors, 162 int iSign, 231 ret = FFTRADIX (Re, Im, nTotal, nSpan, nPass, iSign, 241 if (iSign < 0) iSign = -iSign; 249 for (i = 0; i < nTotal; i += iSign) 270 int iSign, 348 inc = iSign; 159 WebRtcIsac_Fftns(unsigned int ndim, const int dims[], double Re[], double Im[], int iSign, double scaling, FFTstr *fftstate) argument 265 FFTRADIX(REAL Re[], REAL Im[], size_t nTotal, size_t nPass, size_t nSpan, int iSign, int max_factors, unsigned int max_perm, FFTstr *fftstate) argument [all...] |
/external/pdfium/xfa/src/fxfa/src/fm2js/ |
H A D | xfa_fm2jscontext.cpp | 1884 int32_t iSign = 1;
local 1891 iSign = -1;
1931 iZoneHour *= iSign;
|
Completed in 128 milliseconds