HomeSort by relevance Sort by last modified time
    Searched full:hmem1 (Results 1 - 1 of 1) sorted by null

  /frameworks/base/media/libstagefright/codecs/m4v_h263/enc/src/
me_utils.cpp 114 UChar *hmem1 = hmem; local
115 UChar *hmem2 = hmem1 + 33;
127 *hmem1++ = ((*p1++) + *p2 + *p3 + *p4 + 2) >> 2;
128 *hmem1++ = ((*p2++) + *p4 + 1) >> 1;
133 *hmem1++ = ((*p1++) + (*p2++) + *p3 + *p4 + 2) >> 2;
135 hmem1 += 33;
145 *hmem1++ = ((*p1++) + *p2 + (*p3++) + *p4 + 2) >> 2;
146 *hmem1++ = ((*p2++) + (*p4++) + 1) >> 1;
149 *hmem1 = (*p1 + *p2 + *p3 + *p4 + 2) >> 2;
170 UChar *hmem1 = hmem local
    [all...]

Completed in 30 milliseconds