search for: scaledown

Displaying 3 results from an estimated 3 matches for "scaledown".

Did you mean: caledon
2010 Feb 01
1
Fwd: Re: Fixed Point on wideband-mode: Single Frame loss on 2000 Hz sine causes "freak off"
...;t look completely random to me. Whether this is normal or not is > hard to tell. Random or not, the point I wanted to show you is that the values of energy[0] are different btw. fixed and floating point. > > > Is there some pre-scale of input values on fixed point beside the > > scaledown parameter, or what causes this "randomization" of the > > energy[0] value? > > So you already took the scaledown into account? If that's the case, it > looks a bit more odd, but I'm not ready to say that's definitely the > problem. Just curious, does the prob...
2016 Apr 19
2
RFC: EfficiencySanitizer
...pected to be shared? Most? Similar to what the > sanitizers already share? > More than what the existing sanitizers share. > Do we expect the shadow memory mapping to be (mostly) the same among > all esan's tools? > Most will use a single mapping and single algorithm, but the scaledown will vary as mentioned. > Do you already have an idea of a few tools + the type of code that > would be shared (for example: "read/write instrumentation is mostly > the same among these tools", or "generating reports for these tools is > mostly the same", or someth...
2016 Apr 17
15
RFC: EfficiencySanitizer
TL;DR: We plan to build a suite of compiler-based dynamic instrumentation tools for analyzing targeted performance problems. These tools will all live under a new "EfficiencySanitizer" (or "esan") sanitizer umbrella, as they will share significant portions of their implementations. ==================== Motivation ==================== Our goal is to build a suite of dynamic