HomeSort by relevance Sort by last modified time
    Searched refs:OPUS_COPY (Results 1 - 10 of 10) 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);
bands.c 447 OPUS_COPY(Y, X, N);
605 OPUS_COPY(X, tmp, N);
628 OPUS_COPY(X, tmp, N);
    [all...]
celt_encoder.c 620 OPUS_COPY(tmp, &X[tf_chan*N0 + (m->eBands[i]<<LM)], N);
630 OPUS_COPY(tmp_1, tmp, N);
1014 OPUS_COPY(sig, mask, end);
    [all...]
celt_decoder.c 404 OPUS_COPY(freq2, freq, N);
678 OPUS_COPY(exc+MAX_PERIOD-exc_length, fir_tmp, exc_length);
    [all...]
  /external/libopus/celt/x86/
vq_sse2.c 65 OPUS_COPY(X, _X, N);
  /external/libopus/silk/
dec_API.c 333 OPUS_COPY(samplesOut1_tmp_storage2, samplesOut, decControl->nChannelsInternal*(channel_state[ 0 ].frame_length + 2));
  /external/libopus/src/
opus_encoder.c     [all...]
analysis.c 196 OPUS_COPY(y, tmp, subframe);
264 OPUS_COPY(info_out, &tonal->info[pos], 1);
    [all...]
opus_multistream_encoder.c 267 OPUS_COPY(in, mem+c*overlap, overlap);
333 OPUS_COPY(mem+c*overlap, in+frame_size, overlap);
    [all...]

Completed in 1034 milliseconds