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

/frameworks/av/media/libstagefright/codecs/m4v_h263/enc/src/
H A Dfastcodemb.cpp534 Int *curInt = (Int*) cur; local
543 cur1 = curInt[1]; /* load cur[4..7] */
544 cur2 = curInt[0];
545 curInt += (width >> 2); /* load cur[0..3] and +=lx */
575 while ((UInt)curInt < (UInt)end);
598 Int *curInt = (Int*)cur; local
604 load1 = curInt[1];
605 load2 = curInt[0];
606 curInt += (width >> 2);
614 while ((UInt)curInt < (UIn
[all...]
H A Ddct.cpp661 Int *curInt, tmp; local
674 curInt = (Int*) cur;
675 tmp = curInt[0]; /* contains 4 pixels */
680 tmp = curInt[1]; /* another 4 pixels */
871 Int *curInt, tmp; local
885 curInt = (Int*) cur;
886 tmp = curInt[0]; /* contains 4 pixels */
891 tmp = curInt[1]; /* another 4 pixels */
1058 Int *curInt, tmp; local
1072 curInt
[all...]

Completed in 54 milliseconds