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

  /external/libopus/celt/
_kiss_fft_guts.h 43 C_SUB( res, a,b) : res = a - b
82 #define C_SUB( res, a,b)\
133 #define C_SUB( res, a,b)\
  /external/speex/libspeex/
_kiss_fft_guts.h 43 C_SUB( res, a,b) : res = a - b
111 #define C_SUB( res, a,b)\
  /system/chre/external/kiss_fft/
_kiss_fft_guts.h 40 C_SUB( res, a,b) : res = a - b
106 #define C_SUB( res, a,b)\
kissfft.hh 116 void C_SUB( cpx_type & c,const cpx_type & a,const cpx_type & b) { c=a-b;}
172 C_SUB(scratch[0],scratch[1],scratch[2]);
217 C_SUB( scratch[10],scratch[1],scratch[4]);
219 C_SUB( scratch[9],scratch[2],scratch[3]);
234 C_SUB(*Fout1,scratch[5],scratch[6]);
249 C_SUB(*Fout3,scratch[11],scratch[12]);

Completed in 79 milliseconds