Home
last modified time | relevance | path

Searched refs:baseVelocity (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/multimodalinput/input/service/window_manager/src/
H A Dknuckle_divergent_point.cpp108 double baseVelocity = u(randomEngine) * DOUBLE * PI; in Reset() local
110 moveVelocityX_ = std::cos(baseVelocity) * MOVE_SPEED; in Reset()
111 moveVelocityY_ = std::sin(baseVelocity) * MOVE_SPEED; in Reset()
/ohos5.0/foundation/graphic/graphic_3d/lume/LumeRender/assets/render/shaders/shader/
H A Dfullscreen_motion_blur.frag134 …const vec2 baseVelocity = GetUnpackVelocity(velUv.xy, uPc.viewportSizeInvSize.zw) * velocityCoeffi…
144 const vec2 offset = baseVelocity * (float(idx) / fSampleCount - 0.5);
176 …st float weight = SampleWeight(baseDepth, sampleDepth, baseTileVelLength, baseVelocity, sampleVel);