Searched defs:pDstUp (Results 1 - 1 of 1) sorted by relevance

/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/reference/vc/m4p10/src/
H A DomxVCM4P10_InterpolateHalfVer_Luma.c43 * pDstUp -Pointer to the interpolation buffer of the -pel position above
60 * pSrc, pDstUp, or pDstDown
62 * - iWidth==4 but pDstUp and/or pDstDown is/are not aligned on a 4-byte boundary
63 * - iWidth==8 but pDstUp and/or pDstDown is/are not aligned on a 8-byte boundary
64 * - iWidth==16 but pDstUp and/or pDstDown is/are not aligned on a 16-byte boundary
70 OMX_U8* pDstUp,
81 armRetArgErrIf(pDstUp == NULL, OMX_Sts_BadArgErr)
84 armNot4ByteAligned(pDstUp) &&
87 armNot8ByteAligned(pDstUp) &&
90 armNot16ByteAligned(pDstUp)
67 omxVCM4P10_InterpolateHalfVer_Luma( const OMX_U8* pSrc, OMX_U32 iSrcStep, OMX_U8* pDstUp, OMX_U8* pDstDown, OMX_U32 iDstStep, OMX_U32 iWidth, OMX_U32 iHeight ) argument
[all...]

Completed in 120 milliseconds