Displaying 3 results from an estimated 3 matches for "parametriz".
Did you mean:
parametric
2005 Jan 10
3
64 bit integer spx_word64_t
hi,
I am currently trying out speex version of 1.1.6 FIXED_POINT.
noticed there's a 64 bit integer being used in the long term prediction.
any chance of using a 32 bit integer without incurring some major side-effects?
cheers,
tk
2000 Sep 13
3
end-user mode for a moment (side-by-side tests)
Smack my curiosity, but I encoded some songs in Vorbis mode 2 and tried
to be able to distinguish the difference between that and the uncompressed
WAVs. (*smacks self*) but here's what I noted:
It's actually kind of hard to tell the difference :) (and I consider myself
to have a decent set of ears, though not anywhere near the best)
I got my accuracy to about 90%, but I couldn't
2014 Jun 18
2
[LLVMdev] PM: High-level review of the new Pass Manager (so far)
Hi Chandler,
This is a high-level review of the new WIP `PassManager` infrastructure.
For those that haven't dug into Chandler's commits, here's a very
high-level overview (assuming IIUC):
- The driver supports simple declarative syntax for specifying passes
to run. E.g., `module(a,b,function(c,d),e)` runs module passes `a`
and `b`, then function passes `c` and `d` for