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

  /frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm_neon/vc/m4p10/src/
omxVCM4P10_PredictIntra_4x4_s.s 61 dstep RN 12 label
187 ADD dstep, dstStep, dstStep
189 VST1 dLeftVal0U32[0],[pDst],dstep ;// pDst[0*dstStep+x] :0<= x <= 7
190 VST1 dLeftVal1U32[0],[pDstTmp],dstep ;// pDst[1*dstStep+x] :0<= x <= 7
201 ADD dstep, dstStep, dstStep
205 VST1 dAboveU32[0],[pDst],dstep
206 VST1 dAboveU32[0],[pDstTmp],dstep
238 ADD dstep, dstStep, dstStep
252 ADD dstep, dstStep, dstStep
271 ADD dstep, dstStep, dstSte
    [all...]
  /external/opencv/cv/src/
cvsegmentation.cpp 406 int dstep; local
414 dstep = dst_pyramid[level+1]->step;
415 dptr = dst_pyramid[level+1]->data.ptr + dstep + cn;
422 for( i = 1; i < size1.height-1; i++, dptr += dstep - (size1.width-2)*3, mask += mstep*2 )
427 mask[j*2 - 1] = cdiff(-3) || cdiff(3) || cdiff(-dstep-3) || cdiff(-dstep) ||
428 cdiff(-dstep+3) || cdiff(dstep-3) || cdiff(dstep) || cdiff(dstep+3)
    [all...]
cvstereobm.cpp 203 int dstep = disp->step/sizeof(dptr[0]); local
244 dptr[y*dstep + x] = FILTERED;
246 dptr[y*dstep + x] = FILTERED;
346 dptr[y*dstep] = FILTERED;
368 dptr[y*dstep] = FILTERED;
377 dptr[y*dstep] = (short)(((ndisp - mind - 1 + mindisp)*256 + (d != 0 ? (p-n)*128/d : 0) + 15) >> 4);
410 int dstep = disp->step/sizeof(dptr[0]); local
450 dptr[y*dstep + x] = FILTERED;
452 dptr[y*dstep + x] = FILTERED;
517 dptr[y*dstep] = FILTERED
    [all...]
cvstereogc.cpp 539 int dstep = (int)(state->dispLeft->step/sizeof(short)); local
547 for( y = 0; y < rows; y++, left += step, right += step, dleft += dstep, dright += dstep )
571 d1 = dleft[x+dstep];
586 d1 = dright[x+dstep];
681 int dstep = (int)(state->dispLeft->step/sizeof(short)); local
701 const short* dleft = dleft0 + dstep*y;
702 const short* dright = dright0 + dstep*y;
714 const short* disp = (k == 0 ? dleft0 : dright0) + y1*dstep;
787 d1 = disp[x+dstep];
    [all...]
cvundistort.cpp 387 int sstep, dstep; local
431 dstep = _dst->rows == 1 ? 1 : _dst->step/CV_ELEM_SIZE(dtype);
478 dstf[i*dstep].x = (float)x;
479 dstf[i*dstep].y = (float)y;
483 dstd[i*dstep].x = x;
484 dstd[i*dstep].y = y;
cvdistransform.cpp 454 int sstep, dstep; local
479 dstep = dst->step / sizeof(float);
513 for( j = 0; j < m; j++, dptr += dstep )
  /external/opencv/cxcore/src/
cxutils.cpp 1064 int sstep = src->step, dstep = dst ? dst->step : 0; local
    [all...]

Completed in 1921 milliseconds