Searched refs:hmem1 (Results 1 – 1 of 1) sorted by relevance
114 UChar *hmem1 = hmem; in GetHalfPelMBRegion_C() local115 UChar *hmem2 = hmem1 + 33; in GetHalfPelMBRegion_C()127 *hmem1++ = ((*p1++) + *p2 + *p3 + *p4 + 2) >> 2; in GetHalfPelMBRegion_C()128 *hmem1++ = ((*p2++) + *p4 + 1) >> 1; in GetHalfPelMBRegion_C()133 *hmem1++ = ((*p1++) + (*p2++) + *p3 + *p4 + 2) >> 2; in GetHalfPelMBRegion_C()135 hmem1 += 33; in GetHalfPelMBRegion_C()145 *hmem1++ = ((*p1++) + *p2 + (*p3++) + *p4 + 2) >> 2; in GetHalfPelMBRegion_C()146 *hmem1++ = ((*p2++) + (*p4++) + 1) >> 1; in GetHalfPelMBRegion_C()149 *hmem1 = (*p1 + *p2 + *p3 + *p4 + 2) >> 2; in GetHalfPelMBRegion_C()170 UChar *hmem1 = hmem; in GetHalfPelBlkRegion() local[all …]