/third_party/ffmpeg/libavfilter/ |
D | vf_selectivecolor.c | 73 get_range_scale_func get_scale; member 171 …if (pr->mask & (1<<RANGE_REDS | 1<<RANGE_GREENS | 1<<RANGE_BLUES)) pr->get_scale = get_r… in register_range() 172 …else if (pr->mask & (1<<RANGE_CYANS | 1<<RANGE_MAGENTAS | 1<<RANGE_YELLOWS)) pr->get_scale = get_c… in register_range() 173 …else if (!s->is_16bit && (pr->mask & 1<<RANGE_WHITES)) pr->get_scale = get_w… in register_range() 174 …else if (!s->is_16bit && (pr->mask & 1<<RANGE_NEUTRALS)) pr->get_scale = get_n… in register_range() 175 …else if (!s->is_16bit && (pr->mask & 1<<RANGE_BLACKS)) pr->get_scale = get_b… in register_range() 176 …else if ( s->is_16bit && (pr->mask & 1<<RANGE_WHITES)) pr->get_scale = get_w… in register_range() 177 …else if ( s->is_16bit && (pr->mask & 1<<RANGE_NEUTRALS)) pr->get_scale = get_n… in register_range() 178 …else if ( s->is_16bit && (pr->mask & 1<<RANGE_BLACKS)) pr->get_scale = get_b… in register_range() 368 … const int scale = pr->get_scale(r, g, b, min_color, max_color); \
|
/third_party/boost/boost/gil/extension/numeric/ |
D | affine.hpp | 36 static matrix3x2 get_scale(point<T> const& s) in get_scale() function in boost::gil::matrix3x2 40 static matrix3x2 get_scale(T x, T y) { return matrix3x2(x, 0,0,y, 0 ,0 ); } in get_scale() function in boost::gil::matrix3x2 41 static matrix3x2 get_scale(T s) { return matrix3x2(s ,0,0,s ,0 ,0 ); } in get_scale() function in boost::gil::matrix3x2
|
/third_party/weston/clients/ |
D | image.c | 68 get_scale(struct image *image) in get_scale() function 80 double scale = get_scale(image); in clamp_view() 206 double scale = get_scale(image); in move_viewport() 269 if (get_scale(image) * scale > 20.0 || in zoom() 270 get_scale(image) * scale < 0.02) in zoom()
|
/third_party/boost/libs/gil/test/extension/numeric/ |
D | matrix3x2.cpp | 137 m1 = gil::matrix3x2<int>::get_scale(2); in test_matrix3x2_get_scale() 144 m1 = gil::matrix3x2<int>::get_scale(2, 4); in test_matrix3x2_get_scale() 147 m1 = gil::matrix3x2<int>::get_scale(gil::point<int>{4, 8}); in test_matrix3x2_get_scale()
|
/third_party/mindspore/mindspore/core/ops/fusion/ |
D | pow_fusion.h | 56 float get_scale() const;
|
D | exp_fusion.h | 69 float get_scale() const;
|
D | exp_fusion.cc | 43 float ExpFusion::get_scale() const { in get_scale() function in mindspore::ops::ExpFusion
|
D | pow_fusion.cc | 34 float PowFusion::get_scale() const { return GetValue<float>(GetAttr(kScale)); } in get_scale() function in mindspore::ops::PowFusion
|
/third_party/mindspore/mindspore/core/ops/grad/ |
D | power_grad.h | 40 float get_scale() const;
|
D | power_grad.cc | 37 float PowerGrad::get_scale() const { in get_scale() function in mindspore::ops::PowerGrad
|
/third_party/mindspore/mindspore/core/ops/ |
D | roi_pooling.h | 78 float get_scale() const;
|
D | proposal.h | 49 std::vector<float> get_scale() const;
|
D | detection_post_process.h | 53 std::vector<float> get_scale() const;
|
D | roi_pooling.cc | 41 float ROIPooling::get_scale() const { in get_scale() function in mindspore::ops::ROIPooling
|
D | proposal.cc | 56 std::vector<float> Proposal::get_scale() const { in get_scale() function in mindspore::ops::Proposal
|
D | detection_post_process.cc | 51 std::vector<float> DetectionPostProcess::get_scale() const { in get_scale() function in mindspore::ops::DetectionPostProcess
|
/third_party/boost/boost/histogram/axis/ |
D | regular.hpp | 58 R get_scale(const T& t) { in get_scale() function 222 , min_(this->forward(detail::get_scale(start))) 223 , delta_(this->forward(detail::get_scale(stop)) - min_) {
|
/third_party/mesa3d/src/compiler/nir/ |
D | nir_lower_drawpixels.c | 85 get_scale(lower_drawpixels_state *state) in get_scale() function 166 def = nir_ffma(b, def, get_scale(state), get_bias(state)); in lower_color()
|
/third_party/mindspore/mindspore/lite/src/train/ |
D | optimizer_kernel.h | 197 auto scale = t->get_scale(); in PreProcess()
|
D | train_utils.cc | 159 restore_tensor->set_scale(tensor->get_scale()); in CastTensor()
|
D | train_session.cc | 372 scale *= tensor->get_scale(); in MixPrecisionPostProcess()
|
/third_party/mindspore/mindspore/lite/src/ |
D | tensor.h | 217 float get_scale() const { return this->scale_; } in get_scale() function
|