Home
last modified time | relevance | path

Searched refs:OPUS_COPY (Results 1 – 5 of 5) 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.c1029 OPUS_COPY(pre[c], prefilter_mem+c*COMBFILTER_MAXPERIOD, COMBFILTER_MAXPERIOD); in run_prefilter()
1030 OPUS_COPY(pre[c]+COMBFILTER_MAXPERIOD, in+c*(N+st->overlap)+st->overlap, N); in run_prefilter()
1105 OPUS_COPY(in+c*(N+st->overlap), st->in_mem+c*(st->overlap), st->overlap); in run_prefilter()
1114 OPUS_COPY(st->in_mem+c*(st->overlap), in+c*(N+st->overlap)+N, st->overlap); in run_prefilter()
2311 OPUS_COPY(&st->analysis, info, 1); in opus_custom_encoder_ctl()
/external/libopus/src/
Danalysis.c165 OPUS_COPY(info_out, &tonal->info[pos], 1); in tonality_get_info()
615 OPUS_COPY(info_out, info, 1); in tonality_analysis()
Dopus_multistream_encoder.c257 OPUS_COPY(in, mem+c*overlap, overlap); in surround_analysis()
301 OPUS_COPY(mem+c*overlap, in+frame_size, overlap); in surround_analysis()