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

/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/reference/vc/m4p2/src/
H A DomxVCM4P2_BlockMatch_Half_16x16.c43 * refWidth - width of the reference plane
76 OMX_INT refWidth,
99 refWidth,
74 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.c44 * refWidth - width of the reference plane
76 OMX_INT refWidth,
98 refWidth,
74 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 DomxVCM4P2_BlockMatch_Integer_16x16.c41 * refWidth - width of the reference plane
80 OMX_INT refWidth,
99 refWidth,
78 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.c41 * refWidth - width of the reference plane
78 OMX_INT refWidth,
96 refWidth,
76 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 DarmVCM4P2_BlockMatch_Half.c43 * [in] refWidth width of the reference plane
65 OMX_INT refWidth,
92 pTempSrcRefBuf = pSrcRefBuf + (refWidth * (pSrcDstMV->dy/2)) + (pSrcDstMV->dx/2);
97 outer++, index += refWidth - BlockSize)
146 pTempSrcRefBuf = pSrcRefBuf + (refWidth * (pSrcDstMV->dy/2))
152 outer++, index += refWidth - BlockSize)
159 + pTempSrcRefBuf[index + refWidth * y] * armAbs(y)
160 + pTempSrcRefBuf[index + refWidth * y + x]
63 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.c41 * [in] refWidth width of the reference plane
68 OMX_INT refWidth,
138 pTempSrcRefBuf = pSrcRefBuf + (refWidth * y) + x;
143 outer++, index += refWidth - BlockSize)
66 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.cpp299 unsigned int refWidth = width - refPosX; local
300 if ((refWidth & refFormat->wMod) != 0) {
301 refWidth += refFormat->wMod - (refWidth % refFormat->wMod);
314 refFrame = new GraphicBuffer(refWidth, refHeight,
318 testPrintE(" width %u height: %u format: %u %s", refWidth, refHeight,
324 refWidth, refHeight, refFormat->format,
332 testPrintE(" width %u height: %u format: %u %s", refWidth, refHeight,

Completed in 79 milliseconds