Searched refs:ptrP (Results 1 - 1 of 1) sorted by relevance

/frameworks/av/media/libstagefright/codecs/avc/common/src/
H A Ddeblock.cpp534 int16 *ptrQ, *ptrP; local
557 ptrP = (int16*)refIdx;
559 if (ptrQ[0] != ptrP[1]) pStrength[0] = 1;
560 if (ptrQ[2] != ptrP[3]) pStrength[2] = 1;
573 ptrP = (int16*)(MbP->mvL0 + 3); // points to 4x4 block #3 (the 4th column)
579 tmp = *ptrQ++ - *ptrP++;
583 tmp = *ptrQ-- - *ptrP--;
590 ptrP += 8;
596 tmp = *ptrQ++ - *ptrP++;
600 tmp = *ptrQ-- - *ptrP
[all...]

Completed in 32 milliseconds