Searched refs:refWidth (Results 1 - 13 of 13) sorted by relevance

/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/reference/vc/m4p2/src/
H A DomxVCM4P2_BlockMatch_Integer_16x16.c56 * refWidth - width of the reference plane
95 OMX_INT refWidth,
114 refWidth,
93 omxVCM4P2_BlockMatch_Integer_16x16( const OMX_U8 *pSrcRefBuf, OMX_INT refWidth, const OMXRect *pRefRect, const OMX_U8 *pSrcCurrBuf, const OMXVCM4P2Coordinate *pCurrPointPos, const OMXVCMotionVector *pSrcPreMV, const OMX_INT *pSrcPreSAD, void *pMESpec, OMXVCMotionVector *pDstMV, OMX_INT *pDstSAD ) argument
H A DomxVCM4P2_BlockMatch_Integer_8x8.c56 * refWidth - width of the reference plane
93 OMX_INT refWidth,
111 refWidth,
91 omxVCM4P2_BlockMatch_Integer_8x8( const OMX_U8 *pSrcRefBuf, OMX_INT refWidth, const OMXRect *pRefRect, const OMX_U8 *pSrcCurrBuf, const OMXVCM4P2Coordinate *pCurrPointPos, const OMXVCMotionVector *pSrcPreMV, const OMX_INT *pSrcPreSAD, void *pMESpec, OMXVCMotionVector *pDstMV, OMX_INT *pDstSAD ) argument
H A DomxVCM4P2_BlockMatch_Half_16x16.c58 * refWidth - width of the reference plane
91 OMX_INT refWidth,
114 refWidth,
89 omxVCM4P2_BlockMatch_Half_16x16( const OMX_U8 *pSrcRefBuf, OMX_INT refWidth, const OMXRect *pRefRect, const OMX_U8 *pSrcCurrBuf, const OMXVCM4P2Coordinate *pSearchPointRefPos, OMX_INT rndVal, OMXVCMotionVector *pSrcDstMV, OMX_INT *pDstSAD ) argument
H A DomxVCM4P2_BlockMatch_Half_8x8.c59 * refWidth - width of the reference plane
91 OMX_INT refWidth,
113 refWidth,
89 omxVCM4P2_BlockMatch_Half_8x8( const OMX_U8 *pSrcRefBuf, OMX_INT refWidth, const OMXRect *pRefRect, const OMX_U8 *pSrcCurrBuf, const OMXVCM4P2Coordinate *pSearchPointRefPos, OMX_INT rndVal, OMXVCMotionVector *pSrcDstMV, OMX_INT *pDstSAD ) argument
H A DarmVCM4P2_BlockMatch_Half.c58 * [in] refWidth width of the reference plane
80 OMX_INT refWidth,
107 pTempSrcRefBuf = pSrcRefBuf + (refWidth * (pSrcDstMV->dy/2)) + (pSrcDstMV->dx/2);
112 outer++, index += refWidth - BlockSize)
161 pTempSrcRefBuf = pSrcRefBuf + (refWidth * (pSrcDstMV->dy/2))
167 outer++, index += refWidth - BlockSize)
174 + pTempSrcRefBuf[index + refWidth * y] * armAbs(y)
175 + pTempSrcRefBuf[index + refWidth * y + x]
78 armVCM4P2_BlockMatch_Half( const OMX_U8 *pSrcRefBuf, OMX_INT refWidth, const OMXRect *pRefRect, const OMX_U8 *pSrcCurrBuf, const OMXVCM4P2Coordinate *pSearchPointRefPos, OMX_INT rndVal, OMXVCMotionVector *pSrcDstMV, OMX_INT *pDstSAD, OMX_U8 BlockSize ) argument
H A DarmVCM4P2_BlockMatch_Integer.c56 * [in] refWidth width of the reference plane
83 OMX_INT refWidth,
153 pTempSrcRefBuf = pSrcRefBuf + (refWidth * y) + x;
158 outer++, index += refWidth - BlockSize)
81 armVCM4P2_BlockMatch_Integer( const OMX_U8 *pSrcRefBuf, OMX_INT refWidth, const OMXRect *pRefRect, const OMX_U8 *pSrcCurrBuf, const OMXVCM4P2Coordinate *pCurrPointPos, const OMXVCMotionVector *pSrcPreMV, const OMX_INT *pSrcPreSAD, void *pMESpec, OMXVCMotionVector *pDstMV, OMX_INT *pDstSAD, OMX_U8 BlockSize ) argument
/frameworks/native/opengl/tests/hwc/
H A DhwcColorEquiv.cpp297 unsigned int refWidth = width - refPosX; local
298 if ((refWidth & refFormat->wMod) != 0) {
299 refWidth += refFormat->wMod - (refWidth % refFormat->wMod);
311 refFrame = new GraphicBuffer(refWidth, refHeight,
315 testPrintE(" width %u height: %u format: %u %s", refWidth, refHeight,
321 refWidth, refHeight, refFormat->format,
329 testPrintE(" width %u height: %u format: %u %s", refWidth, refHeight,
/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm11/vc/api/
H A DarmVC.h593 * [in] refWidth width of the reference plane
621 OMX_INT refWidth,
651 * [in] refWidth width of the reference plane
673 OMX_INT refWidth,
H A DomxVC.h802 * refWidth - width of the reference plane
840 OMX_INT refWidth,
869 * refWidth - width of the reference plane
905 OMX_INT refWidth,
936 * refWidth - width of the reference plane
968 OMX_INT refWidth,
997 * refWidth - width of the reference plane
1028 OMX_INT refWidth,
/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm_neon/vc/api/
H A DarmVC.h593 * [in] refWidth width of the reference plane
621 OMX_INT refWidth,
651 * [in] refWidth width of the reference plane
673 OMX_INT refWidth,
H A DomxVC.h802 * refWidth - width of the reference plane
840 OMX_INT refWidth,
869 * refWidth - width of the reference plane
905 OMX_INT refWidth,
936 * refWidth - width of the reference plane
968 OMX_INT refWidth,
997 * refWidth - width of the reference plane
1028 OMX_INT refWidth,
/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/reference/vc/api/
H A DarmVC.h593 * [in] refWidth width of the reference plane
621 OMX_INT refWidth,
651 * [in] refWidth width of the reference plane
673 OMX_INT refWidth,
H A DomxVC.h802 * refWidth - width of the reference plane
840 OMX_INT refWidth,
869 * refWidth - width of the reference plane
905 OMX_INT refWidth,
936 * refWidth - width of the reference plane
968 OMX_INT refWidth,
997 * refWidth - width of the reference plane
1028 OMX_INT refWidth,

Completed in 8926 milliseconds