/external/libopus/celt/ |
D | quant_bands.c | 300 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()
|
D | bands.c | 447 OPUS_COPY(Y, X, N); in stereo_merge() 605 OPUS_COPY(X, tmp, N); in deinterleave_hadamard() 628 OPUS_COPY(X, tmp, N); in interleave_hadamard() 1146 OPUS_COPY(lowband_scratch, lowband, N); in quant_band() 1392 OPUS_COPY(&norm[n1], &norm[2*n1 - n2], n2-n1); in special_hybrid_folding() 1394 OPUS_COPY(&norm2[n1], &norm2[2*n1 - n2], n2-n1); in special_hybrid_folding() 1597 OPUS_COPY(X_save, X, N); in quant_all_bands() 1598 OPUS_COPY(Y_save, Y, N); in quant_all_bands() 1610 OPUS_COPY(X_save2, X, N); in quant_all_bands() 1611 OPUS_COPY(Y_save2, Y, N); in quant_all_bands() [all …]
|
D | os_support.h | 72 #define OPUS_COPY(dst, src, n) (memcpy((dst), (src), (n)*sizeof(*(dst)) + 0*((dst)-(src)) )) macro
|
D | celt_encoder.c | 620 OPUS_COPY(tmp, &X[tf_chan*N0 + (m->eBands[i]<<LM)], N); in tf_analysis() 630 OPUS_COPY(tmp_1, tmp, N); in tf_analysis() 1014 OPUS_COPY(sig, mask, end); in dynalloc_analysis() 1189 OPUS_COPY(pre[c], prefilter_mem+c*COMBFILTER_MAXPERIOD, COMBFILTER_MAXPERIOD); in run_prefilter() 1190 OPUS_COPY(pre[c]+COMBFILTER_MAXPERIOD, in+c*(N+overlap)+overlap, N); in run_prefilter() 1270 OPUS_COPY(in+c*(N+overlap), st->in_mem+c*(overlap), overlap); in run_prefilter() 1279 OPUS_COPY(st->in_mem+c*(overlap), in+c*(N+overlap)+N, overlap); in run_prefilter() 1283 OPUS_COPY(prefilter_mem+c*COMBFILTER_MAXPERIOD, pre[c]+N, COMBFILTER_MAXPERIOD); in run_prefilter() 1286 …OPUS_COPY(prefilter_mem+c*COMBFILTER_MAXPERIOD+COMBFILTER_MAXPERIOD-N, pre[c]+COMBFILTER_MAXPERIOD… in run_prefilter() 1844 OPUS_COPY(bandLogE2, bandLogE, C*nbEBands); in celt_encode_with_ec() [all …]
|
D | celt_decoder.c | 404 OPUS_COPY(freq2, freq, N); in celt_synthesis() 678 OPUS_COPY(exc+MAX_PERIOD-exc_length, fir_tmp, exc_length); in celt_decode_lost() 1135 OPUS_COPY(&oldBandE[nbEBands], oldBandE, nbEBands); 1141 OPUS_COPY(oldLogE2, oldLogE, 2*nbEBands); 1142 OPUS_COPY(oldLogE, oldBandE, 2*nbEBands);
|
/external/libopus/doc/ |
D | opus_update.patch | 22 + OPUS_COPY(&norm[offset+n1], &norm[offset+2*n1 - n2], n2-n1); 24 + OPUS_COPY(&norm2[offset+n1], &norm2[offset+2*n1 - n2], n2-n1);
|
/external/libopus/celt/x86/ |
D | vq_sse2.c | 65 OPUS_COPY(X, _X, N); in op_pvq_search_sse2()
|
/external/libopus/silk/ |
D | dec_API.c | 333 …OPUS_COPY(samplesOut1_tmp_storage2, samplesOut, decControl->nChannelsInternal*(channel_state[ 0 ].… in silk_Decode()
|
/external/libopus/src/ |
D | analysis.c | 196 OPUS_COPY(y, tmp, subframe); in downmix_and_resample() 264 OPUS_COPY(info_out, &tonal->info[pos], 1); in tonality_get_info()
|
D | opus_multistream_encoder.c | 267 OPUS_COPY(in, mem+c*overlap, overlap); in surround_analysis() 333 OPUS_COPY(mem+c*overlap, in+frame_size, overlap); in surround_analysis()
|
D | opus_encoder.c | 1631 …OPUS_COPY(pcm_buf, &st->delay_buffer[(st->encoder_buffer-total_buffer)*st->channels], total_buffer… in opus_encode_native() 1938 …OPUS_COPY(tmp_prefill, &st->delay_buffer[(st->encoder_buffer-total_buffer-st->Fs/400)*st->channels… in opus_encode_native() 1944 OPUS_COPY(&st->delay_buffer[st->channels*(st->encoder_buffer-frame_size-total_buffer)], in opus_encode_native() 1948 …OPUS_COPY(st->delay_buffer, &pcm_buf[(frame_size+total_buffer-st->encoder_buffer)*st->channels], s… in opus_encode_native()
|