Searched refs:cInt (Results 1 - 1 of 1) sorted by relevance

/frameworks/av/media/libstagefright/codecs/m4v_h263/enc/src/
H A Dme_utils.cpp316 Int *cInt, *cInt2; local
320 cInt = (Int*)cur; /* make sure this is word-align */
325 tmp = cInt[3]; /* load 4 pixels at a time */
330 tmp = cInt[2];
335 tmp = cInt[1];
340 tmp = *cInt;
341 cInt += (lx >> 2);

Completed in 41 milliseconds