HomeSort by relevance Sort by last modified time
    Searched full:dststep (Results 26 - 50 of 86) sorted by null

12 3 4

  /external/chromium_org/third_party/openmax_dl/dl/sp/src/arm/arm64/
armSP_FFT_CToC_FC32_Radix4_s.S 77 #define dstStep x14
149 lsl dstStep,outPointStep, #1
151 ADD dstStep,dstStep,outPointStep // dstStep = 3*outPointStep
152 // dstStep = - 3*outPointStep+16
153 rsb dstStep,dstStep,#16
285 st2 {dZr1,dZi1},[pDst],dstStep
304 st2 {dZr3,dZi3},[pDst],dstStep
    [all...]
armSP_FFT_CToC_FC32_Radix2_fs_s.S 67 #define dstStep x9
112 // dstStep = step = -pointStep + 8
113 ST1 {dY1},[pDst],dstStep
armSP_FFT_CToC_FC32_Radix4_ls_s.S 62 #define dstStep x10
157 lsl dstStep,outPointStep, #1
161 ADD dstStep,dstStep,outPointStep // dstStep = 3*outPointStep
163 rsb dstStep,dstStep,#16 // dstStep = - 3*outPointStep+16
326 // dstStep = -outPointStep + 16
327 st2 {dZr1,dZi1},[pDst],dstStep
    [all...]
armSP_FFT_CToC_FC32_Radix2_ls_s.S 60 #define dstStep x10
92 rsb dstStep,outPointStep,#16
130 st2 {dYr1,dYi1},[pDst],dstStep // dstStep = step = -outPointStep + 16
armSP_FFT_CToC_FC32_Radix2_s.S 68 #define dstStep x11
115 rsb dstStep,outPointStep,#16
158 // dstStep = -outPointStep + 16
159 st2 {dY2,dY3},[pDst],dstStep
  /external/chromium_org/third_party/openmax_dl/dl/sp/src/arm/neon/
armSP_FFT_CToC_FC32_Radix4_unsafe_s.S 73 #define dstStep r10
156 MOV dstStep,outPointStep,LSL #1
157 ADD dstStep,dstStep,outPointStep @// dstStep = 3*outPointStep
158 @// dstStep = - 3*outPointStep+16
159 RSB dstStep,dstStep,#16
275 VST2 {dZr1,dZi1},[pDst :128],dstStep
291 VST2 {dZr3,dZi3},[pDst :128],dstStep
    [all...]
armSP_FFT_CToC_FC32_Radix2_fs_unsafe_s.S 66 #define dstStep r8
110 @// dstStep = step = -pointStep + 8
111 VST1 dY1,[pDst],dstStep
armSP_FFT_CToC_FC32_Radix4_ls_unsafe_s.S 60 #define dstStep r5
158 MOV dstStep,outPointStep,LSL #1
162 ADD dstStep,dstStep,outPointStep @// dstStep = 3*outPointStep
163 RSB dstStep,dstStep,#16 @// dstStep = - 3*outPointStep+16
287 @// dstStep = -outPointStep + 16
288 VST2 {dZr1,dZi1},[pDst :128],dstStep
    [all...]
armSP_FFT_CToC_SC16_Radix4_unsafe_s.S 80 #define dstStep r10
161 MOV dstStep,outPointStep,LSL #1
162 ADD dstStep,dstStep,outPointStep @// dstStep = 3*outPointStep
163 RSB dstStep,dstStep,#16 @// dstStep = - 3*outPointStep+16
271 VST2 {dZr3,dZi3},[pDst :128],dstStep
288 VST2 {dZr2,dZi2},[pDst :128],dstStep
    [all...]
armSP_FFT_CToC_SC32_Radix4_unsafe_s.S 82 #define dstStep r10
165 MOV dstStep,outPointStep,LSL #1
166 ADD dstStep,dstStep,outPointStep @// dstStep = 3*outPointStep
167 RSB dstStep,dstStep,#16 @// dstStep = - 3*outPointStep+16
281 VST2 {dZr1,dZi1},[pDst :128],dstStep
297 VST2 {dZr3,dZi3},[pDst :128],dstStep
    [all...]
armSP_FFT_CToC_FC32_Radix2_ls_unsafe_s.S 58 #define dstStep r5
88 RSB dstStep,outPointStep,#16
126 VST2 {dYr1,dYi1},[pDst],dstStep @// dstStep = step = -outPointStep + 16
armSP_FFT_CToC_SC32_Radix2_ls_unsafe_s.S 67 #define dstStep r5
97 RSB dstStep,outPointStep,#16
145 VST2 {dYr1,dYi1},[pDst],dstStep @// dstStep = step = -outPointStep + 16
armSP_FFT_CToC_SC16_Radix2_ps_unsafe_s.S 67 #define dstStep r5
111 RSB dstStep,outPointStep,#8
172 VST1 dY1,[pDst],dstStep @// dstStep = -outPointStep + 8
174 VST1 dY3,[pDst],dstStep @// point1: of set0,set1 of grp1
armSP_FFT_CToC_SC16_Radix2_fs_unsafe_s.S 74 #define dstStep r8
132 VST1 {dY1S32[0]},[pDst],dstStep @// dstStep = step = -pointStep + 4
armSP_FFT_CToC_SC32_Radix2_fs_unsafe_s.S 74 #define dstStep r8
128 VST1 dY1,[pDst],dstStep @// dstStep = step = -pointStep + 8
  /frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/reference/vc/m4p10/src/
