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

/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/reference/vc/comm/src/
H A DomxVCCOMM_Average_16x.c53 * iDstStep - Step of the destination buffer
70 * - iDstStep <= 0 or iDstStep is not a multiple of 16.
80 OMX_U32 iDstStep,
92 armRetArgErrIf((iDstStep == 0) || (iDstStep & 15), OMX_Sts_BadArgErr)
95 (pPred0, pPred1, iPredStep0, iPredStep1, pDstPred, iDstStep, 16, iHeight);
74 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.c53 * iDstStep - Step of the destination buffer.
70 * - iDstStep <= 0 or iDstStep is not a multiple of 8.
80 OMX_U32 iDstStep,
90 armRetArgErrIf((iDstStep == 0) || (iDstStep & 7), OMX_Sts_BadArgErr)
95 (pPred0, pPred1, iPredStep0, iPredStep1, pDstPred, iDstStep, 8, iHeight);
74 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.c50 * [in] iDstStep Step of the destination buffer
65 OMX_U32 iDstStep,
81 pDstPred [y * iDstStep + x] =
59 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/av/media/libstagefright/codecs/on2/h264dec/omxdl/reference/vc/m4p10/src/
H A DomxVCM4P10_Average_4x.c51 * iDstStep - Step of the destination buffer; must be a multiple of 4.
68 * - iDstStep <= 0 or iDstStep is not a multiple of 4
78 OMX_U32 iDstStep,
89 armRetArgErrIf((iDstStep == 0) || (iDstStep & 3), OMX_Sts_BadArgErr)
93 (pPred0, pPred1, iPredStep0, iPredStep1, pDstPred, iDstStep, 4, iHeight);
72 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.c49 * [in] iDstStep Step of the destination(interpolation) buffer.
63 OMX_U32 iDstStep,
91 pDst [y * iDstStep + x] = HalfCoeff;
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_InterpolateHalfVer_Luma.c50 * [in] iDstStep Step of the destination(interpolation) buffer.
64 OMX_U32 iDstStep,
93 pDst [y * iDstStep + x] = (OMX_U8) HalfCoeff;
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_InterpolateHalfHor_Luma.c50 * iDstStep - Step of the destination(interpolation) buffer; must be a
88 OMX_U32 iDstStep,
116 iDstStep,
129 iDstStep,
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.c51 * iDstStep - Step of the destination (interpolation) buffer; must be a
87 OMX_U32 iDstStep,
115 iDstStep,
128 iDstStep,
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_InterpolateHalfDiag_Luma.c51 * [in] iDstStep Step of the destination(interpolation) buffer.
65 OMX_U32 iDstStep,
116 pDst [y * iDstStep + x] = (OMX_U8) HalfCoeff;
61 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.c47 * [in] iDstStep Step of the destination(interpolation) buffer.
64 OMX_U32 iDstStep,
82 armRetArgErrIf(iDstStep == 0, OMX_Sts_BadArgErr)
98 pDst [y * iDstStep + x] = (
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 DarmVCM4P10_Interpolate_Luma.c48 * [in] iDstStep Step of the destination buffer.
61 OMX_U32 iDstStep,
72 pDst [y * iDstStep + x] = pSrc [y * iSrcStep + x];
90 * [in] iDstStep Step of the destination(interpolation) buffer.
108 OMX_U32 iDstStep,
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, iWidt
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...]
/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm11/vc/m4p10/src/
H A DarmVCM4P10_Average_4x_Align_unsafe_s.s67 iDstStep RN 3 label
103 M_STR ResultA, [pDstPred], iDstStep
105 M_STR ResultB, [pDstPred], iDstStep
118 M_STR ResultA, [pDstPred], iDstStep
120 M_STR ResultB, [pDstPred], iDstStep
151 M_STR ResultA, [pDstPred], iDstStep
153 M_STR ResultB, [pDstPred], iDstStep
172 M_STR ResultA, [pDstPred], iDstStep
174 M_STR ResultB, [pDstPred], iDstStep
205 M_STR ResultA, [pDstPred], iDstStep
[all...]
H A DarmVCM4P10_Interpolate_Chroma_s.s40 iDstStep RN 3 label
200 ADD pDst1, pDst, iDstStep
229 RSB iDstStepx2MinusWidth, iWidth, iDstStep, LSL #1
254 ADD pDst2, pDst, iDstStep
267 RSB iDstStepx2MinusWidth, iWidth, iDstStep, LSL #1
/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm_neon/vc/m4p10/src/
H A DarmVCM4P10_Average_4x_Align_unsafe_s.s67 iDstStep RN 3 label
103 M_STR ResultA, [pDstPred], iDstStep
105 M_STR ResultB, [pDstPred], iDstStep
118 M_STR ResultA, [pDstPred], iDstStep
120 M_STR ResultB, [pDstPred], iDstStep
151 M_STR ResultA, [pDstPred], iDstStep
153 M_STR ResultB, [pDstPred], iDstStep
172 M_STR ResultA, [pDstPred], iDstStep
174 M_STR ResultB, [pDstPred], iDstStep
205 M_STR ResultA, [pDstPred], iDstStep
[all...]
H A DarmVCM4P10_Interpolate_Chroma_s.s54 iDstStep RN 3 label
221 VST1 dOutRow0U64, [pDst], iDstStep
224 VST1 dOutRow1U64, [pDst], iDstStep
225 VST1 dOutRow2U64, [pDst], iDstStep
226 VST1 dOutRow3U64, [pDst], iDstStep
252 VST1 dOutRow0U32[0], [pDst], iDstStep
253 VST1 dOutRow1U32[0], [pDst], iDstStep
278 VST1 dOutRow0U16[0], [pDst], iDstStep
279 VST1 dOutRow1U16[0], [pDst], iDstStep
293 VST1 dOut0U64, [pDst], iDstStep
[all...]

Completed in 856 milliseconds