Searched refs:RNN_COPY (Results 1 – 2 of 2) sorted by relevance
/external/rnnoise/src/ |
D | common.h | 32 #define RNN_COPY(dst, src, n) (memcpy((dst), (src), (n)*sizeof(*(dst)) + 0*((dst)-(src)) )) macro
|
D | denoise.c | 298 RNN_COPY(x, st->analysis_mem, FRAME_SIZE); in frame_analysis() 300 RNN_COPY(st->analysis_mem, in, FRAME_SIZE); in frame_analysis() 326 RNN_COPY(&st->pitch_buf[PITCH_BUF_SIZE-FRAME_SIZE], in, FRAME_SIZE); in compute_frame_features() 407 RNN_COPY(st->synthesis_mem, &x[FRAME_SIZE], FRAME_SIZE); in frame_synthesis()
|