HomeSort by relevance Sort by last modified time
    Searched full:x8x8 (Results 1 - 1 of 1) sorted by null

  /frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/reference/vc/m4p10/src/
omxVCM4P10_MotionEstimationMB.c 423 OMX_U32 x8x8, y8x8, x4x4, y4x4, Block8x8, Block4x4; local
432 x8x8 = 8*(Block8x8 & 1);
440 pSrcCurrBuf + (x8x8 + x4x4) + (y8x8 + y4x4) * SrcCurrStep,
442 pTempRefBuf + (x8x8 + x4x4) + (y8x8 + y4x4) * TempRefStep,
    [all...]

Completed in 170 milliseconds