Home
last modified time | relevance | path

Searched refs:target_direction (Results 1 – 25 of 93) sorted by relevance

1234

/dports/mail/thunderbird/thunderbird-91.8.0/third_party/libwebrtc/webrtc/modules/audio_processing/include/
H A Daudio_processing.cc20 target_direction( in Beamforming()
29 SphericalPointf target_direction) in Beamforming() argument
32 target_direction(target_direction) {} in Beamforming()
/dports/lang/spidermonkey60/firefox-60.9.0/media/webrtc/trunk/webrtc/modules/audio_processing/include/
H A Daudio_processing.cc18 target_direction( in Beamforming()
27 SphericalPointf target_direction) in Beamforming() argument
30 target_direction(target_direction) {} in Beamforming()
/dports/www/firefox-esr/firefox-91.8.0/third_party/libwebrtc/webrtc/modules/audio_processing/include/
H A Daudio_processing.cc20 target_direction( in Beamforming()
29 SphericalPointf target_direction) in Beamforming() argument
32 target_direction(target_direction) {} in Beamforming()
/dports/lang/spidermonkey78/firefox-78.9.0/media/webrtc/trunk/webrtc/modules/audio_processing/include/
H A Daudio_processing.cc20 target_direction( in Beamforming()
29 SphericalPointf target_direction) in Beamforming() argument
32 target_direction(target_direction) {} in Beamforming()
/dports/games/julius/julius-1.7.0/src/figure/
H A Dformation_herd.c55 int target_direction = (formation_id + random_byte()) & 6; in get_roaming_destination() local
57 target_direction = direction; in get_roaming_destination()
62 switch (target_direction) { in get_roaming_destination()
110 target_direction += 2; in get_roaming_destination()
111 if (target_direction > 6) { in get_roaming_destination()
112 target_direction = 0; in get_roaming_destination()
/dports/games/augustus/augustus-3.1.0/src/figure/
H A Dformation_herd.c57 int target_direction = (formation_id + random_byte()) & 6; in get_roaming_destination() local
59 target_direction = direction; in get_roaming_destination()
64 switch (target_direction) { in get_roaming_destination()
112 target_direction += 2; in get_roaming_destination()
113 if (target_direction > 6) { in get_roaming_destination()
114 target_direction = 0; in get_roaming_destination()
/dports/x11-wm/wayfire/wayfire-0.7.0/src/core/seat/
H A Dtouch.cpp415 uint32_t target_direction = 0; member in multi_action_t
464 (this->target_direction == 0)) in update_state()
466 this->target_direction = state.get_center().get_direction(); in update_state()
469 if (this->target_direction == 0) in update_state()
476 if (finger.second.get_incorrect_drag_distance(this->target_direction) > in update_state()
483 if (state.get_center().get_drag_distance(this->target_direction) >= in update_state()
495 target_direction = 0; in reset()
600 uint32_t direction = wf_touch_to_wf_dir(swp_ptr->target_direction); in add_default_gestures()
613 uint32_t direction = wf_touch_to_wf_dir(esw_ptr->target_direction); in add_default_gestures()
/dports/mail/thunderbird/thunderbird-91.8.0/third_party/libwebrtc/webrtc/modules/audio_processing/beamformer/
H A Dnonlinear_beamformer.cc211 SphericalPointf target_direction) in NonlinearBeamformer() argument
217 target_angle_radians_(target_direction.azimuth()), in NonlinearBeamformer()
297 const Point target_direction = AzimuthToPoint(target_angle_radians_); in InitInterfAngles() local
301 DotProduct(*array_normal_, target_direction) * in InitInterfAngles()
316 DotProduct(*array_normal_, target_direction) * in InitInterfAngles()
428 void NonlinearBeamformer::AimAt(const SphericalPointf& target_direction) { in AimAt() argument
429 target_angle_radians_ = target_direction.azimuth(); in AimAt()
H A Dnonlinear_beamformer.h64 SphericalPointf target_direction =
82 virtual void AimAt(const SphericalPointf& target_direction);
/dports/www/firefox-esr/firefox-91.8.0/third_party/libwebrtc/webrtc/modules/audio_processing/beamformer/
H A Dnonlinear_beamformer.cc211 SphericalPointf target_direction) in NonlinearBeamformer() argument
217 target_angle_radians_(target_direction.azimuth()), in NonlinearBeamformer()
297 const Point target_direction = AzimuthToPoint(target_angle_radians_); in InitInterfAngles() local
301 DotProduct(*array_normal_, target_direction) * in InitInterfAngles()
316 DotProduct(*array_normal_, target_direction) * in InitInterfAngles()
428 void NonlinearBeamformer::AimAt(const SphericalPointf& target_direction) { in AimAt() argument
429 target_angle_radians_ = target_direction.azimuth(); in AimAt()
H A Dnonlinear_beamformer.h64 SphericalPointf target_direction =
82 virtual void AimAt(const SphericalPointf& target_direction);
/dports/audio/webrtc-audio-processing0/webrtc-audio-processing-0.3.1/webrtc/modules/audio_processing/beamformer/
H A Dnonlinear_beamformer.cc188 SphericalPointf target_direction) in NonlinearBeamformer() argument
193 target_angle_radians_(target_direction.azimuth()), in NonlinearBeamformer()
266 const Point target_direction = AzimuthToPoint(target_angle_radians_); in InitInterfAngles() local
270 DotProduct(*array_normal_, target_direction) * in InitInterfAngles()
285 DotProduct(*array_normal_, target_direction) * in InitInterfAngles()
393 void NonlinearBeamformer::AimAt(const SphericalPointf& target_direction) { in AimAt() argument
394 target_angle_radians_ = target_direction.azimuth(); in AimAt()
H A Dnonlinear_beamformer.h42 SphericalPointf target_direction =
56 void AimAt(const SphericalPointf& target_direction) override;
/dports/lang/spidermonkey60/firefox-60.9.0/media/webrtc/trunk/webrtc/modules/audio_processing/beamformer/
H A Dnonlinear_beamformer.cc213 SphericalPointf target_direction) in NonlinearBeamformer() argument
219 target_angle_radians_(target_direction.azimuth()), in NonlinearBeamformer()
297 const Point target_direction = AzimuthToPoint(target_angle_radians_); in InitInterfAngles() local
301 DotProduct(*array_normal_, target_direction) * in InitInterfAngles()
316 DotProduct(*array_normal_, target_direction) * in InitInterfAngles()
428 void NonlinearBeamformer::AimAt(const SphericalPointf& target_direction) { in AimAt() argument
429 target_angle_radians_ = target_direction.azimuth(); in AimAt()
H A Dnonlinear_beamformer.h66 SphericalPointf target_direction =
84 virtual void AimAt(const SphericalPointf& target_direction);
/dports/lang/spidermonkey78/firefox-78.9.0/media/webrtc/trunk/webrtc/modules/audio_processing/beamformer/
H A Dnonlinear_beamformer.cc211 SphericalPointf target_direction) in NonlinearBeamformer() argument
217 target_angle_radians_(target_direction.azimuth()), in NonlinearBeamformer()
297 const Point target_direction = AzimuthToPoint(target_angle_radians_); in InitInterfAngles() local
301 DotProduct(*array_normal_, target_direction) * in InitInterfAngles()
316 DotProduct(*array_normal_, target_direction) * in InitInterfAngles()
428 void NonlinearBeamformer::AimAt(const SphericalPointf& target_direction) { in AimAt() argument
429 target_angle_radians_ = target_direction.azimuth(); in AimAt()
H A Dnonlinear_beamformer.h64 SphericalPointf target_direction =
82 virtual void AimAt(const SphericalPointf& target_direction);
/dports/multimedia/mswebrtc/mswebrtc-1.1.1/webrtc/webrtc/modules/audio_processing/beamformer/
H A Dnonlinear_beamformer.cc188 SphericalPointf target_direction) in NonlinearBeamformer() argument
193 target_angle_radians_(target_direction.azimuth()), in NonlinearBeamformer()
266 const Point target_direction = AzimuthToPoint(target_angle_radians_); in InitInterfAngles() local
270 DotProduct(*array_normal_, target_direction) * in InitInterfAngles()
285 DotProduct(*array_normal_, target_direction) * in InitInterfAngles()
393 void NonlinearBeamformer::AimAt(const SphericalPointf& target_direction) { in AimAt() argument
394 target_angle_radians_ = target_direction.azimuth(); in AimAt()
H A Dnonlinear_beamformer.h42 SphericalPointf target_direction =
56 void AimAt(const SphericalPointf& target_direction) override;
/dports/audio/webrtc-audio-processing0/webrtc-audio-processing-0.3.1/webrtc/modules/audio_processing/include/
H A Daudio_processing.h117 target_direction( in Beamforming()
126 SphericalPointf target_direction) in Beamforming()
129 target_direction(target_direction) {} in Beamforming()
132 const SphericalPointf target_direction; member
/dports/multimedia/mswebrtc/mswebrtc-1.1.1/webrtc/webrtc/modules/audio_processing/include/
H A Daudio_processing.h117 target_direction( in Beamforming()
126 SphericalPointf target_direction) in Beamforming()
129 target_direction(target_direction) {} in Beamforming()
132 const SphericalPointf target_direction; member
/dports/games/supertuxkart/SuperTuxKart-1.2-src/src/items/
H A Dflyable.cpp345 Vec3 target_direction(trans.getBasis().getColumn(2)); in getLinearKartItemIntersection() local
349 target_direction = in getLinearKartItemIntersection()
350 target_direction.rotate(inv_rotate.getAxis(), inv_rotate.getAngle()); in getLinearKartItemIntersection()
357 float target_x_speed = target_direction.getX()*target_kart->getSpeed(); in getLinearKartItemIntersection()
358 float target_z_speed = target_direction.getZ()*target_kart->getSpeed(); in getLinearKartItemIntersection()
359 float target_y_speed = target_direction.getY()*target_kart->getSpeed(); in getLinearKartItemIntersection()
/dports/games/exult/exult-snapshot-v1.7.0.20211128/content/bgkeyring/src/items/
H A Dbucket.uc236 var target_direction = directionFromAvatar(item);
261 { face target_direction; actor frame bowing;
273 { face target_direction; actor frame strike_1h;
301 { face target_direction; actor frame strike_1h;
334 { face target_direction; actor frame bowing;
/dports/www/firefox-esr/firefox-91.8.0/gfx/harfbuzz/src/
H A Dhb-ot-shape.cc455 hb_direction_t target_direction; member
657 if (HB_DIRECTION_IS_BACKWARD (c->target_direction)) in hb_ot_rotate_chars()
671 if (HB_DIRECTION_IS_VERTICAL (c->target_direction) && !c->plan->has_vert) in hb_ot_rotate_chars()
1116 c->target_direction = c->buffer->props.direction; in hb_ot_shape_internal()
1144 c->buffer->props.direction = c->target_direction; in hb_ot_shape_internal()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/harfbuzz-ng/src/src/
H A Dhb-ot-shape.cc443 hb_direction_t target_direction; member
647 if (HB_DIRECTION_IS_BACKWARD (c->target_direction)) in hb_ot_rotate_chars()
661 if (HB_DIRECTION_IS_VERTICAL (c->target_direction) && !c->plan->has_vert) in hb_ot_rotate_chars()
1103 c->target_direction = c->buffer->props.direction; in hb_ot_shape_internal()
1128 c->buffer->props.direction = c->target_direction; in hb_ot_shape_internal()

1234