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

/frameworks/av/media/libstagefright/codecs/m4v_h263/enc/src/
H A Dme_utils.cpp115 UChar *hmem2 = hmem1 + 33; local
129 *hmem2++ = ((*p3++) + *p4 + 1) >> 1;
130 *hmem2++ = *p4++;
134 *hmem2++ = ((*p3++) + (*p4++) + 1) >> 1;
136 hmem2 += 33;
171 UChar *hmem2 = hmem1 + 17; local
185 *hmem2++ = ((*p3++) + *p4 + 1) >> 1;
186 *hmem2++ = *p4++;
190 *hmem2++ = ((*p3++) + (*p4++) + 1) >> 1;
192 hmem2
[all...]

Completed in 139 milliseconds