Home
last modified time | relevance | path

Searched defs:max_scale (Results 1 – 8 of 8) sorted by relevance

/third_party/mindspore/mindspore-src/source/mindspore/ccsrc/minddata/dataset/kernels/image/lite_cv/
Dimage_process.h62 float max_scale; member
/third_party/ffmpeg/libavcodec/
Dwmaenc.c143 float v, *q, max_scale, *q_end; in init_exp() local
Dwmadec.c338 float v, max_scale; in decode_exp_vlc() local
/third_party/skia/third_party/externals/freetype/src/pshinter/
Dpshglob.c711 FT_Fixed max_scale; in psh_globals_new() local
/third_party/skia/modules/skottie/src/text/
DSkottieShaper.cpp399 max_scale = std::max(desc.fMaxTextSize / desc.fTextSize, min_scale); in ShapeToFit() local
/third_party/mindspore/mindspore-src/source/mindspore/python/mindspore/nn/layer/
Dembedding_service.py80 def __init__(self, initializer_mode, min_scale=-0.01, max_scale=0.01, argument
/third_party/skia/m133/modules/skottie/src/text/
DTextShaper.cpp567 max_scale = std::max(desc.fMaxTextSize / desc.fTextSize, min_scale); in ShapeToFit() local
/third_party/mesa3d/src/gallium/drivers/radeonsi/
Dsi_vpe.c1014 float max_scale, in si_vpe_find_substage_scal_ratios()