OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:SPEEX_MOVE
(Results
1 - 4
of
4
) sorted by null
/external/speex/libspeex/
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);
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);
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
...]
Completed in 737 milliseconds