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

  /system/chre/external/kiss_fft/
kiss_fft.c 33 C_FIXDIV(*Fout,2); C_FIXDIV(*Fout2,2);
61 C_FIXDIV(*Fout,4); C_FIXDIV(Fout[m],4); C_FIXDIV(Fout[m2],4); C_FIXDIV(Fout[m3],4);
109 C_FIXDIV(*Fout,3); C_FIXDIV(Fout[m],3); C_FIXDIV(Fout[m2],3);
160 C_FIXDIV( *Fout0,5); C_FIXDIV( *Fout1,5); C_FIXDIV( *Fout2,5); C_FIXDIV( *Fout3,5); C_FIXDIV( *Fout4,5)
    [all...]
kiss_fftr.c 94 C_FIXDIV(tdc,2);
109 C_FIXDIV(fpk,2);
110 C_FIXDIV(fpnk,2);
137 C_FIXDIV(st->tmpbuf[0],2);
144 C_FIXDIV( fk , 2 );
145 C_FIXDIV( fnkc , 2 );
kissfft.hh 118 void C_FIXDIV( cpx_type & ,int ) {} // NO-OP for float types
166 C_FIXDIV(*Fout,3); C_FIXDIV(Fout[m],3); C_FIXDIV(Fout[m2],3);
208 C_FIXDIV( *Fout0,5); C_FIXDIV( *Fout1,5); C_FIXDIV( *Fout2,5); C_FIXDIV( *Fout3,5); C_FIXDIV( *Fout4,5);
273 C_FIXDIV(scratchbuf[q1],p)
    [all...]
_kiss_fft_guts.h 39 C_FIXDIV( c , div ) : if a fixed point impl., c /= div. noop otherwise
76 # define C_FIXDIV(c,div) \
90 # define C_FIXDIV(c,div) /* NOOP */
  /external/speex/libspeex/
kiss_fft.c 186 C_FIXDIV(*Fout,3); C_FIXDIV(Fout[m],3); C_FIXDIV(Fout[m2],3);
239 C_FIXDIV( *Fout0,5); C_FIXDIV( *Fout1,5); C_FIXDIV( *Fout2,5); C_FIXDIV( *Fout3,5); C_FIXDIV( *Fout4,5);
301 C_FIXDIV(scratchbuf[q1],p);
kiss_fftr.c 107 C_FIXDIV(tdc,2);
122 C_FIXDIV(fpk,2);
123 C_FIXDIV(fpnk,2);
149 /*C_FIXDIV(st->tmpbuf[0],2);*/
156 /*C_FIXDIV( fk , 2 );
157 C_FIXDIV( fnkc , 2 );*/
200 C_FIXDIV(tdc,2);
211 C_FIXDIV(fpk,2);
212 C_FIXDIV(fpnk,2);
274 /*C_FIXDIV(st->tmpbuf[0],2);*
    [all...]
_kiss_fft_guts.h 42 C_FIXDIV( c , div ) : if a fixed point impl., c /= div. noop otherwise
78 # define C_FIXDIV(c,div) \
95 # define C_FIXDIV(c,div) /* NOOP */
  /external/libopus/celt/
_kiss_fft_guts.h 42 C_FIXDIV( c , div ) : if a fixed point impl., c /= div. noop otherwise
75 # define C_FIXDIV(c,div) \
116 # define C_FIXDIV(c,div) /* NOOP */

Completed in 62 milliseconds