Home | History | Annotate | Download | only in celt

Lines Matching refs:OPUS_COPY

447       OPUS_COPY(Y, X, N);
605 OPUS_COPY(X, tmp, N);
628 OPUS_COPY(X, tmp, N);
1146 OPUS_COPY(lowband_scratch, lowband, N);
1392 OPUS_COPY(&norm[n1], &norm[2*n1 - n2], n2-n1);
1394 OPUS_COPY(&norm2[n1], &norm2[2*n1 - n2], n2-n1);
1597 OPUS_COPY(X_save, X, N);
1598 OPUS_COPY(Y_save, Y, N);
1610 OPUS_COPY(X_save2, X, N);
1611 OPUS_COPY(Y_save2, Y, N);
1613 OPUS_COPY(norm_save2, norm+M*eBands[i]-norm_offset, N);
1618 OPUS_COPY(bytes_save, bytes_buf, save_bytes);
1623 OPUS_COPY(X, X_save, N);
1624 OPUS_COPY(Y, Y_save, N);
1639 OPUS_COPY(X, X_save2, N);
1640 OPUS_COPY(Y, Y_save2, N);
1642 OPUS_COPY(norm+M*eBands[i]-norm_offset, norm_save2, N);
1643 OPUS_COPY(bytes_buf, bytes_save, save_bytes);