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

/frameworks/base/media/libstagefright/codecs/avc/common/src/
H A Ddeblock.cpp1089 int C0, c0, dif, AbsDelta, tmp, tmp1; local
1206 c0 = C0 = clipTable[Strng];
1237 if (C0 != 0) /* Multiple zeros in the clip tables */
1239 if (aq < 0) // SrcPtr[inc] += IClip(-C0, C0,(R2 + ((RL0 + 1) >> 1) - (R1<<1)) >> 1);
1242 tmp = R2 + C0;
1243 if ((uint)tmp > (uint)C0 << 1)
1246 R2 = (tmp & (C0 << 1)) - C0;
1251 if (ap < 0) //SrcPtr[-inc2] += IClip(-C0, C
1278 int C0, c0, dif, AbsDelta, Strng, tmp, tmp1; local
[all...]

Completed in 29 milliseconds