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

  /frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/reference/vc/m4p10/src/
armVCM4P10_Interpolate_Luma.c 48 * [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, iWidth, iHeight)
    [all...]
omxVCM4P10_Average_4x.c 51 * 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);
omxVCM4P10_InterpolateHalfHor_Luma.c 50 * iDstStep - Step of the destination(interpolation) buffer; must be a
88 OMX_U32 iDstStep,
116 iDstStep,
129 iDstStep,
armVCM4P10_Interpolate_Chroma.c 47 * [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];
armVCM4P10_InterpolateHalfHor_Luma.c 49 * [in] iDstStep Step of the destination(interpolation) buffer.
63 OMX_U32 iDstStep,
91 pDst [y * iDstStep + x] = HalfCoeff;
armVCM4P10_InterpolateHalfVer_Luma.c 50 * [in] iDstStep Step of the destination(interpolation) buffer.
64 OMX_U32 iDstStep,
93 pDst [y * iDstStep + x] = (OMX_U8) HalfCoeff;
omxVCM4P10_InterpolateHalfVer_Luma.c 51 * iDstStep - Step of the destination (interpolation) buffer; must be a
87 OMX_U32 iDstStep,
115 iDstStep,
128 iDstStep,
armVCM4P10_InterpolateHalfDiag_Luma.c 51 * [in] iDstStep Step of the destination(interpolation) buffer.
65 OMX_U32 iDstStep,
116 pDst [y * iDstStep + x] = (OMX_U8) HalfCoeff;
  /frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/reference/vc/comm/src/
omxVCCOMM_Average_16x.c 53 * 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);
omxVCCOMM_Average_8x.c 53 * 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);
armVCCOMM_Average.c 50 * [in] iDstStep Step of the destination buffer
65 OMX_U32 iDstStep,
81 pDstPred [y * iDstStep + x] =
  /frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm11/vc/m4p10/src/
armVCM4P10_Average_4x_Align_unsafe_s.s 67 iDstStep RN 3
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...]
armVCM4P10_Interpolate_Chroma_s.s 40 iDstStep RN 3
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/
armVCM4P10_Average_4x_Align_unsafe_s.s 67 iDstStep RN 3
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...]
armVCM4P10_Interpolate_Chroma_s.s 54 iDstStep RN 3
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...]
  /frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm11/vc/api/
armVC.h 852 * [in] iDstStep Step of the destination(interpolation) buffer.
    [all...]
omxVC.h 68 * iDstStep - Step of the destination buffer.
85 * - iDstStep <= 0 or iDstStep is not a multiple of 8.
95 OMX_U32 iDstStep,
116 * iDstStep - Step of the destination buffer
133 * - iDstStep <= 0 or iDstStep is not a multiple of 16.
143 OMX_U32 iDstStep,
    [all...]
  /frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm_neon/vc/api/
armVC.h 852 * [in] iDstStep Step of the destination(interpolation) buffer.
    [all...]
omxVC.h 68 * iDstStep - Step of the destination buffer.
85 * - iDstStep <= 0 or iDstStep is not a multiple of 8.
95 OMX_U32 iDstStep,
116 * iDstStep - Step of the destination buffer
133 * - iDstStep <= 0 or iDstStep is not a multiple of 16.
143 OMX_U32 iDstStep,
    [all...]
  /frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/reference/vc/api/
armVC.h 852 * [in] iDstStep Step of the destination(interpolation) buffer.
    [all...]
omxVC.h 68 * iDstStep - Step of the destination buffer.
85 * - iDstStep <= 0 or iDstStep is not a multiple of 8.
95 OMX_U32 iDstStep,
116 * iDstStep - Step of the destination buffer
133 * - iDstStep <= 0 or iDstStep is not a multiple of 16.
143 OMX_U32 iDstStep,
    [all...]

Completed in 3808 milliseconds