HomeSort by relevance Sort by last modified time
    Searched refs:OPUS_COPY (Results 1 - 6 of 6) sorted by null

  /external/chromium_org/third_party/opus/src/celt/
os_support.h 69 #define OPUS_COPY(dst, src, n) (memcpy((dst), (src), (n)*sizeof(*(dst)) + 0*((dst)-(src)) ))
quant_bands.c 300 OPUS_COPY(oldEBands_intra, oldEBands, C*m->nbEBands);
327 OPUS_COPY(intra_bits, intra_buf, nintra_bytes - nstart_bytes);
338 OPUS_COPY(intra_buf, intra_bits, nintra_bytes - nstart_bytes);
339 OPUS_COPY(oldEBands, oldEBands_intra, C*m->nbEBands);
340 OPUS_COPY(error, error_intra, C*m->nbEBands);
344 OPUS_COPY(oldEBands, oldEBands_intra, C*m->nbEBands);
345 OPUS_COPY(error, error_intra, C*m->nbEBands);
celt_encoder.c 1017 OPUS_COPY(pre[c], prefilter_mem+c*COMBFILTER_MAXPERIOD, COMBFILTER_MAXPERIOD);
1018 OPUS_COPY(pre[c]+COMBFILTER_MAXPERIOD, in+c*(N+st->overlap)+st->overlap, N);
    [all...]
  /external/chromium_org/third_party/opus/src/src/
repacketizer.c 192 OPUS_COPY(data, frames[i], len[i]);
analysis.c 165 OPUS_COPY(info_out, &tonal->info[pos], 1);
617 OPUS_COPY(info_out, info, 1);
opus_multistream_encoder.c 257 OPUS_COPY(in, mem+c*overlap, overlap);
301 OPUS_COPY(mem+c*overlap, in+frame_size, overlap);

Completed in 42 milliseconds