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.c58 * pDstUp -Pointer to the interpolation buffer of the -pel position above
75 * pSrc, pDstUp, or pDstDown
77 * - iWidth==4 but pDstUp and/or pDstDown is/are not aligned on a 4-byte boundary
78 * - iWidth==8 but pDstUp and/or pDstDown is/are not aligned on a 8-byte boundary
79 * - iWidth==16 but pDstUp and/or pDstDown is/are not aligned on a 16-byte boundary
85 OMX_U8* pDstUp,
96 armRetArgErrIf(pDstUp == NULL, OMX_Sts_BadArgErr)
99 armNot4ByteAligned(pDstUp) &&
102 armNot8ByteAligned(pDstUp) &&
105 armNot16ByteAligned(pDstUp)
82 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 97 milliseconds