Searched refs:SPEEX_MEMSET (Results 1 - 3 of 3) sorted by relevance
/third_party/pulseaudio/speex/libspeexdsp/ |
H A D | buffer.c | 103 SPEEX_MEMSET() instead of SPEEX_COPY(). Update accordingly. */ in speex_buffer_writezeros() 114 SPEEX_MEMSET(st->data + st->write_ptr, 0, end1 - st->write_ptr); in speex_buffer_writezeros() 118 SPEEX_MEMSET(st->data, 0, end); in speex_buffer_writezeros() 138 SPEEX_MEMSET(data+st->available, 0, len - st->available); in speex_buffer_read()
|
H A D | os_support.h | 106 #define SPEEX_MEMSET(dst, c, n) (memset((dst), (c), (n)*sizeof(*(dst)))) macro
|
/third_party/ffmpeg/libavcodec/ |
H A D | speexdec.c | 80 #define SPEEX_MEMSET(dst, c, n) (memset((dst), (c), (n) * sizeof(*(dst)))) macro 391 SPEEX_MEMSET(exc_out, 0, nsf); in pitch_unquant_3tap() 998 SPEEX_MEMSET(exc, 0, NB_SUBFRAME_SIZE); /* Reset excitation */ in nb_decode() 1085 SPEEX_MEMSET(exc, 0, NB_SUBFRAME_SIZE); in nb_decode() 1290 SPEEX_MEMSET(innov_save, 0, 2 * st->subframe_size); in sb_decode() 1309 SPEEX_MEMSET(exc, 0, st->subframe_size); in sb_decode() 1336 SPEEX_MEMSET(innov2, 0, st->subframe_size); in sb_decode()
|
Completed in 4 milliseconds