Lines Matching defs:Fr
687 * - Fr, Fi (FFT size, complex) the envelope spectrum
698 picoos_int32 *Fr, *Fi;
706 Fr = sig_inObj->F2r_p;
729 Fr[nI] = fExp * fcX;
740 Fr[nI] = fExp * fcX;
752 Fr[nI] = fExp * fcX;
767 * - Fr, Fi (FFT size, real & imaginary) the complex envelope spectrum (only first half of spectrum)
779 picoos_int32 *fr, *Fr, *Fi, *t1, ff; /* - fixed point */
784 Fr = sig_inObj->F2r_p;
789 fr = sig_inObj->imp_p;
793 fr[nn] = Fr[nI]; /* - fixed point */
796 fr[1] = (picoos_int32) (Fr[m4]);
798 fr[nn] = -Fi[nI]; /* - fixed point */
801 rdft(m2, -1, fr);
803 *E = norm_result(m2, fr, norm_window);
814 t1 = fr;FAST_DEVICE(PICODSP_FFTSIZE,*(t1++) /= ff;); /* - fixed point */
833 picoos_int32 *fr, *v1, ff, f;
844 fr = sig_inObj->imp_p;
866 t2 = &(fr[a]);
879 t2 = &(fr[a]);
886 t2 = &(fr[a]);
898 t2 = &(fr[a]);
931 t2 = &(fr[a]);
938 t2 = &(fr[a]);