Home
last modified time | relevance | path

Searched refs:eff_step (Results 1 – 5 of 5) sorted by relevance

/dports/graphics/digikam/digikam-7.4.0/core/libs/transitionmngr/
H A Deffectmngr_p_pan.cpp32 eff_step = 0; in effectKenBurnsPanLR()
48 eff_step++; in effectKenBurnsPanLR()
50 if (eff_step != eff_imgFrames) in effectKenBurnsPanLR()
62 eff_step = 0; in effectKenBurnsPanRL()
78 eff_step++; in effectKenBurnsPanRL()
80 if (eff_step != eff_imgFrames) in effectKenBurnsPanRL()
92 eff_step = 0; in effectKenBurnsPanTB()
108 eff_step++; in effectKenBurnsPanTB()
110 if (eff_step != eff_imgFrames) in effectKenBurnsPanTB()
122 eff_step = 0; in effectKenBurnsPanBT()
[all …]
H A Deffectmngr_p_zoom.cpp32 eff_step = 0; in effectKenBurnsZoomIn()
38 double nx = eff_step * ((eff_image.width() - eff_image.width() * 0.8) / eff_imgFrames); in effectKenBurnsZoomIn()
45 eff_step++; in effectKenBurnsZoomIn()
47 if (eff_step != eff_imgFrames) in effectKenBurnsZoomIn()
59 eff_step = eff_imgFrames; in effectKenBurnsZoomOut()
65 double nx = eff_step * ((eff_image.width() - eff_image.width() * 0.8) / eff_imgFrames); in effectKenBurnsZoomOut()
72 eff_step--; in effectKenBurnsZoomOut()
74 if (eff_step != 0) in effectKenBurnsZoomOut()
H A Deffectmngr_p.h57 eff_step(0), in Private()
76 int eff_step; variable
/dports/misc/mxnet/incubator-mxnet-1.9.0/3rdparty/mkldnn/src/cpu/x64/
H A Djit_avx512_common_conv_kernel.cpp1694 float eff_step = (jcp.ver == ver_4fma) ? 1.1f : 1.f; in init_conf() local
1695 if (ow_block >= 2 * ur_w && thr_eff > eff_step * eff) { in init_conf()
/dports/math/onednn/oneDNN-2.5.1/src/cpu/x64/
H A Djit_avx512_common_conv_kernel.cpp1682 float eff_step = (jcp.ver == ver_4fma) ? 1.1f : 1.f; in init_conf() local
1683 if (ow_block >= 2 * ur_w && thr_eff > eff_step * eff) { in init_conf()