Searched refs:OPUS_COPY (Results 1 – 6 of 6) sorted by relevance
/external/chromium_org/third_party/opus/src/celt/ |
D | quant_bands.c | 300 OPUS_COPY(oldEBands_intra, oldEBands, C*m->nbEBands); in quant_coarse_energy() 327 OPUS_COPY(intra_bits, intra_buf, nintra_bytes - nstart_bytes); in quant_coarse_energy() 338 OPUS_COPY(intra_buf, intra_bits, nintra_bytes - nstart_bytes); in quant_coarse_energy() 339 OPUS_COPY(oldEBands, oldEBands_intra, C*m->nbEBands); in quant_coarse_energy() 340 OPUS_COPY(error, error_intra, C*m->nbEBands); in quant_coarse_energy() 344 OPUS_COPY(oldEBands, oldEBands_intra, C*m->nbEBands); in quant_coarse_energy() 345 OPUS_COPY(error, error_intra, C*m->nbEBands); in quant_coarse_energy()
|
D | os_support.h | 69 #define OPUS_COPY(dst, src, n) (memcpy((dst), (src), (n)*sizeof(*(dst)) + 0*((dst)-(src)) )) macro
|
D | celt_encoder.c | 1017 OPUS_COPY(pre[c], prefilter_mem+c*COMBFILTER_MAXPERIOD, COMBFILTER_MAXPERIOD); in run_prefilter() 1018 OPUS_COPY(pre[c]+COMBFILTER_MAXPERIOD, in+c*(N+st->overlap)+st->overlap, N); in run_prefilter() 1092 OPUS_COPY(in+c*(N+st->overlap), st->in_mem+c*(st->overlap), st->overlap); in run_prefilter() 1101 OPUS_COPY(st->in_mem+c*(st->overlap), in+c*(N+st->overlap)+N, st->overlap); in run_prefilter() 2289 OPUS_COPY(&st->analysis, info, 1); in opus_custom_encoder_ctl()
|
/external/chromium_org/third_party/opus/src/src/ |
D | repacketizer.c | 192 OPUS_COPY(data, frames[i], len[i]); in opus_repacketizer_out_range_impl()
|
D | analysis.c | 165 OPUS_COPY(info_out, &tonal->info[pos], 1); in tonality_get_info() 617 OPUS_COPY(info_out, info, 1); in tonality_analysis()
|
D | opus_multistream_encoder.c | 257 OPUS_COPY(in, mem+c*overlap, overlap); in surround_analysis() 301 OPUS_COPY(mem+c*overlap, in+frame_size, overlap); in surround_analysis()
|