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

  /external/speex/libspeex/
misc_bfin.h 37 void *speex_move (void *dest, void *src, int n) function
os_support.h 101 #define SPEEX_MOVE(dst, src, n) (memmove((dst), (src), (n)*sizeof(*(dst)) + 0*((dst)-(src)) ))
bits.c 151 SPEEX_MOVE(bits->chars, &bits->chars[bits->charPtr], nchars-bits->charPtr);
nb_celp.c 295 SPEEX_MOVE(st->excBuf, st->excBuf+st->frameSize, st->max_pitch+2);
296 SPEEX_MOVE(st->swBuf, st->swBuf+st->frameSize, st->max_pitch+2);
414 SPEEX_MOVE(st->psy_window, st->psy_window+st->frameSize, 256-st->frameSize);
    [all...]
kiss_fft.c 512 SPEEX_MOVE(fout,tmpbuf,st->nfft);*/
jitter.c 123 SPEEX_MOVE(&tb->timing[pos+1], &tb->timing[pos], move_size);
124 SPEEX_MOVE(&tb->counts[pos+1], &tb->counts[pos], move_size);

Completed in 148 milliseconds