Home
last modified time | relevance | path

Searched defs:C_ADDTO (Results 1 – 6 of 6) sorted by relevance

/aosp_15_r20/external/libopus/celt/
H A D_kiss_fft_guts.h85 #define C_ADDTO( res , a)\ macro
139 #define C_ADDTO( res , a)\ macro
/aosp_15_r20/external/rnnoise/src/
H A D_kiss_fft_guts.h85 #define C_ADDTO( res , a)\ macro
139 #define C_ADDTO( res , a)\ macro
/aosp_15_r20/external/speex/tmv/
H A D_kiss_fft_guts_tm.h127 #define C_ADDTO( res , a) \ macro
/aosp_15_r20/external/speex/libspeexdsp/
H A D_kiss_fft_guts.h117 #define C_ADDTO( res , a)\ macro
/aosp_15_r20/system/chre/external/kiss_fft/
H A D_kiss_fft_guts.h117 #define C_ADDTO( res , a)\ macro
H A Dkissfft.hh117 void C_ADDTO( cpx_type & c,const cpx_type & a) { c+=a;} in C_ADDTO() function in kissfft