Searched refs:OPUS_MOVE (Results 1 – 9 of 9) sorted by relevance
/external/libopus/celt/mips/ |
D | celt_mipsr1.h | 78 OPUS_MOVE(y, x, N); in comb_filter() 130 OPUS_MOVE(y+overlap, x+overlap, N-overlap); in comb_filter()
|
/external/libopus/celt/ |
D | os_support.h | 77 #define OPUS_MOVE(dst, src, n) (memmove((dst), (src), (n)*sizeof(*(dst)) + 0*((dst)-(src)) )) macro
|
D | celt.c | 207 OPUS_MOVE(y, x, N); in comb_filter() 250 OPUS_MOVE(y+overlap, x+overlap, N-overlap); in comb_filter()
|
D | entenc.c | 239 OPUS_MOVE(_this->buf+_size-_this->end_offs, in ec_enc_shrink()
|
D | celt_decoder.c | 561 OPUS_MOVE(decode_mem[c], decode_mem[c]+N, in celt_decode_lost() 711 OPUS_MOVE(buf, buf+N, DECODE_BUFFER_SIZE-N); in celt_decode_lost() 1076 OPUS_MOVE(decode_mem[c], decode_mem[c]+N, DECODE_BUFFER_SIZE-N+overlap/2);
|
D | celt_encoder.c | 1285 …OPUS_MOVE(prefilter_mem+c*COMBFILTER_MAXPERIOD, prefilter_mem+c*COMBFILTER_MAXPERIOD+N, COMBFILTER… in run_prefilter() 2253 OPUS_MOVE(st->syn_mem[c], st->syn_mem[c]+N, 2*MAX_PERIOD-N+overlap/2); in celt_encode_with_ec()
|
/external/libopus/src/ |
D | repacketizer.c | 218 OPUS_MOVE(ptr, frames[i], len[i]); in opus_repacketizer_out_range_impl() 252 OPUS_MOVE(data+new_len-len, data, len); in opus_packet_pad()
|
D | analysis.c | 547 OPUS_MOVE(tonal->inmem, tonal->inmem+ANALYSIS_BUF_SIZE-240, 240); in tonality_analysis()
|
D | opus_encoder.c | 1941 …OPUS_MOVE(st->delay_buffer, &st->delay_buffer[st->channels*frame_size], st->channels*(st->encoder_… in opus_encode_native() 2085 OPUS_MOVE(data+ret, data+nb_compr_bytes, redundancy_bytes); in opus_encode_native()
|