Home
last modified time | relevance | path

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

/external/qemu/distrib/sdl-1.2.15/src/video/
DSDL_yuv.c87 int dstx, dsty, dstw, dsth; in SDL_DisplayYUVOverlay() local
102 dsth = dstrect->h; in SDL_DisplayYUVOverlay()
116 dsth += dsty; in SDL_DisplayYUVOverlay()
120 if ( (dsty+dsth) > current_video->screen->h ) { in SDL_DisplayYUVOverlay()
121 int extra = (dsty+dsth - current_video->screen->h); in SDL_DisplayYUVOverlay()
123 dsth -= extra; in SDL_DisplayYUVOverlay()
126 srch <= 0 || dsth <= 0 ) { in SDL_DisplayYUVOverlay()
137 dst.h = dsth; in SDL_DisplayYUVOverlay()
/external/qemu/distrib/sdl-1.2.15/test/
Dtestblitspeed.c198 int dsth = 480; in setup_test() local
233 dsth = atoi(argv[++i]); in setup_test()
284 dest = SDL_SetVideoMode(dstw, dsth, dstbpp, dstflags); in setup_test()
287 dest = SDL_CreateRGBSurface(dstflags, dstw, dsth, dstbpp, in setup_test()
/external/opencv/cxcore/src/
Dcxdxt.cpp502 CvComplex64f* dsth = dst + n2; in icvDFT_64fc() local
509 CV_SWAP(dst[i+1], dsth[j], t); in icvDFT_64fc()
513 CV_SWAP(dsth[i+1], dsth[j+1], t); in icvDFT_64fc()
923 CvComplex32f* dsth = dst + n2; in icvDFT_32fc() local
930 CV_SWAP(dst[i+1], dsth[j], t); in icvDFT_32fc()
934 CV_SWAP(dsth[i+1], dsth[j+1], t); in icvDFT_32fc()