Home
last modified time | relevance | path

Searched refs:bestmode (Results 1 – 25 of 44) sorted by relevance

12

/dports/games/libretro-mame2000/mame2000-libretro-e364a15/src/
H A Dromcmp.c600 int bestmode; in main() local
605 bestmode = -1; in main()
618 bestmode = mode; in main()
630 matchscore[besti][bestj][bestmode] = 0.0; in main()
633 if (bestmode == MODE_A_A || mode == bestmode || in main()
634 (bestmode >= MODE_12_A && bestmode <= MODE_O_A && in main()
636 (bestmode >= MODE_14_A && bestmode <= MODE_44_A && in main()
638 (bestmode >= MODE_E1_A && bestmode <= MODE_O2_A && in main()
640 (bestmode >= MODE_A_12 && bestmode <= MODE_A_O && in main()
642 (bestmode >= MODE_A_14 && bestmode <= MODE_A_44 && in main()
[all …]
/dports/graphics/glfw2/glfw-2.7.9/lib/win32/
H A Dwin32_fullscreen.c73 int mode, bestmode, match, bestmatch, rr, bestrr, success; in _glfwGetClosestVideoModeBPP() local
79 mode = bestmode = 0; in _glfwGetClosestVideoModeBPP()
96 bestmode = mode; in _glfwGetClosestVideoModeBPP()
107 bestmode = mode; in _glfwGetClosestVideoModeBPP()
118 (void) EnumDisplaySettings( NULL, bestmode, &dm ); in _glfwGetClosestVideoModeBPP()
130 return bestmode; in _glfwGetClosestVideoModeBPP()
142 int bpp, bestmode; in getClosestVideoMode() local
159 return bestmode; in getClosestVideoMode()
214 int bestmode; in _glfwSetVideoMode() local
217 bestmode = getClosestVideoMode( w, h, &r, &g, &b, &refresh ); in _glfwSetVideoMode()
[all …]
/dports/graphics/glfw2/glfw-2.7.9/lib/x11/
H A Dx11_fullscreen.c142 int modecount, i, bestmode, bestmatch, match; in _glfwGetClosestVideoMode()
152 bestmode = -1; in _glfwGetClosestVideoMode()
163 bestmode = i; in _glfwGetClosestVideoMode()
167 if( bestmode != -1 ) in _glfwGetClosestVideoMode()
170 *width = modelist[ bestmode ]->hdisplay; in _glfwGetClosestVideoMode()
171 *height = modelist[ bestmode ]->vdisplay; in _glfwGetClosestVideoMode()
177 if( bestmode != -1 ) in _glfwGetClosestVideoMode()
179 return bestmode; in _glfwGetClosestVideoMode()
288 int bestmode; in _glfwSetVideoMode() local
291 bestmode = _glfwGetClosestVideoMode( screen, width, height, rate ); in _glfwSetVideoMode()
[all …]
/dports/sysutils/syslinux/syslinux-6.03/efi/
H A Dvesa.c86 UINT32 mode_num = 0, bestmode; in efi_vesacon_set_mode() local
121 bestmode = mode_num; in efi_vesacon_set_mode()
135 bestmode = gop_mode->Mode; in efi_vesacon_set_mode()
136 debug("No matching mode, setting to available default mode %d (x=%d, y=%d)\n", bestmode, *x, *y); in efi_vesacon_set_mode()
239 st = uefi_call_wrapper(GraphicsOutput->SetMode, 2, GraphicsOutput, bestmode); in efi_vesacon_set_mode()
242 dprintf("Failed to set mode %d\n", bestmode); in efi_vesacon_set_mode()
/dports/multimedia/handbrake/ffmpeg-4.4/libavcodec/
H A Dmsvideo1enc.c93 int bestmode = MODE_SKIP; in encode_frame() local
135 bestmode = MODE_FILL; in encode_frame()
160 bestmode = MODE_2COL; in encode_frame()
187 bestmode = MODE_8COL; in encode_frame()
190 if(bestmode == MODE_SKIP){ in encode_frame()
194 if((bestmode != MODE_SKIP && skips) || skips == SKIPS_MAX){ in encode_frame()
199 switch(bestmode){ in encode_frame()
/dports/emulators/vice/vice-3.5/src/lib/libffmpeg/libavcodec/
H A Dmsvideo1enc.c93 int bestmode = MODE_SKIP; in encode_frame() local
135 bestmode = MODE_FILL; in encode_frame()
160 bestmode = MODE_2COL; in encode_frame()
187 bestmode = MODE_8COL; in encode_frame()
190 if(bestmode == MODE_SKIP){ in encode_frame()
194 if((bestmode != MODE_SKIP && skips) || skips == SKIPS_MAX){ in encode_frame()
199 switch(bestmode){ in encode_frame()
/dports/multimedia/ffmpeg/ffmpeg-4.4.1/libavcodec/
H A Dmsvideo1enc.c93 int bestmode = MODE_SKIP; in encode_frame() local
135 bestmode = MODE_FILL; in encode_frame()
160 bestmode = MODE_2COL; in encode_frame()
187 bestmode = MODE_8COL; in encode_frame()
190 if(bestmode == MODE_SKIP){ in encode_frame()
194 if((bestmode != MODE_SKIP && skips) || skips == SKIPS_MAX){ in encode_frame()
199 switch(bestmode){ in encode_frame()
/dports/multimedia/gstreamer1-libav/gst-libav-1.16.2/gst-libs/ext/libav/libavcodec/
H A Dmsvideo1enc.c93 int bestmode = MODE_SKIP; in encode_frame() local
135 bestmode = MODE_FILL; in encode_frame()
160 bestmode = MODE_2COL; in encode_frame()
187 bestmode = MODE_8COL; in encode_frame()
190 if(bestmode == MODE_SKIP){ in encode_frame()
194 if((bestmode != MODE_SKIP && skips) || skips == SKIPS_MAX){ in encode_frame()
199 switch(bestmode){ in encode_frame()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/ffmpeg/libavcodec/
H A Dmsvideo1enc.c93 int bestmode = MODE_SKIP; in encode_frame() local
135 bestmode = MODE_FILL; in encode_frame()
160 bestmode = MODE_2COL; in encode_frame()
187 bestmode = MODE_8COL; in encode_frame()
190 if(bestmode == MODE_SKIP){ in encode_frame()
194 if((bestmode != MODE_SKIP && skips) || skips == SKIPS_MAX){ in encode_frame()
199 switch(bestmode){ in encode_frame()
/dports/emulators/libretro-vice/vice-libretro-5725415/vice/src/lib/libffmpeg/libavcodec/
H A Dmsvideo1enc.c93 int bestmode = MODE_SKIP; in encode_frame() local
135 bestmode = MODE_FILL; in encode_frame()
160 bestmode = MODE_2COL; in encode_frame()
187 bestmode = MODE_8COL; in encode_frame()
190 if(bestmode == MODE_SKIP){ in encode_frame()
194 if((bestmode != MODE_SKIP && skips) || skips == SKIPS_MAX){ in encode_frame()
199 switch(bestmode){ in encode_frame()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/ffmpeg/libavcodec/
H A Dmsvideo1enc.c93 int bestmode = MODE_SKIP; in encode_frame() local
135 bestmode = MODE_FILL; in encode_frame()
160 bestmode = MODE_2COL; in encode_frame()
187 bestmode = MODE_8COL; in encode_frame()
190 if(bestmode == MODE_SKIP){ in encode_frame()
194 if((bestmode != MODE_SKIP && skips) || skips == SKIPS_MAX){ in encode_frame()
199 switch(bestmode){ in encode_frame()
/dports/sysutils/syslinux/syslinux-6.03/com32/mboot/
H A Dinitvesa.c52 uint16_t mode, bestmode, *mode_ptr; in set_graphics_mode() local
94 bestmode = 0; in set_graphics_mode()
184 bestmode = mode; in set_graphics_mode()
194 mode = bestmode; in set_graphics_mode()
/dports/graphics/ogre3d/ogre-1.11.6/RenderSystems/GL/src/
H A DOgreGLFBORenderTexture.cpp439 size_t bestmode=0; in getBestDepthStencil() local
449 bestmode = mode; in getBestDepthStencil()
473 bestmode = mode; in getBestDepthStencil()
476 *depthFormat = depthFormats[props.modes[bestmode].depth]; in getBestDepthStencil()
477 *stencilFormat = requestDepthOnly ? 0 : stencilFormats[props.modes[bestmode].stencil]; in getBestDepthStencil()
/dports/graphics/ogre3d19/sinbad-ogre-dd30349ea667/RenderSystems/GL/src/
H A DOgreGLFBORenderTexture.cpp444 size_t bestmode=0; in getBestDepthStencil() local
453 bestmode = mode; in getBestDepthStencil()
477 bestmode = mode; in getBestDepthStencil()
480 *depthFormat = depthFormats[props.modes[bestmode].depth]; in getBestDepthStencil()
481 *stencilFormat = stencilFormats[props.modes[bestmode].stencil]; in getBestDepthStencil()
/dports/games/vultures-eye/vulture-2.3.67/vulture/
H A Dvulture_sdl.cpp178 int bestmode = 0; in vulture_set_fullscreen() local
195 bestmode = i; in vulture_set_fullscreen()
197 newheight = modes[bestmode]->h; in vulture_set_fullscreen()
198 newwidth = modes[bestmode]->w; in vulture_set_fullscreen()
/dports/graphics/aalib/aalib-1.4.0/src/
H A Daados.c19 if(abs(p->width-x)+abs(p->height-y)<xd) bestmode=mode,xd=abs(p->width-x)+abs(p->height-y);\
27 int bestmode = -1; in dos_init() local
100 mode = bestmode; in dos_init()
/dports/graphics/ogre3d19/sinbad-ogre-dd30349ea667/RenderSystems/GLES/src/
H A DOgreGLESFBORenderTexture.cpp386 size_t bestmode=0; in getBestDepthStencil() local
410 bestmode = mode; in getBestDepthStencil()
413 *depthFormat = depthFormats[props.modes[bestmode].depth]; in getBestDepthStencil()
414 *stencilFormat = stencilFormats[props.modes[bestmode].stencil]; in getBestDepthStencil()
/dports/graphics/ogre3d19/sinbad-ogre-dd30349ea667/RenderSystems/GL3Plus/src/
H A DOgreGL3PlusFBORenderTexture.cpp405 size_t bestmode=0; in getBestDepthStencil() local
430 bestmode = mode; in getBestDepthStencil()
433 *depthFormat = depthFormats[props.modes[bestmode].depth]; in getBestDepthStencil()
437 *stencilFormat = stencilFormats[props.modes[bestmode].stencil]; in getBestDepthStencil()
/dports/graphics/ogre3d/ogre-1.11.6/RenderSystems/GLES2/src/
H A DOgreGLES2FBORenderTexture.cpp458 size_t bestmode = 0; in getBestDepthStencil() local
486 bestmode = mode; in getBestDepthStencil()
489 *depthFormat = depthFormats[props.modes[bestmode].depth]; in getBestDepthStencil()
490 *stencilFormat = requestDepthOnly ? 0 : stencilFormats[props.modes[bestmode].stencil]; in getBestDepthStencil()
/dports/graphics/ogre3d/ogre-1.11.6/RenderSystems/GL3Plus/src/
H A DOgreGL3PlusFBORenderTexture.cpp433 size_t bestmode=0; in getBestDepthStencil() local
458 bestmode = mode; in getBestDepthStencil()
461 *depthFormat = depthFormats[props.modes[bestmode].depth]; in getBestDepthStencil()
462 *stencilFormat = requestDepthOnly ? 0 : stencilFormats[props.modes[bestmode].stencil]; in getBestDepthStencil()
/dports/devel/zpu-gcc/zpu-toolchain-1.0/toolchain/gcc/gcc/
H A Dexpmed.c607 enum machine_mode bestmode; in store_bit_field() local
616 bestmode in store_bit_field()
620 bestmode = GET_MODE (op0); in store_bit_field()
622 if (bestmode == VOIDmode in store_bit_field()
629 unit = GET_MODE_BITSIZE (bestmode); in store_bit_field()
1373 enum machine_mode bestmode; in extract_bit_field() local
1388 bestmode = GET_MODE (xop0); in extract_bit_field()
1390 if (bestmode == VOIDmode in extract_bit_field()
1503 enum machine_mode bestmode; in extract_bit_field() local
1518 bestmode = GET_MODE (xop0); in extract_bit_field()
[all …]
/dports/devel/zpu-binutils/zpu-toolchain-1.0/toolchain/gcc/gcc/
H A Dexpmed.c607 enum machine_mode bestmode; in store_bit_field() local
616 bestmode in store_bit_field()
620 bestmode = GET_MODE (op0); in store_bit_field()
622 if (bestmode == VOIDmode in store_bit_field()
629 unit = GET_MODE_BITSIZE (bestmode); in store_bit_field()
1373 enum machine_mode bestmode; in extract_bit_field() local
1388 bestmode = GET_MODE (xop0); in extract_bit_field()
1390 if (bestmode == VOIDmode in extract_bit_field()
1503 enum machine_mode bestmode; in extract_bit_field() local
1518 bestmode = GET_MODE (xop0); in extract_bit_field()
[all …]
/dports/multimedia/mplayer/mplayer-export-2021-12-29/libvo/
H A Dvo_svga.c329 int bestmode,lastmode; in find_best_svga_mode() local
335 bestmode = 0; //0 is the TEXT mode in find_best_svga_mode()
349 if( bestmode==0 || prev_badness >= badness ){//modeX etc... in find_best_svga_mode()
351 bestmode=i; in find_best_svga_mode()
355 return bestmode; in find_best_svga_mode()
/dports/multimedia/mencoder/mplayer-export-2021-12-29/libvo/
H A Dvo_svga.c329 int bestmode,lastmode; in find_best_svga_mode() local
335 bestmode = 0; //0 is the TEXT mode in find_best_svga_mode()
349 if( bestmode==0 || prev_badness >= badness ){//modeX etc... in find_best_svga_mode()
351 bestmode=i; in find_best_svga_mode()
355 return bestmode; in find_best_svga_mode()
/dports/graphics/ogre3d19/sinbad-ogre-dd30349ea667/RenderSystems/GLES2/src/
H A DOgreGLES2FBORenderTexture.cpp446 size_t bestmode = 0; in getBestDepthStencil() local
475 bestmode = mode; in getBestDepthStencil()
478 *depthFormat = depthFormats[props.modes[bestmode].depth]; in getBestDepthStencil()
479 *stencilFormat = stencilFormats[props.modes[bestmode].stencil]; in getBestDepthStencil()

12