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