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

  /frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/reference/vc/m4p10/src/
armVCM4P10_InterpolateHalfVer_Luma.c 49 * [in] iSrcStep Step of the source buffer.
62 OMX_U32 iSrcStep,
81 pos = y * iSrcStep + x;
83 pSrc [pos - 2 * iSrcStep] -
84 5 * pSrc [pos - 1 * iSrcStep] +
86 20 * pSrc [pos + 1 * iSrcStep] -
87 5 * pSrc [pos + 2 * iSrcStep] +
88 pSrc [pos + 3 * iSrcStep];
omxVCM4P10_SADQuar_16x.c 53 * iSrcStep - Step of the original block buffer; must be a multiple of 16
68 * - iSrcStep is not a multiple of 16
76 OMX_U32 iSrcStep,
90 armRetArgErrIf((iSrcStep == 0) || (iSrcStep & 15), OMX_Sts_BadArgErr)
94 (pSrc, pSrcRef0, pSrcRef1, iSrcStep,
omxVCM4P10_SADQuar_4x.c 53 * iSrcStep - Step of the original block buffer; must be a multiple of 4.
68 * - iSrcStep is not a multiple of 4
76 OMX_U32 iSrcStep,
90 armRetArgErrIf((iSrcStep == 0) || (iSrcStep & 3), OMX_Sts_BadArgErr);
93 (pSrc, pSrcRef0, pSrcRef1, iSrcStep,
omxVCM4P10_SADQuar_8x.c 53 * iSrcStep - Step of the original block buffer; must be a multiple of 8.
68 * - iSrcStep is not a multiple of 8
76 OMX_U32 iSrcStep,
91 armRetArgErrIf((iSrcStep == 0) || (iSrcStep & 7), OMX_Sts_BadArgErr)
95 (pSrc, pSrcRef0, pSrcRef1, iSrcStep,
armVCM4P10_Interpolate_Luma.c 47 * [in] iSrcStep Step of the source buffer.
59 OMX_U32 iSrcStep,
72 pDst [y * iDstStep + x] = pSrc [y * iSrcStep + x];
89 * [in] iSrcStep Step of the source buffer.
106 OMX_U32 iSrcStep,
132 pSrcHalfHor += iSrcStep;
141 armM4P10_Copy(pSrc, iSrcStep, pDst, iDstStep, iWidth, iHeight);
147 (pSrcHalfHor, iSrcStep, pDst, iDstStep, iWidth, iHeight);
152 (pDst, pSrcHalfVer, iDstStep, iSrcStep, pDst, iDstStep, iWidth, iHeight);
159 (pSrcHalfVer, iSrcStep, pDst, iDstStep, iWidth, iHeight)
    [all...]
armVCM4P10_Interpolate_Chroma.c 46 * [in] iSrcStep Step of the source buffer.
62 OMX_U32 iSrcStep,
81 armRetArgErrIf(iSrcStep == 0, OMX_Sts_BadArgErr)
99 ACoeff * pSrc [y * iSrcStep + x] +
100 BCoeff * pSrc [y * iSrcStep + x + 1] +
101 CCoeff * pSrc [(y + 1) * iSrcStep + x] +
102 DCoeff * pSrc [(y + 1) * iSrcStep + x + 1] +
113 pDst [y * iDstStep + x] = pSrc [y * iSrcStep + x];
omxVCM4P10_InterpolateHalfHor_Luma.c 49 * iSrcStep - Step of the source buffer.
85 OMX_U32 iSrcStep,
114 iSrcStep,
127 iSrcStep,
omxVCM4P10_InterpolateHalfVer_Luma.c 50 * iSrcStep - Step of the source buffer.
84 OMX_U32 iSrcStep,
112 pSrc - iSrcStep,
113 iSrcStep,
126 iSrcStep,
armVCM4P10_InterpolateHalfHor_Luma.c 48 * [in] iSrcStep Step of the source buffer.
61 OMX_U32 iSrcStep,
79 pos = y * iSrcStep + x;
armVCM4P10_SADQuar.c 49 * [in] iSrcStep Step of the original block buffer
64 OMX_U32 iSrcStep,
85 SAD += armAbs(pSrc [y * iSrcStep + x] - ((
armVCM4P10_InterpolateHalfDiag_Luma.c 50 * [in] iSrcStep Step of the source buffer.
63 OMX_U32 iSrcStep,
87 pos = (y-2) * iSrcStep + x;
  /frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm_neon/vc/m4p10/src/
armVCM4P10_Interpolate_Chroma_s.s 52 iSrcStep RN 1
163 SUB SrcStepMinus1, iSrcStep, Step1
287 SUB pSrc, pSrc, iSrcStep
290 VLD1 dRow0a, [pSrc], iSrcStep
292 VLD1 dRow0b, [pSrc], iSrcStep
301 VLD1 dRow0b, [pSrc], iSrcStep
306 VLD1 dRow0a, [pSrc], iSrcStep
314 VLD1 dRow0b, [pSrc], iSrcStep
318 VLD1 dRow0a, [pSrc], iSrcStep
  /frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm11/vc/api/
armVC.h 851 * [in] iSrcStep Step of the source buffer.
    [all...]
omxVC.h     [all...]
  /frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm_neon/vc/api/
armVC.h 851 * [in] iSrcStep Step of the source buffer.
    [all...]
omxVC.h     [all...]
  /frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/reference/vc/api/
armVC.h 851 * [in] iSrcStep Step of the source buffer.
    [all...]
omxVC.h     [all...]
  /frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm11/vc/m4p10/src/
armVCM4P10_Interpolate_Chroma_s.s 38 iSrcStep RN 1
130 ADD pSrc1, pSrc, iSrcStep

Completed in 345 milliseconds