Closed Bug 853246 Opened 12 years ago Closed 12 years ago

Optimize Panner and Listener methods when processing them would not have a significant effect

Categories

(Core :: Web Audio, defect)

x86
macOS
defect
Not set
normal

Tracking

()

RESOLVED FIXED
mozilla22

People

(Reporter: ehsan.akhgari, Assigned: ehsan.akhgari)

References

Details

Attachments

(1 file)

Attached patch Patch (v1) (deleted) — Splinter Review
No description provided.
Attachment #727445 - Flags: review?(roc)
Comment on attachment 727445 [details] [diff] [review] Patch (v1) Review of attachment 727445 [details] [diff] [review]: ----------------------------------------------------------------- ::: content/media/webaudio/WebAudioUtils.h @@ +18,5 @@ > + { > + using namespace std; > + return fabsf(v1 - v2) < 1e-7f; > + } > + static bool IsSameFloatingPointValue(double v1, double v2) Call these methods FuzzyEqual (that's what we call them elsewhere).
Attachment #727445 - Flags: review?(roc) → review+
Assignee: nobody → ehsan
Status: NEW → RESOLVED
Closed: 12 years ago
Resolution: --- → FIXED
Target Milestone: --- → mozilla22
Mass moving Web Audio bugs to the Web Audio component. Filter on duckityduck.
Component: Video/Audio → Web Audio
You need to log in before you can comment on or make changes to this bug.

Attachment

General

Created:
Updated:
Size: