Home
last modified time | relevance | path

Searched refs:OPUS_MOVE (Results 1 – 9 of 9) sorted by relevance

/external/libopus/celt/mips/
Dcelt_mipsr1.h78 OPUS_MOVE(y, x, N); in comb_filter()
130 OPUS_MOVE(y+overlap, x+overlap, N-overlap); in comb_filter()
/external/libopus/celt/
Dos_support.h77 #define OPUS_MOVE(dst, src, n) (memmove((dst), (src), (n)*sizeof(*(dst)) + 0*((dst)-(src)) )) macro
Dcelt.c207 OPUS_MOVE(y, x, N); in comb_filter()
250 OPUS_MOVE(y+overlap, x+overlap, N-overlap); in comb_filter()
Dentenc.c239 OPUS_MOVE(_this->buf+_size-_this->end_offs, in ec_enc_shrink()
Dcelt_decoder.c561 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);
Dcelt_encoder.c1285OPUS_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/
Drepacketizer.c218 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()
Danalysis.c547 OPUS_MOVE(tonal->inmem, tonal->inmem+ANALYSIS_BUF_SIZE-240, 240); in tonality_analysis()
Dopus_encoder.c1941OPUS_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()