Home
last modified time | relevance | path

Searched refs:cInt (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
320 cInt = (Int*)cur; /* make sure this is word-align */ in ComputeMBSum_C()
325 tmp = cInt[3]; /* load 4 pixels at a time */ in ComputeMBSum_C()
330 tmp = cInt[2]; in ComputeMBSum_C()
335 tmp = cInt[1]; in ComputeMBSum_C()
340 tmp = *cInt; in ComputeMBSum_C()
341 cInt += (lx >> 2); in ComputeMBSum_C()