HomeSort by relevance Sort by last modified time
    Searched refs:iSign (Results 1 - 4 of 4) sorted by null

  /external/webrtc/webrtc/modules/audio_coding/codecs/isac/fix/source/
fft.h 21 * isign: exponent: +1 = forward -1 = reverse
37 int16_t WebRtcIsacfix_FftRadix16Fastest(int16_t RexQx[], int16_t ImxQx[], int16_t iSign);
fft.c 71 int16_t WebRtcIsacfix_FftRadix16Fastest(int16_t RexQx[], int16_t ImxQx[], int16_t iSign) {
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/
fft.c 51 * int iSign, double scaling);
62 * ISIGN = the sign of the complex exponential (ie, forward or inverse FFT)
63 * the magnitude of ISIGN (normally 1) is used to determine the
78 * size_t nSpan, int iSign, size_t max_factors,
90 * ISIGN - see above documentation
105 * imaginary parts, the magnitude of ISIGN is changed to 2 to give correct
136 size_t nTotal, size_t nPass, size_t nSpan, int isign,
162 int iSign,
231 ret = FFTRADIX (Re, Im, nTotal, nSpan, nPass, iSign,
241 if (iSign < 0) iSign = -iSign
    [all...]
  /external/pdfium/xfa/src/fxfa/src/fm2js/
xfa_fm2jscontext.cpp     [all...]

Completed in 59 milliseconds