HomeSort by relevance Sort by last modified time
    Searched refs:dstStep (Results 51 - 65 of 65) sorted by null

1 23

  /external/opencv/cv/src/
_cvipp.h 52 ( const void* pSrc, int srcStep, CvSize srcRoiSize, void* pDst, int dstStep, \
105 ( const arrtype* src, int srcstep, acctype* dst, int dststep, CvSize size )) \
108 ( const arrtype* src, int srcstep, acctype* dst, int dststep, CvSize size )) \
112 acctype* dst, int dststep, CvSize size )) \
115 ( const arrtype* src, int srcstep, acctype* dst, int dststep, \
121 acctype* dst, int dststep, CvSize size )) \
125 acctype* dst, int dststep, CvSize size )) \
129 const uchar* mask, int maskstep, acctype* dst, int dststep, CvSize size )) \
133 acctype* dst, int dststep, CvSize size, acctype alpha )) \
138 acctype* dst, int dststep, CvSize size ))
    [all...]
cvhistogram.cpp 2056 int dststep = 0, step = 0; local
    [all...]
cvundistort.cpp 46 uchar* dst, int dststep, CvSize size,
59 dststep /= sizeof(dst[0]);
61 for( v = 0; v < size.height; v++, dst += dststep )
105 ( const void* pSrc, int srcStep, void* pDst, int dstStep, CvSize roiSize,
  /frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm11/vc/api/
omxVC.h     [all...]
armVC.h 766 * [in] dstStep Step of the destination buffer
779 OMX_INT dstStep,
    [all...]
  /frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm_neon/vc/api/
omxVC.h     [all...]
armVC.h 766 * [in] dstStep Step of the destination buffer
779 OMX_INT dstStep,
    [all...]
  /frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/reference/vc/api/
omxVC.h     [all...]
armVC.h 766 * [in] dstStep Step of the destination buffer
779 OMX_INT dstStep,
    [all...]
  /frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm_neon/vc/m4p2/src/
omxVCM4P2_DecodeBlockCoef_Intra.c 41 void armVCM4P2_Clip8(OMX_S16 *pSrc, OMX_U8 *pDst, OMX_INT dstStep );
  /frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm11/vc/m4p10/src/
omxVCM4P10_DequantTransformResidualFromPairAndAdd_s.s 367 dstStep RN 10
439 M_LDR dstStep,dstStepOnStack
470 ADD pDstTemp,pDstTemp,dstStep ;// Increment pDst ptr
  /frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm_neon/vc/m4p10/src/
armVCM4P10_InterpolateLuma_HalfVer4x4_unsafe_s.s 42 dstStep RN 3
armVCM4P10_InterpolateLuma_HalfHor4x4_unsafe_s.s 44 dstStep RN 3
armVCM4P10_InterpolateLuma_HalfDiagVerHor4x4_unsafe_s.s 41 dstStep RN 3
armVCM4P10_InterpolateLuma_HalfDiagHorVer4x4_unsafe_s.s 42 dstStep RN 3

Completed in 704 milliseconds

1 23