Home
last modified time | relevance | path

Searched refs:xofs (Results 1 – 3 of 3) sorted by relevance

/external/opencv/cv/src/
Dcvimgwarp.cpp211 const CvResizeAlpha* xofs, \
252 int sx = xofs[dx].idx; \
253 worktype fx = xofs[dx].alpha_field; \
259 _buf[dx] = mul_one_macro(_src[xofs[dx].idx]); \
290 const int* ofs, const int* xofs ) \
305 const arrtype* _src = src + dy*scale_y*srcstep + xofs[dx]; \
326 int cn, const CvDecimateAlpha* xofs, \
341 int dxn = xofs[k].di; \
342 float alpha = xofs[k].alpha; \
343 buf[dxn] = buf[dxn] + load_macro(src[xofs[k].si])*alpha; \
[all …]
Dcvsurf.cpp120 int* xofs = (int*)cvStackAlloc(sum->cols*sizeof(xofs[0])); in icvFastHessianDetector() local
155 xofs[j] = j*scale/SIZE0; in icvFastHessianDetector()
166 const int* s = sum_ptr + xofs[j]; in icvFastHessianDetector()
/external/quake/quake/src/WinQuake/
Dsbar.cpp771 int xofs; in Sbar_DrawFrags() local
782 xofs = 0; in Sbar_DrawFrags()
784 xofs = (vid.width - 320)>>1; in Sbar_DrawFrags()
800 Draw_Fill (xofs + x*8 + 10, y, 28, 4, top); in Sbar_DrawFrags()
801 Draw_Fill (xofs + x*8 + 10, y+4, 28, 3, bottom); in Sbar_DrawFrags()
840 int xofs; in Sbar_DrawFace() local
852 xofs = 113; in Sbar_DrawFace()
854 xofs = ((vid.width - 320)>>1) + 113; in Sbar_DrawFace()
857 Draw_Fill (xofs, vid.height-SBAR_HEIGHT+3, 22, 9, top); in Sbar_DrawFace()
858 Draw_Fill (xofs, vid.height-SBAR_HEIGHT+12, 22, 9, bottom); in Sbar_DrawFace()