Home
last modified time | relevance | path

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

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