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

/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/reference/vc/m4p10/src/
H A DomxVCM4P10_BlockMatch_Half.c54 * iBlockWidth==4, 4-byte alignment required. If iBlockWidth==8,
55 * 8-byte alignment required. If iBlockWidth==16, 16-byte alignment
58 * reference picture If iBlockWidth==4, 4-byte alignment
59 * required. If iBlockWidth==8, 8-byte alignment required. If
60 * iBlockWidth==16, 16-byte alignment required.
62 * pixels; must be a multiple of iBlockWidth.
65 * iBlockWidth - Width of the current block in terms of full pixels; must
87 * - iBlockWidth or iBlockHeight are equal to values other than 4, 8, or 16.
97 OMX_U8 iBlockWidth,
92 omxVCM4P10_BlockMatch_Half( const OMX_U8* pSrcOrgY, OMX_S32 nSrcOrgStep, const OMX_U8* pSrcRefY, OMX_S32 nSrcRefStep, OMX_U8 iBlockWidth, OMX_U8 iBlockHeight, OMX_U32 nLamda, const OMXVCMotionVector* pMVPred, OMXVCMotionVector* pSrcDstBestMV, OMX_S32* pBestCost ) argument
[all...]
H A DomxVCM4P10_BlockMatch_Integer.c49 * iBlockWidth==4, 4-byte alignment required. If iBlockWidth==8,
50 * 8-byte alignment required. If iBlockWidth==16, 16-byte alignment
53 * reference picture. If iBlockWidth==4, 4-byte alignment
54 * required. If iBlockWidth==8, 8-byte alignment required. If
55 * iBlockWidth==16, 16-byte alignment required.
57 * of integer pixels; must be a multiple of iBlockWidth.
63 * iBlockWidth - Width of the current block, expressed in terms of integer
86 * - Either iBlockWidth or iBlockHeight are values other than 4, 8, or 16.
98 OMX_U8 iBlockWidth,
91 omxVCM4P10_BlockMatch_Integer( const OMX_U8 *pSrcOrgY, OMX_S32 nSrcOrgStep, const OMX_U8 *pSrcRefY, OMX_S32 nSrcRefStep, const OMXRect *pRefRect, const OMXVCM4P2Coordinate *pCurrPointPos, OMX_U8 iBlockWidth, OMX_U8 iBlockHeight, OMX_U32 nLamda, const OMXVCMotionVector *pMVPred, const OMXVCMotionVector *pMVCandidate, OMXVCMotionVector *pBestMV, OMX_S32 *pBestCost, void *pMESpec ) argument
[all...]
H A DomxVCM4P10_BlockMatch_Quarter.c54 * iBlockWidth==4, 4-byte alignment required. If iBlockWidth==8,
55 * 8-byte alignment required. If iBlockWidth==16, 16-byte alignment
58 * reference picture If iBlockWidth==4, 4-byte alignment
59 * required. If iBlockWidth==8, 8-byte alignment required. If
60 * iBlockWidth==16, 16-byte alignment required.
62 * pixels; must be a multiple of iBlockWidth.
65 * iBlockWidth - Width of the current block in terms of full pixels; must
87 * - iBlockWidth or iBlockHeight are equal to values other than 4, 8, or 16.
97 OMX_U8 iBlockWidth,
92 omxVCM4P10_BlockMatch_Quarter( const OMX_U8* pSrcOrgY, OMX_S32 nSrcOrgStep, const OMX_U8* pSrcRefY, OMX_S32 nSrcRefStep, OMX_U8 iBlockWidth, OMX_U8 iBlockHeight, OMX_U32 nLamda, const OMXVCMotionVector* pMVPred, OMXVCMotionVector* pSrcDstBestMV, OMX_S32* pBestCost ) argument
[all...]

Completed in 369 milliseconds