Home
last modified time | relevance | path

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

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