/third_party/boost/boost/locale/ |
D | utf.hpp | 92 static const int max_width; member 163 static const int max_width = 4; member 380 static const int max_width = 2; member 435 static const int max_width = 1; member
|
/third_party/mesa3d/src/gallium/frontends/vdpau/ |
D | query.c | 68 VdpBool *is_supported, uint32_t *max_width, uint32_t *max_height) in vlVdpVideoSurfaceQueryCapabilities() 175 uint32_t *max_width, uint32_t *max_height) in vlVdpDecoderQueryCapabilities() 229 … VdpBool *is_supported, uint32_t *max_width, uint32_t *max_height) in vlVdpOutputSurfaceQueryCapabilities() 429 … VdpBool *is_supported, uint32_t *max_width, uint32_t *max_height) in vlVdpBitmapSurfaceQueryCapabilities()
|
/third_party/mindspore/mindspore/ccsrc/backend/kernel_compiler/gpu/cuda_impl/ |
D | boundingbox_decode_impl.cu | 22 … const float s3, const float s4, const int max_height, const int max_width, in BoundingBoxDecodeKernel() 70 … const float &s4, const int &max_height, const int &max_width, const float &ratio_clip, in BoundingBoxDecode()
|
/third_party/pixman/test/ |
D | blitters-test.c | 23 int max_width, in create_random_image() 249 int max_width, max_height, max_extra_stride; in test_composite() local
|
/third_party/gstreamer/gstplugins_bad/sys/va/ |
D | gstvacaps.c | 157 gint min_width = 1, max_width = G_MAXINT; in gst_va_create_raw_caps_from_config() local 285 gint i, max_width = -1, max_height = -1; in gst_va_create_coded_caps() local 388 gint min_width = 1, max_width = G_MAXINT; in gst_va_caps_from_profiles() local
|
/third_party/alsa-utils/alsamixer/ |
D | utils.c | 107 unsigned int max_width, i, len; in get_max_mbs_width() local
|
/third_party/mindspore/mindspore/ccsrc/backend/kernel_compiler/gpu/nn/ |
D | mirror_pad_gpu_kernel.h | 128 int max_width = input_shape_[3]; in Init() local
|
D | mirror_pad_grad_gpu_kernel.h | 143 int max_width = input_shape_[3]; in Init() local
|
/third_party/flutter/skia/third_party/externals/libwebp/src/dsp/ |
D | yuv_sse41.c | 409 const int max_width = width & ~31; in ConvertRGB24ToY_SSE41() local 443 const int max_width = width & ~31; in ConvertBGR24ToY_SSE41() local 477 const int max_width = width & ~15; in ConvertARGBToY_SSE41() local 507 const int max_width = src_width & ~31; in ConvertARGBToUV_SSE41() local 573 const int max_width = width & ~15; in ConvertRGBA32ToUV_SSE41() local
|
D | yuv_sse2.c | 563 const int max_width = width & ~31; in ConvertRGB24ToY_SSE2() local 597 const int max_width = width & ~31; in ConvertBGR24ToY_SSE2() local 631 const int max_width = width & ~15; in ConvertARGBToY_SSE2() local 661 const int max_width = src_width & ~31; in ConvertARGBToUV_SSE2() local 717 const int max_width = width & ~15; in ConvertRGBA32ToUV_SSE2() local
|
/third_party/skia/third_party/externals/libwebp/src/dsp/ |
D | yuv_sse41.c | 409 const int max_width = width & ~31; in ConvertRGB24ToY_SSE41() local 443 const int max_width = width & ~31; in ConvertBGR24ToY_SSE41() local 477 const int max_width = width & ~15; in ConvertARGBToY_SSE41() local 507 const int max_width = src_width & ~31; in ConvertARGBToUV_SSE41() local 573 const int max_width = width & ~15; in ConvertRGBA32ToUV_SSE41() local
|
D | yuv_sse2.c | 563 const int max_width = width & ~31; in ConvertRGB24ToY_SSE2() local 597 const int max_width = width & ~31; in ConvertBGR24ToY_SSE2() local 631 const int max_width = width & ~15; in ConvertARGBToY_SSE2() local 661 const int max_width = src_width & ~31; in ConvertARGBToUV_SSE2() local 717 const int max_width = width & ~15; in ConvertRGBA32ToUV_SSE2() local
|
/third_party/boost/libs/numeric/interval/examples/ |
D | newton-raphson.cpp | 23 static const double max_width = 1e-10; variable
|
/third_party/mesa3d/src/gallium/frontends/xvmc/ |
D | context.c | 56 unsigned int max_width = 0, max_height = 0; in Validate() local
|
/third_party/flutter/engine/flutter/shell/common/ |
D | switches.cc | 89 uint32_t max_width = 2; in PrintUsage() local
|
/third_party/mesa3d/src/mesa/drivers/x11/ |
D | xfonts.c | 221 unsigned int max_width, max_height, max_bm_width, max_bm_height; in Fake_glXUseXFont() local
|
/third_party/mesa3d/src/gallium/frontends/glx/xlib/ |
D | glx_usefont.c | 223 unsigned int max_width, max_height, max_bm_width, max_bm_height; in glXUseXFont() local
|
/third_party/mesa3d/src/glx/ |
D | xfont.c | 228 unsigned int max_width, max_height, max_bm_width, max_bm_height; in DRI_glXUseXFont() local
|
/third_party/mindspore/mindspore/ccsrc/backend/kernel_compiler/cpu/ |
D | mirror_pad_cpu_kernel.cc | 78 int64_t max_width = input_shape_[3]; in InitKernel() local
|
/third_party/ffmpeg/libavutil/ |
D | hwcontext.h | 478 int max_width; member
|
/third_party/ffmpeg/libavcodec/ |
D | vdpau.c | 150 uint32_t max_level, max_mb, max_width, max_height; in ff_vdpau_common_init() local
|
/third_party/mesa3d/src/gallium/drivers/radeonsi/ |
D | si_test_blit.c | 207 unsigned max_width, max_height, max_depth, j, num; in si_test_blit() local
|
/third_party/freetype/include/freetype/ |
D | ftwinfnt.h | 204 FT_UShort max_width; member
|
/third_party/flutter/skia/third_party/externals/freetype/include/freetype/ |
D | ftwinfnt.h | 205 FT_UShort max_width; member
|
/third_party/mesa3d/src/gallium/drivers/r600/ |
D | r600_test_dma.c | 210 unsigned bpp, max_width, max_height, max_depth, j, num; in r600_test_dma() local
|