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

/frameworks/av/media/libstagefright/codecs/avc/common/src/
H A Ddeblock.cpp1090 int C0, c0, dif, AbsDelta, tmp, tmp1; local
1207 c0 = C0 = clipTable[Strng];
1238 if (C0 != 0) /* Multiple zeros in the clip tables */
1240 if (aq < 0) // SrcPtr[inc] += IClip(-C0, C0,(R2 + ((RL0 + 1) >> 1) - (R1<<1)) >> 1);
1243 tmp = R2 + C0;
1244 if ((uint)tmp > (uint)C0 << 1)
1247 R2 = (tmp & (C0 << 1)) - C0;
1252 if (ap < 0) //SrcPtr[-inc2] += IClip(-C0, C
1279 int C0, c0, dif, AbsDelta, Strng, tmp, tmp1; local
[all...]

Completed in 122 milliseconds