Searched refs:iSrcStep (Results 1 - 19 of 19) sorted by relevance

/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/reference/vc/m4p10/src/
H A DarmVCM4P10_InterpolateHalfVer_Luma.c49 * [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];
60 armVCM4P10_InterpolateHalfVer_Luma( const OMX_U8* pSrc, OMX_U32 iSrcStep, OMX_U8* pDst, OMX_U32 iDstStep, OMX_U32 iWidth, OMX_U32 iHeight ) argument
H A DomxVCM4P10_SADQuar_16x.c53 * 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,
72 omxVCM4P10_SADQuar_16x( const OMX_U8* pSrc, const OMX_U8* pSrcRef0, const OMX_U8* pSrcRef1, OMX_U32 iSrcStep, OMX_U32 iRefStep0, OMX_U32 iRefStep1, OMX_U32* pDstSAD, OMX_U32 iHeight ) argument
H A DomxVCM4P10_SADQuar_4x.c53 * 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,
72 omxVCM4P10_SADQuar_4x( const OMX_U8* pSrc, const OMX_U8* pSrcRef0, const OMX_U8* pSrcRef1, OMX_U32 iSrcStep, OMX_U32 iRefStep0, OMX_U32 iRefStep1, OMX_U32* pDstSAD, OMX_U32 iHeight ) argument
H A DomxVCM4P10_SADQuar_8x.c53 * 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,
72 omxVCM4P10_SADQuar_8x( const OMX_U8* pSrc, const OMX_U8* pSrcRef0, const OMX_U8* pSrcRef1, OMX_U32 iSrcStep, OMX_U32 iRefStep0, OMX_U32 iRefStep1, OMX_U32* pDstSAD, OMX_U32 iHeight ) argument
H A DarmVCM4P10_Interpolate_Luma.c47 * [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, pDs
57 armM4P10_Copy( const OMX_U8* pSrc, OMX_U32 iSrcStep, OMX_U8* pDst, OMX_U32 iDstStep, OMX_U32 iWidth, OMX_U32 iHeight ) argument
104 armVCM4P10_Interpolate_Luma( const OMX_U8 *pSrc, OMX_U32 iSrcStep, OMX_U8 *pDst, OMX_U32 iDstStep, OMX_U32 iWidth, OMX_U32 iHeight, OMX_U32 dx, OMX_U32 dy ) argument
[all...]
H A DarmVCM4P10_Interpolate_Chroma.c46 * [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];
60 armVCM4P10_Interpolate_Chroma( OMX_U8 *pSrc, OMX_U32 iSrcStep, OMX_U8 *pDst, OMX_U32 iDstStep, OMX_U32 iWidth, OMX_U32 iHeight, OMX_U32 dx, OMX_U32 dy ) argument
H A DomxVCM4P10_InterpolateHalfHor_Luma.c49 * iSrcStep - Step of the source buffer.
85 OMX_U32 iSrcStep,
114 iSrcStep,
127 iSrcStep,
83 omxVCM4P10_InterpolateHalfHor_Luma( const OMX_U8* pSrc, OMX_U32 iSrcStep, OMX_U8* pDstLeft, OMX_U8* pDstRight, OMX_U32 iDstStep, OMX_U32 iWidth, OMX_U32 iHeight ) argument
H A DomxVCM4P10_InterpolateHalfVer_Luma.c50 * iSrcStep - Step of the source buffer.
84 OMX_U32 iSrcStep,
112 pSrc - iSrcStep,
113 iSrcStep,
126 iSrcStep,
82 omxVCM4P10_InterpolateHalfVer_Luma( const OMX_U8* pSrc, OMX_U32 iSrcStep, OMX_U8* pDstUp, OMX_U8* pDstDown, OMX_U32 iDstStep, OMX_U32 iWidth, OMX_U32 iHeight ) argument
H A DarmVCM4P10_InterpolateHalfHor_Luma.c48 * [in] iSrcStep Step of the source buffer.
61 OMX_U32 iSrcStep,
79 pos = y * iSrcStep + x;
59 armVCM4P10_InterpolateHalfHor_Luma( const OMX_U8* pSrc, OMX_U32 iSrcStep, OMX_U8* pDst, OMX_U32 iDstStep, OMX_U32 iWidth, OMX_U32 iHeight ) argument
H A DarmVCM4P10_SADQuar.c49 * [in] iSrcStep Step of the original block buffer
64 OMX_U32 iSrcStep,
85 SAD += armAbs(pSrc [y * iSrcStep + x] - ((
60 armVCM4P10_SADQuar( const OMX_U8* pSrc, const OMX_U8* pSrcRef0, const OMX_U8* pSrcRef1, OMX_U32 iSrcStep, OMX_U32 iRefStep0, OMX_U32 iRefStep1, OMX_U32* pDstSAD, OMX_U32 iHeight, OMX_U32 iWidth ) argument
H A DarmVCM4P10_InterpolateHalfDiag_Luma.c50 * [in] iSrcStep Step of the source buffer.
63 OMX_U32 iSrcStep,
87 pos = (y-2) * iSrcStep + x;
61 armVCM4P10_InterpolateHalfDiag_Luma( const OMX_U8* pSrc, OMX_U32 iSrcStep, OMX_U8* pDst, OMX_U32 iDstStep, OMX_U32 iWidth, OMX_U32 iHeight ) argument
/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm_neon/vc/m4p10/src/
H A DarmVCM4P10_Interpolate_Chroma_s.s52 iSrcStep RN 1 label
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/
H A DarmVC.h851 * [in] iSrcStep Step of the source buffer.
864 OMX_U32 iSrcStep,
882 * [in] iSrcStep Step of the source buffer.
895 OMX_U32 iSrcStep,
913 * [in] iSrcStep Step of the source buffer.
926 OMX_U32 iSrcStep,
1039 * [in] iSrcStep Step of the original block buffer
1054 OMX_U32 iSrcStep,
1072 * [in] iSrcStep Step of the source buffer.
1088 OMX_U32 iSrcStep,
[all...]
H A DomxVC.h3745 * iSrcStep - Step of the original block buffer; must be a multiple of 4.
3760 * - iSrcStep is not a multiple of 4
3768 OMX_U32 iSrcStep,
3791 * iSrcStep - Step of the original block buffer; must be a multiple of 8.
3806 * - iSrcStep is not a multiple of 8
3814 OMX_U32 iSrcStep,
3837 * iSrcStep - Step of the original block buffer; must be a multiple of 16
3852 * - iSrcStep is not a multiple of 16
3860 OMX_U32 iSrcStep,
3923 * iSrcStep
[all...]
/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm_neon/vc/api/
H A DarmVC.h851 * [in] iSrcStep Step of the source buffer.
864 OMX_U32 iSrcStep,
882 * [in] iSrcStep Step of the source buffer.
895 OMX_U32 iSrcStep,
913 * [in] iSrcStep Step of the source buffer.
926 OMX_U32 iSrcStep,
1039 * [in] iSrcStep Step of the original block buffer
1054 OMX_U32 iSrcStep,
1072 * [in] iSrcStep Step of the source buffer.
1088 OMX_U32 iSrcStep,
[all...]
H A DomxVC.h3745 * iSrcStep - Step of the original block buffer; must be a multiple of 4.
3760 * - iSrcStep is not a multiple of 4
3768 OMX_U32 iSrcStep,
3791 * iSrcStep - Step of the original block buffer; must be a multiple of 8.
3806 * - iSrcStep is not a multiple of 8
3814 OMX_U32 iSrcStep,
3837 * iSrcStep - Step of the original block buffer; must be a multiple of 16
3852 * - iSrcStep is not a multiple of 16
3860 OMX_U32 iSrcStep,
3923 * iSrcStep
[all...]
/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/reference/vc/api/
H A DarmVC.h851 * [in] iSrcStep Step of the source buffer.
864 OMX_U32 iSrcStep,
882 * [in] iSrcStep Step of the source buffer.
895 OMX_U32 iSrcStep,
913 * [in] iSrcStep Step of the source buffer.
926 OMX_U32 iSrcStep,
1039 * [in] iSrcStep Step of the original block buffer
1054 OMX_U32 iSrcStep,
1072 * [in] iSrcStep Step of the source buffer.
1088 OMX_U32 iSrcStep,
[all...]
H A DomxVC.h3745 * iSrcStep - Step of the original block buffer; must be a multiple of 4.
3760 * - iSrcStep is not a multiple of 4
3768 OMX_U32 iSrcStep,
3791 * iSrcStep - Step of the original block buffer; must be a multiple of 8.
3806 * - iSrcStep is not a multiple of 8
3814 OMX_U32 iSrcStep,
3837 * iSrcStep - Step of the original block buffer; must be a multiple of 16
3852 * - iSrcStep is not a multiple of 16
3860 OMX_U32 iSrcStep,
3923 * iSrcStep
[all...]
/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm11/vc/m4p10/src/
H A DarmVCM4P10_Interpolate_Chroma_s.s38 iSrcStep RN 1 label
130 ADD pSrc1, pSrc, iSrcStep

Completed in 205 milliseconds