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 33 * [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, iWidth, iHeight)
    [all...]
omxVCM4P10_Average_4x.c 36 * 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);
omxVCM4P10_InterpolateHalfHor_Luma.c 35 * iDstStep - Step of the destination(interpolation) buffer; must be a
73 OMX_U32 iDstStep,
101 iDstStep,
114 iDstStep,
armVCM4P10_Interpolate_Chroma.c 32 * [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];
armVCM4P10_InterpolateHalfHor_Luma.c 34 * [in] iDstStep Step of the destination(interpolation) buffer.
48 OMX_U32 iDstStep,
76 pDst [y * iDstStep + x] = HalfCoeff;
armVCM4P10_InterpolateHalfVer_Luma.c 35 * [in] iDstStep Step of the destination(interpolation) buffer.
49 OMX_U32 iDstStep,
78 pDst [y * iDstStep + x] = (OMX_U8) HalfCoeff;
omxVCM4P10_InterpolateHalfVer_Luma.c 36 * iDstStep - Step of the destination (interpolation) buffer; must be a
72 OMX_U32 iDstStep,
100 iDstStep,
113 iDstStep,
armVCM4P10_InterpolateHalfDiag_Luma.c 36 * [in] iDstStep Step of the destination(interpolation) buffer.
50 OMX_U32 iDstStep,
101 pDst [y * iDstStep + x] = (OMX_U8) HalfCoeff;
  /frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/reference/vc/comm/src/
omxVCCOMM_Average_16x.c 38 * 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);
omxVCCOMM_Average_8x.c 38 * 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);
armVCCOMM_Average.c 35 * [in] iDstStep Step of the destination buffer
50 OMX_U32 iDstStep,
66 pDstPred [y * iDstStep + x] =
  /frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm11/vc/m4p10/src/
armVCM4P10_Average_4x_Align_unsafe_s.s 53 iDstStep RN 3
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...]
armVCM4P10_Interpolate_Chroma_s.s 26 iDstStep RN 3
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/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm_neon/vc/m4p10/src/
armVCM4P10_Average_4x_Align_unsafe_s.s 53 iDstStep RN 3
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...]
armVCM4P10_Interpolate_Chroma_s.s 40 iDstStep RN 3
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...]
  /frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm11/vc/api/
armVC.h 837 * [in] iDstStep Step of the destination(interpolation) buffer.
851 OMX_U32 iDstStep,
    [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 837 * [in] iDstStep Step of the destination(interpolation) buffer.
851 OMX_U32 iDstStep,
    [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 837 * [in] iDstStep Step of the destination(interpolation) buffer.
851 OMX_U32 iDstStep,
    [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 231 milliseconds