Searched refs:cInt (Results 1 – 1 of 1) sorted by relevance
316 Int *cInt, *cInt2; in ComputeMBSum_C() local320 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()