Home
last modified time | relevance | path

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

/external/libopus/celt/
Dquant_bands.c300 OPUS_COPY(oldEBands_intra, oldEBands, C*m->nbEBands); in quant_coarse_energy()
331 OPUS_COPY(intra_bits, intra_buf, nintra_bytes - nstart_bytes); in quant_coarse_energy()
342 OPUS_COPY(intra_buf, intra_bits, nintra_bytes - nstart_bytes); in quant_coarse_energy()
343 OPUS_COPY(oldEBands, oldEBands_intra, C*m->nbEBands); in quant_coarse_energy()
344 OPUS_COPY(error, error_intra, C*m->nbEBands); in quant_coarse_energy()
348 OPUS_COPY(oldEBands, oldEBands_intra, C*m->nbEBands); in quant_coarse_energy()
349 OPUS_COPY(error, error_intra, C*m->nbEBands); in quant_coarse_energy()
Dos_support.h72 #define OPUS_COPY(dst, src, n) (memcpy((dst), (src), (n)*sizeof(*(dst)) + 0*((dst)-(src)) )) macro
Dcelt_encoder.c587 OPUS_COPY(tmp, &X[tf_chan*N0 + (m->eBands[i]<<LM)], N); in tf_analysis()
597 OPUS_COPY(tmp_1, tmp, N); in tf_analysis()
1089 OPUS_COPY(pre[c], prefilter_mem+c*COMBFILTER_MAXPERIOD, COMBFILTER_MAXPERIOD); in run_prefilter()
1090 OPUS_COPY(pre[c]+COMBFILTER_MAXPERIOD, in+c*(N+overlap)+overlap, N); in run_prefilter()
1165 OPUS_COPY(in+c*(N+overlap), st->in_mem+c*(overlap), overlap); in run_prefilter()
1174 OPUS_COPY(st->in_mem+c*(overlap), in+c*(N+overlap)+N, overlap); in run_prefilter()
1178 OPUS_COPY(prefilter_mem+c*COMBFILTER_MAXPERIOD, pre[c]+N, COMBFILTER_MAXPERIOD); in run_prefilter()
1181OPUS_COPY(prefilter_mem+c*COMBFILTER_MAXPERIOD+COMBFILTER_MAXPERIOD-N, pre[c]+COMBFILTER_MAXPERIOD… in run_prefilter()
1734 OPUS_COPY(bandLogE2, bandLogE, C*nbEBands); in celt_encode_with_ec()
2114 OPUS_COPY(&oldBandE[nbEBands], oldBandE, nbEBands); in celt_encode_with_ec()
[all …]
Dcelt_decoder.c320 OPUS_COPY(freq2, freq, N); in celt_synthesis()
1031 OPUS_COPY(&oldBandE[nbEBands], oldBandE, nbEBands);
1037 OPUS_COPY(oldLogE2, oldLogE, 2*nbEBands);
1038 OPUS_COPY(oldLogE, oldBandE, 2*nbEBands);
Dbands.c422 OPUS_COPY(Y, X, N); in stereo_merge()
580 OPUS_COPY(X, tmp, N); in deinterleave_hadamard()
603 OPUS_COPY(X, tmp, N); in interleave_hadamard()
1111 OPUS_COPY(lowband_scratch, lowband, N); in quant_band()
/external/libopus/silk/
Ddec_API.c333OPUS_COPY(samplesOut1_tmp_storage2, samplesOut, decControl->nChannelsInternal*(channel_state[ 0 ].… in silk_Decode()
/external/libopus/src/
Dopus_multistream_encoder.c271 OPUS_COPY(in, mem+c*overlap, overlap); in surround_analysis()
329 OPUS_COPY(mem+c*overlap, in+frame_size, overlap); in surround_analysis()
Dopus_encoder.c1455OPUS_COPY(pcm_buf, &st->delay_buffer[(st->encoder_buffer-total_buffer)*st->channels], total_buffer… in opus_encode_native()
1769OPUS_COPY(tmp_prefill, &st->delay_buffer[(st->encoder_buffer-total_buffer-st->Fs/400)*st->channels… in opus_encode_native()
1775 OPUS_COPY(&st->delay_buffer[st->channels*(st->encoder_buffer-frame_size-total_buffer)], in opus_encode_native()
1779OPUS_COPY(st->delay_buffer, &pcm_buf[(frame_size+total_buffer-st->encoder_buffer)*st->channels], s… in opus_encode_native()
Danalysis.c178 OPUS_COPY(info_out, &tonal->info[pos], 1); in tonality_get_info()