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

/frameworks/av/media/libstagefright/codecs/avc/enc/src/
H A Dmotion_comp.cpp1315 uint32 *p_tmp; local
1332 p_tmp = (uint32*) & (tmp_res[0][0]);
1393 *p_tmp++ = r4;
1397 p_tmp += ((24 - blkwidth) >> 2); /* move to the next line */
1404 p_tmp -= 6; /* intermediate output */
1454 *p_tmp++ = pkres; /* write 4 pixel */
1457 p_tmp += ((24 - blkwidth) >> 2); /* move to the next line */

Completed in 32 milliseconds