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

  /external/libopus/celt/
os_support.h 72 #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);
331 OPUS_COPY(intra_bits, intra_buf, nintra_bytes - nstart_bytes);
342 OPUS_COPY(intra_buf, intra_bits, nintra_bytes - nstart_bytes);
343 OPUS_COPY(oldEBands, oldEBands_intra, C*m->nbEBands);
344 OPUS_COPY(error, error_intra, C*m->nbEBands);
348 OPUS_COPY(oldEBands, oldEBands_intra, C*m->nbEBands);
349 OPUS_COPY(error, error_intra, C*m->nbEBands);
celt_encoder.c 1029 OPUS_COPY(pre[c], prefilter_mem+c*COMBFILTER_MAXPERIOD, COMBFILTER_MAXPERIOD);
1030 OPUS_COPY(pre[c]+COMBFILTER_MAXPERIOD, in+c*(N+st->overlap)+st->overlap, N);
    [all...]
  /external/libopus/src/
analysis.c 165 OPUS_COPY(info_out, &tonal->info[pos], 1);
615 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);
    [all...]

Completed in 108 milliseconds