HomeSort by relevance Sort by last modified time
    Searched full:c_sub (Results 1 - 7 of 7) sorted by null

  /external/speex/libspeex/
kiss_fft.c 77 C_SUB( *Fout2 , *Fout , t );
114 C_SUB( scratch[5] , *Fout, scratch[1] );
117 C_SUB( scratch[4] , scratch[0] , scratch[2] );
118 C_SUB( Fout[m2], *Fout, scratch[3] );
146 C_SUB( scratch[5] , *Fout, scratch[1] );
149 C_SUB( scratch[4] , scratch[0] , scratch[2] );
152 C_SUB( Fout[m2], *Fout, scratch[3] );
193 C_SUB(scratch[0],scratch[1],scratch[2]);
249 C_SUB( scratch[10],scratch[1],scratch[4]);
251 C_SUB( scratch[9],scratch[2],scratch[3])
    [all...]
kiss_fftr.c 126 C_SUB( f2k, fpk , fpnk );
160 C_SUB (tmp, fk, fnkc);
163 C_SUB (st->tmpbuf[ncfft - k], fek, fok);
215 C_SUB( f2k, fpk , fpnk );
286 C_SUB (tmp, fk, fnkc);
289 C_SUB (st->tmpbuf[ncfft - k], fek, fok);
_kiss_fft_guts.h 43 C_SUB( res, a,b) : res = a - b
111 #define C_SUB( res, a,b)\
  /external/libopus/celt/
kiss_fft.c 73 C_SUB( *Fout2 , *Fout , t );
104 C_SUB( *Fout2 , *Fout , t );
140 C_SUB( scratch[5] , *Fout, scratch[1] );
143 C_SUB( scratch[4] , scratch[0] , scratch[2] );
144 C_SUB( Fout[m2], *Fout, scratch[3] );
185 C_SUB( scratch[5] , *Fout, scratch[1] );
188 C_SUB( scratch[4] , scratch[0] , scratch[2] );
189 C_SUB( Fout[m2], *Fout, scratch[3] );
236 C_SUB(scratch[0],scratch[1],scratch[2]);
286 C_SUB(scratch[0],scratch[1],scratch[2])
    [all...]
_kiss_fft_guts.h 43 C_SUB( res, a,b) : res = a - b
86 #define C_SUB( res, a,b)\
134 #define C_SUB( res, a,b)\
  /external/libvpx/libvpx/third_party/libyuv/source/
row_common.cc 917 int c_sub = src_y2[i + 2]; local
920 int c_diff = c - c_sub;
935 int c_sub = src_y1[i + 2]; local
938 int c_diff = c - c_sub;
    [all...]
  /external/libyuv/files/source/
row_common.cc 888 int c_sub = src_y2[i + 2]; local
891 int c_diff = c - c_sub;
906 int c_sub = src_y1[i + 2]; local
909 int c_diff = c - c_sub;
    [all...]

Completed in 303 milliseconds