HomeSort by relevance Sort by last modified time
    Searched refs:refWidth (Results 1 - 13 of 13) sorted by null

  /frameworks/base/media/libstagefright/codecs/on2/h264dec/omxdl/reference/vc/m4p2/src/
omxVCM4P2_BlockMatch_Integer_16x16.c 41 * refWidth - width of the reference plane
80 OMX_INT refWidth,
99 refWidth,
omxVCM4P2_BlockMatch_Integer_8x8.c 41 * refWidth - width of the reference plane
78 OMX_INT refWidth,
96 refWidth,
omxVCM4P2_BlockMatch_Half_16x16.c 43 * refWidth - width of the reference plane
76 OMX_INT refWidth,
99 refWidth,
omxVCM4P2_BlockMatch_Half_8x8.c 44 * refWidth - width of the reference plane
76 OMX_INT refWidth,
98 refWidth,
armVCM4P2_BlockMatch_Half.c 43 * [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]
armVCM4P2_BlockMatch_Integer.c 41 * [in] refWidth width of the reference plane
68 OMX_INT refWidth,
138 pTempSrcRefBuf = pSrcRefBuf + (refWidth * y) + x;
143 outer++, index += refWidth - BlockSize)
  /frameworks/base/opengl/tests/hwc/
hwcColorEquiv.cpp 300 unsigned int refWidth = width - refPosX;
301 if ((refWidth & refFormat->wMod) != 0) {
302 refWidth += refFormat->wMod - (refWidth % refFormat->wMod);
315 refFrame = new GraphicBuffer(refWidth, refHeight,
319 testPrintE(" width %u height: %u format: %u %s", refWidth, refHeight,
325 refWidth, refHeight, refFormat->format,
333 testPrintE(" width %u height: %u format: %u %s", refWidth, refHeight,
  /frameworks/base/media/libstagefright/codecs/on2/h264dec/omxdl/arm11/vc/api/
armVC.h 578 * [in] refWidth width of the reference plane
606 OMX_INT refWidth,
636 * [in] refWidth width of the reference plane
658 OMX_INT refWidth,
    [all...]
omxVC.h 802 * 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
    [all...]
  /frameworks/base/media/libstagefright/codecs/on2/h264dec/omxdl/arm_neon/vc/api/
armVC.h 578 * [in] refWidth width of the reference plane
606 OMX_INT refWidth,
636 * [in] refWidth width of the reference plane
658 OMX_INT refWidth,
    [all...]
omxVC.h 802 * 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
    [all...]
  /frameworks/base/media/libstagefright/codecs/on2/h264dec/omxdl/reference/vc/api/
armVC.h 578 * [in] refWidth width of the reference plane
606 OMX_INT refWidth,
636 * [in] refWidth width of the reference plane
658 OMX_INT refWidth,
    [all...]
omxVC.h 802 * 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
    [all...]

Completed in 206 milliseconds