Searched defs:iDstStep (Results 1 - 15 of 15) sorted by relevance

/frameworks/base/media/libstagefright/codecs/on2/h264dec/omxdl/reference/vc/comm/src/
H A DomxVCCOMM_Average_16x.c38 * iDstStep - Step of the destination buffer
55 * - iDstStep <= 0 or iDstStep is not a multiple of 16.
65 OMX_U32 iDstStep,
77 armRetArgErrIf((iDstStep == 0) || (iDstStep & 15), OMX_Sts_BadArgErr)
80 (pPred0, pPred1, iPredStep0, iPredStep1, pDstPred, iDstStep, 16, iHeight);
59 omxVCCOMM_Average_16x( const OMX_U8* pPred0, const OMX_U8* pPred1, OMX_U32 iPredStep0, OMX_U32 iPredStep1, OMX_U8* pDstPred, OMX_U32 iDstStep, OMX_U32 iHeight ) argument
H A DomxVCCOMM_Average_8x.c38 * iDstStep - Step of the destination buffer.
55 * - iDstStep <= 0 or iDstStep is not a multiple of 8.
65 OMX_U32 iDstStep,
75 armRetArgErrIf((iDstStep == 0) || (iDstStep & 7), OMX_Sts_BadArgErr)
80 (pPred0, pPred1, iPredStep0, iPredStep1, pDstPred, iDstStep, 8, iHeight);
59 omxVCCOMM_Average_8x( const OMX_U8* pPred0, const OMX_U8* pPred1, OMX_U32 iPredStep0, OMX_U32 iPredStep1, OMX_U8* pDstPred, OMX_U32 iDstStep, OMX_U32 iHeight ) argument
H A DarmVCCOMM_Average.c35 * [in] iDstStep Step of the destination buffer
50 OMX_U32 iDstStep,
66 pDstPred [y * iDstStep + x] =
44 armVCCOMM_Average( const OMX_U8* pPred0, const OMX_U8* pPred1, OMX_U32 iPredStep0, OMX_U32 iPredStep1, OMX_U8* pDstPred, OMX_U32 iDstStep, OMX_U32 iWidth, OMX_U32 iHeight ) argument
/frameworks/base/media/libstagefright/codecs/on2/h264dec/omxdl/reference/vc/m4p10/src/
H A DomxVCM4P10_Average_4x.c36 * iDstStep - Step of the destination buffer; must be a multiple of 4.
53 * - iDstStep <= 0 or iDstStep is not a multiple of 4
63 OMX_U32 iDstStep,
74 armRetArgErrIf((iDstStep == 0) || (iDstStep & 3), OMX_Sts_BadArgErr)
78 (pPred0, pPred1, iPredStep0, iPredStep1, pDstPred, iDstStep, 4, iHeight);
57 omxVCM4P10_Average_4x( const OMX_U8* pPred0, const OMX_U8* pPred1, OMX_U32 iPredStep0, OMX_U32 iPredStep1, OMX_U8* pDstPred, OMX_U32 iDstStep, OMX_U32 iHeight ) argument
H A DarmVCM4P10_InterpolateHalfHor_Luma.c34 * [in] iDstStep Step of the destination(interpolation) buffer.
48 OMX_U32 iDstStep,
76 pDst [y * iDstStep + x] = HalfCoeff;
44 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_InterpolateHalfVer_Luma.c35 * [in] iDstStep Step of the destination(interpolation) buffer.
49 OMX_U32 iDstStep,
78 pDst [y * iDstStep + x] = (OMX_U8) HalfCoeff;
45 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_InterpolateHalfHor_Luma.c35 * iDstStep - Step of the destination(interpolation) buffer; must be a
73 OMX_U32 iDstStep,
101 iDstStep,
114 iDstStep,
68 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.c36 * iDstStep - Step of the destination (interpolation) buffer; must be a
72 OMX_U32 iDstStep,
100 iDstStep,
113 iDstStep,
67 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_InterpolateHalfDiag_Luma.c36 * [in] iDstStep Step of the destination(interpolation) buffer.
50 OMX_U32 iDstStep,
101 pDst [y * iDstStep + x] = (OMX_U8) HalfCoeff;
46 armVCM4P10_InterpolateHalfDiag_Luma( const OMX_U8* pSrc, OMX_U32 iSrcStep, OMX_U8* pDst, OMX_U32 iDstStep, OMX_U32 iWidth, OMX_U32 iHeight ) argument
H A DarmVCM4P10_Interpolate_Chroma.c32 * [in] iDstStep Step of the destination(interpolation) buffer.
49 OMX_U32 iDstStep,
67 armRetArgErrIf(iDstStep == 0, OMX_Sts_BadArgErr)
83 pDst [y * iDstStep + x] = (
98 pDst [y * iDstStep + x] = pSrc [y * iSrcStep + x];
45 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 DarmVCM4P10_Interpolate_Luma.c33 * [in] iDstStep Step of the destination buffer.
46 OMX_U32 iDstStep,
57 pDst [y * iDstStep + x] = pSrc [y * iSrcStep + x];
75 * [in] iDstStep Step of the destination(interpolation) buffer.
93 OMX_U32 iDstStep,
126 armM4P10_Copy(pSrc, iSrcStep, pDst, iDstStep, iWidth, iHeight);
132 (pSrcHalfHor, iSrcStep, pDst, iDstStep, iWidth, iHeight);
137 (pDst, pSrcHalfVer, iDstStep, iSrcStep, pDst, iDstStep, iWidth, iHeight);
144 (pSrcHalfVer, iSrcStep, pDst, iDstStep, iWidt
42 armM4P10_Copy( const OMX_U8* pSrc, OMX_U32 iSrcStep, OMX_U8* pDst, OMX_U32 iDstStep, OMX_U32 iWidth, OMX_U32 iHeight ) argument
89 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...]
/frameworks/base/media/libstagefright/codecs/on2/h264dec/omxdl/arm11/vc/m4p10/src/
H A DarmVCM4P10_Average_4x_Align_unsafe_s.s53 iDstStep RN 3 label
89 M_STR ResultA, [pDstPred], iDstStep
91 M_STR ResultB, [pDstPred], iDstStep
104 M_STR ResultA, [pDstPred], iDstStep
106 M_STR ResultB, [pDstPred], iDstStep
137 M_STR ResultA, [pDstPred], iDstStep
139 M_STR ResultB, [pDstPred], iDstStep
158 M_STR ResultA, [pDstPred], iDstStep
160 M_STR ResultB, [pDstPred], iDstStep
191 M_STR ResultA, [pDstPred], iDstStep
[all...]
H A DarmVCM4P10_Interpolate_Chroma_s.s26 iDstStep RN 3 label
186 ADD pDst1, pDst, iDstStep
215 RSB iDstStepx2MinusWidth, iWidth, iDstStep, LSL #1
240 ADD pDst2, pDst, iDstStep
253 RSB iDstStepx2MinusWidth, iWidth, iDstStep, LSL #1
/frameworks/base/media/libstagefright/codecs/on2/h264dec/omxdl/arm_neon/vc/m4p10/src/
H A DarmVCM4P10_Average_4x_Align_unsafe_s.s53 iDstStep RN 3 label
89 M_STR ResultA, [pDstPred], iDstStep
91 M_STR ResultB, [pDstPred], iDstStep
104 M_STR ResultA, [pDstPred], iDstStep
106 M_STR ResultB, [pDstPred], iDstStep
137 M_STR ResultA, [pDstPred], iDstStep
139 M_STR ResultB, [pDstPred], iDstStep
158 M_STR ResultA, [pDstPred], iDstStep
160 M_STR ResultB, [pDstPred], iDstStep
191 M_STR ResultA, [pDstPred], iDstStep
[all...]
H A DarmVCM4P10_Interpolate_Chroma_s.s40 iDstStep RN 3 label
207 VST1 dOutRow0U64, [pDst], iDstStep
210 VST1 dOutRow1U64, [pDst], iDstStep
211 VST1 dOutRow2U64, [pDst], iDstStep
212 VST1 dOutRow3U64, [pDst], iDstStep
238 VST1 dOutRow0U32[0], [pDst], iDstStep
239 VST1 dOutRow1U32[0], [pDst], iDstStep
264 VST1 dOutRow0U16[0], [pDst], iDstStep
265 VST1 dOutRow1U16[0], [pDst], iDstStep
279 VST1 dOut0U64, [pDst], iDstStep
[all...]

Completed in 142 milliseconds