Home
last modified time | relevance | path

Searched defs:new_h (Results 1 – 5 of 5) sorted by relevance

/third_party/mindspore/mindspore-src/source/mindspore/ccsrc/plugin/device/cpu/kernel/
Dadjust_hue_cpu_kernel.cc179 const float new_h = h * 6.0f; in hsv2rgb() local
251 float new_h = hsv.h; in LaunchAdjustHueKernelHalf() local
/third_party/mindspore/mindspore-src/source/mindspore/ccsrc/plugin/device/ascend/kernel/aicpu/aicpu_ops/cpu_kernel/ms_kernel/
Dadjust_hue.cc223 const float new_h = h * 6.0f; in hsv2rgb() local
302 float new_h = hsv.h; in DoComputeHalf() local
/third_party/skia/third_party/externals/abseil-cpp/absl/synchronization/
Dmutex.cc1948 PerThreadSynch *new_h = Enqueue(nullptr, waitp, v, flags); in LockSlowLoop() local
1994 PerThreadSynch *new_h = Enqueue(h, waitp, v, flags); in LockSlowLoop() local
2094 PerThreadSynch *new_h = nullptr; in UnlockSlow() local
2132 PerThreadSynch *new_h = Enqueue(h, waitp, v, kMuIsCond); in UnlockSlow() local
2189 PerThreadSynch *new_h = Enqueue(h, waitp, v, kMuIsCond); in UnlockSlow() local
2380 PerThreadSynch *new_h = Enqueue(nullptr, w->waitp, v, kMuIsCond); in Fer() local
2391 PerThreadSynch *new_h = Enqueue(h, w->waitp, v, kMuIsCond); in Fer() local
/third_party/ffmpeg/libavcodec/
Drv10.c214 int f, new_w, new_h; in rv20_decode_picture_header() local
Drv34.c1589 static AVRational update_sar(int old_w, int old_h, AVRational sar, int new_w, int new_h) in update_sar()