Home | History | Annotate | Download | only in celt

Lines Matching refs:N2

652    int N2 = 2*N-1;
654 N2--;
658 qb = celt_sudiv(b+N2*offset, N2);
1386 int n1, n2;
1389 n2 = M*(eBands[start+2]-eBands[start+1]);
1392 OPUS_COPY(&norm[n1], &norm[2*n1 - n2], n2-n1);
1394 OPUS_COPY(&norm2[n1], &norm2[2*n1 - n2], n2-n1);