Searched defs:ptrR (Results 1 - 1 of 1) sorted by relevance

/external/webrtc/webrtc/modules/audio_coding/neteq/test/
H A DRTPencode.cc1857 unsigned char* ptrL, *ptrR; local
1871 ptrR = &data[dataLen / 2];
1873 while (ptrL < ptrR) {
1875 memcpy(temp, ptrR, stride);
1878 memmove(ptrL + stride, ptrL, ptrR - ptrL);
1885 ptrR += stride;

Completed in 164 milliseconds