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

  /external/libopus/celt/
_kiss_fft_guts.h 159 # define HALF_OF(x) ((x)>>1)
163 # define HALF_OF(x) ((x)*_mm_set1_ps(.5f))
167 # define HALF_OF(x) ((x)*.5f)
  /external/speex/libspeex/
_kiss_fft_guts.h 135 # define HALF_OF(x) ((x)>>1)
139 # define HALF_OF(x) ((x)*_mm_set1_ps(.5))
143 # define HALF_OF(x) ((x)*.5)
  /system/chre/external/kiss_fft/
_kiss_fft_guts.h 130 # define HALF_OF(x) ((x)>>1)
134 # define HALF_OF(x) ((x)*_mm_set1_ps(.5))
138 # define HALF_OF(x) ((x)*.5)
kissfft.hh 120 scalar_type HALF_OF( const scalar_type & a) { return a*.5;}
176 Fout[m] = cpx_type( Fout->real() - HALF_OF(scratch[3].real() ) , Fout->imag() - HALF_OF(scratch[3].imag() ) );

Completed in 541 milliseconds