Home
last modified time | relevance | path

Searched refs:cInt2 (Results 1 – 1 of 1) sorted by relevance

/frameworks/av/media/libstagefright/codecs/m4v_h263/enc/src/
Dme_utils.cpp316 Int *cInt, *cInt2; in ComputeMBSum_C() local
321 cInt2 = (Int*)(cur + (lx << 3)); in ComputeMBSum_C()
347 tmp = cInt2[3]; in ComputeMBSum_C()
352 tmp = cInt2[2]; in ComputeMBSum_C()
357 tmp = cInt2[1]; in ComputeMBSum_C()
362 tmp = *cInt2; in ComputeMBSum_C()
363 cInt2 += (lx >> 2); in ComputeMBSum_C()