Home
last modified time | relevance | path

Searched defs:yoff (Results 1 – 11 of 11) sorted by relevance

/external/opencv3/modules/cudawarping/src/cuda/
Dwarp.cu276 …void warp_caller(PtrStepSzb src, PtrStepSzb srcWhole, int xoff, int yoff, PtrStepSzb dst, int inte… in warp_caller()
310 …e T> void warpAffine_gpu(PtrStepSzb src, PtrStepSzb srcWhole, int xoff, int yoff, float coeffs[2 *… in warpAffine_gpu()
348 …void warpPerspective_gpu(PtrStepSzb src, PtrStepSzb srcWhole, int xoff, int yoff, float coeffs[3 *… in warpPerspective_gpu()
Dresize.cu197 …_nearest_tex(const PtrStepSz<T>& /*src*/, const PtrStepSz<T>& srcWhole, int yoff, int xoff, const … in call_resize_nearest_tex()
224 …void call_resize_linear_tex(const PtrStepSz<T>& src, const PtrStepSz<T>& srcWhole, int yoff, int x… in call_resize_linear_tex()
272 …void call_resize_cubic_tex(const PtrStepSz<T>& src, const PtrStepSz<T>& srcWhole, int yoff, int xo… in call_resize_cubic_tex()
447 …template <typename T> void resize(const PtrStepSzb& src, const PtrStepSzb& srcWhole, int yoff, int… in resize()
Dremap.cu206 …pename T> void remap_gpu(PtrStepSzb src, PtrStepSzb srcWhole, int xoff, int yoff, PtrStepSzf xmap,… in remap_gpu()
/external/jdiff/src/jdiff/
DDiffMyers.java109 private int diag (int xoff, int xlim, int yoff, int ylim) in diag()
288 private void compareseq (int xoff, int xlim, int yoff, int ylim) { in compareseq()
/external/robolectric/v1/src/main/java/com/xtremelabs/robolectric/shadows/
DShadowPopupWindow.java152 public void showAsDropDown(View anchor, int xoff, int yoff) { in showAsDropDown()
/external/opencv3/modules/cudaimgproc/src/cuda/
Dcanny.cu96 int yoff; member
123 …void calcMagnitude(PtrStepSzb srcWhole, int xoff, int yoff, PtrStepSzi dx, PtrStepSzi dy, PtrStepS… in calcMagnitude()
/external/skia/src/core/
DSkAAClip.cpp101 YOffset* yoff = head->yoffsets(); in AllocRect() local
200 const YOffset* yoff = head->yoffsets(); in validate() local
447 YOffset* yoff = head->yoffsets(); in trimLeftRight() local
523 YOffset* yoff = head->yoffsets(); in trimTopBottom() local
603 const YOffset* yoff = head->yoffsets(); in trimBounds() local
736 const YOffset* yoff = head->yoffsets(); in isRect() local
876 const YOffset* yoff = fRunHead->yoffsets(); in findRow() local
/external/skia/src/utils/
DSkTextureCompressor_Blitter.h195 const int yoff = y - startBlockY; in blitRect() local
649 const int yoff = y - blockRow; in updateBlockRow() local
/external/opencv3/3rdparty/libjasper/
Djas_seq.c389 int yoff; in jas_seq2d_input() local
Djpc_cs.h197 uint_fast32_t yoff; member
/external/libvpx/libvpx/test/
Dvariance_test.cc118 int l2w, int l2h, int xoff, int yoff, in subpel_variance_ref()
489 int xoff, int yoff, in subpel_avg_variance_ref()