Home
last modified time | relevance | path

Searched refs:SPEEX_MOVE (Results 1 – 2 of 2) sorted by relevance

/external/speex/libspeexdsp/
Dos_support.h101 #define SPEEX_MOVE(dst, src, n) (memmove((dst), (src), (n)*sizeof(*(dst)) + 0*((dst)-(src)) )) macro
Djitter.c121 SPEEX_MOVE(&tb->timing[pos+1], &tb->timing[pos], move_size); in tb_add()
122 SPEEX_MOVE(&tb->counts[pos+1], &tb->counts[pos], move_size); in tb_add()