omxVCM4P10_PredictIntra_16x16.c 40 * dstStep - Step of the destination buffer; must be a multiple of 16.
55 * dstStep < 16. or dstStep is not a multiple of 16.
85 OMX_INT dstStep,
93 armRetArgErrIf(dstStep < 16, OMX_Sts_BadArgErr);
94 armRetArgErrIf((dstStep % 16) != 0, OMX_Sts_BadArgErr);
115 pDst[y*dstStep+x] = pSrcAbove[x];
125 pDst[y*dstStep+x] = pSrcLeft[y*leftStep];
166 pDst[y*dstStep+x] = (OMX_U8)Sum;
190 pDst[y*dstStep+x] = (OMX_U8)armClip(0,255,Sum)
    [all...]
armVCM4P10_PredictIntraDC4x4.c 34 * [in] dstStep Step of the destination buffer
47 OMX_INT dstStep,
85 pDst[y*dstStep+x] = (OMX_U8)Sum;
omxVCM4P10_DequantTransformResidualFromPairAndAdd.c 67 * dstStep - Destination frame step in bytes; must be a multiple of 4
84 * - predStep or dstStep is not a multiple of 4.
96 OMX_INT dstStep,
110 armRetArgErrIf(dstStep & 3, OMX_Sts_BadArgErr);
138 pDst[y*dstStep+x] = (OMX_U8)armClip(0,255,pPred[y*predStep+x] + pDelta[4*y+x]);
  /frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm11/vc/m4p10/src/
omxVCM4P10_PredictIntra_16x16_s.s 102 dstStep RN 5 ;// input variable
115 M_ARG DstStep, 4
126 M_LDR dstStep, DstStep ;// Arg dstStep loaded from stack to reg
134 ADD dstStepx2, dstStep, dstStep ;// double dstStep
135 ADD pDst2, pDst, dstStep ;// pDst2- pDst advanced by dstStep
    [all...]
armVCM4P10_InterpolateLuma_HalfHor4x4_unsafe_s.s 48 dstStep RN 3
84 M_STR dstStep, pDstStep
158 M_LDR dstStep, pDstStep
166 M_STR Acc1, [pDst], dstStep ;// Store result1
168 M_STR Acc2, [pDst], dstStep ;// Store result2
173 SUB pDst, pDst, dstStep, LSL #2
  /frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/reference/vc/m4p2/src/
omxVCM4P2_MCReconBlock.c 173 * [in] dstStep distance between the start of consecutive lines in the
186 OMX_INT dstStep)
191 for (y = 0, count = 0, index = 0; y < 8; y++,index += (srcStep -8), count += (dstStep - 8))
216 * [in] dstStep distance between the start of consecutive lines in the
227 OMX_INT dstStep)
240 pDst += dstStep;
258 * dstStep - distance between the start of consecutive lines in the
282 * - either srcStep or dstStep is not a multiple of 8.
292 OMX_INT dstStep,
304 armRetArgErrIf(((dstStep % 8) || (srcStep % 8)), OMX_Sts_BadArgErr)
    [all...]
omxVCM4P2_TransRecBlockCoef_intra.c 73 * dstStep - width of the reconstructed destination buffer; must be a
111 * - srcStep, or dstStep <= 0 or not a multiple of 8.
133 OMX_INT dstStep,
165 armRetArgErrIf((srcStep <= 0) || (dstStep <= 0) ||
166 (dstStep & 7) || (srcStep & 7)
205 pDst[(y*dstStep) + x] = pTempBuf2[count];
  /external/opencv/cxcore/src/
cxconvert.cpp 76 plane0 += dststep; \
77 plane1 += dststep; \
95 plane0 += dststep; \
96 plane1 += dststep; \
97 plane2 += dststep; \
119 plane0 += dststep; \
120 plane1 += dststep; \
121 plane2 += dststep; \
122 plane3 += dststep; \
156 arrtype** dst, int dststep, CvSize size ),
    [all...]
_cxipp.h 66 arrtype* dst, int dststep, CvSize size, \
70 ( arrtype* dst, int dststep, \
94 uchar* dst, int dststep, CvSize size, int scalefactor )) \
98 ushort* dst, int dststep, CvSize size, int scalefactor )) \
102 short* dst, int dststep, CvSize size, int scalefactor )) \
106 int* dst, int dststep, CvSize size )) \
110 float* dst, int dststep, CvSize size )) \
114 double* dst, int dststep, CvSize size ))
130 uchar* dst, int dststep, CvSize size ))
433 arrtype* dst, int dststep, CvSize size )
    [all...]
cxcopy.cpp 58 uchar* dst, int dststep, CvSize size ),
59 (src, srcstep, dst, dststep, size) )
61 for( ; size.height--; src += srcstep, dst += dststep )
153 name,( const type* src, int srcstep, type* dst, int dststep,\
155 (src, srcstep, dst, dststep, size, mask, maskstep)) \
157 srcstep /= sizeof(src[0]); dststep /= sizeof(dst[0]); \
159 dst += dststep, mask += maskstep ) \
206 name,( type* dst, int dststep, \
209 (dst, dststep, mask, maskstep, size, scalar))\
212 dststep /= sizeof(dst[0]);
    [all...]

Completed in 386 milliseconds

12 3 4