Displaying 20 results from an estimated 1000 matches similar to: "C Prog"
2010 Aug 04
1
Chip
Hi,
I wanted to know if anyone could tell me how i can make a chip that uses
Celt to code the signal of a microphone, the chip will need a low latency as
well so which chip should i take and how can modify celt, so that it fits
for the chip?
greets
yon
-------------- next part --------------
An HTML attachment was scrubbed...
URL:
2010 Aug 17
3
Total Harmonic Distortion THD
Hi
Has anybody done THD or THD-N measurements with the CELT Codec (bext would
be on various bit rates)
If someone could share results for Mono at 64kBit and Stereo at 128 and 196kBit it
would be great.
thank you very much
Jochen
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.xiph.org/pipermail/opus/attachments/20100817/b1da17cc/attachment-0002.htm
2010 Aug 20
1
right settings for highest quality
Hi
I am trying to evaluate the quality of the CELT codec by using the 0.8.0
testcelt tool to encode and decode the input.
I want to test different bitrates and selected the below parameters for 64,
96, 128, 196, 256kB:
./celt-0.8.0/libcelt/testcelt.exe 44100 2 256 46 $1.sw $1-64kb.sw
./celt-0.8.0/libcelt/testcelt.exe 44100 2 192 46 $1.sw $1-96kb.sw
./celt-0.8.0/libcelt/testcelt.exe 44100 2 128
2010 May 24
1
[LLVMdev] LatticeMico32 (LM32) backend
Hello Sébastien,
Making backends to LLVM is a significant amount of work. If you want somebody to do it for you, either offer some payment or do your own coding. Keep in mind that the bread-and-butter support for LLVM comes from Apple computer so unless the next iPad will start using softcores, be prepared to pursue the other courses of action I laid out.
I may be having to write a backend to
2007 Sep 04
1
(fwd) Bug#440721: FTBFS on sparc while linking usr/klibc/libc.so
new klibc sparc build failure against gcc 4.2
----- Forwarded message from Kilian Krause <kilian at debian.org> -----
Subject: Bug#440721: FTBFS on sparc while linking usr/klibc/libc.so
From: Kilian Krause <kilian at debian.org>
To: Debian Bug Tracking System <submit at bugs.debian.org>
Date: Mon, 03 Sep 2007 23:35:23 +0200
Package: klibc
Version: 1.5.6-2
Severity: serious
2010 May 24
0
[LLVMdev] LatticeMico32 (LM32) backend
On Monday 24 May 2010 14:32:19 Eli Friedman wrote:
> Resending the email isn't really productive; for the given question,
> the lack of a reply should answer your question. Was there something
> else you wanted to ask?
I find this message unhelpful at best, if not purely arrogant. You are making
an open source compiler, I am making an open source processor: we are fighting
for the
2016 Nov 16
2
[RFC] AAP Backend
Hi all,
I have just updated most of the patches to roll them forwards to LLVM
top-of-tree, and incorporated various suggested changes. We're still
looking for reviewers, if anyone is interested.
Thank you,
Edward Jones
On 15/09/16 17:12, Ed Jones wrote:
> I have now posted the final two patches for the backend to add
> Disassembler support, ISel and CodeGen. The full list of patches
2016 Aug 18
8
[RFC] AAP Backend
Hi all,
We wish to submit our latest AAP implementation as an experimental
backend into LLVM. We need community feedback and reviewers for patches
which we will submit soon.
AAP was designed in early 2015 and aims to advance compiler development
for small deeply embedded Harvard architectures, which are widely used
commercially. AAP is freely available as an open source softcore for use
in FPGA
2010 May 24
3
[LLVMdev] LatticeMico32 (LM32) backend
On Mon, May 24, 2010 at 2:11 AM, Sébastien Bourdeauducq
<sebastien.bourdeauducq at lekernel.net> wrote:
> Just bringing that up as I did not get any reply so far.
Resending the email isn't really productive; for the given question,
the lack of a reply should answer your question. Was there something
else you wanted to ask?
-Eli
> Thanks,
> Sébastien
>
>
> On Tuesday
2013 Apr 10
5
[Bug 9783] New: please don't use client-server model for local copies
https://bugzilla.samba.org/show_bug.cgi?id=9783
Summary: please don't use client-server model for local copies
Product: rsync
Version: 3.0.9
Platform: All
URL: http://lwn.net/Articles/400489/
OS/Version: Linux
Status: NEW
Severity: enhancement
Priority: P5
Component: core
2016 Aug 25
2
[RFC] AAP Backend
As it stands, the active customers for this target are the out-of-tree
backends which we are working on which can't be submitted for inclusion
into LLVM.
The general aim of the backend though is to include features from
architectures which are not well represented in LLVM, for example
non-power of two register sizes, non-octet chars, or very constrained
register sets, and to this end we hope
2006 Jan 12
1
Problem with NLSYSTEMFIT()
Hello,
I want to solve a nonlinear 3SLS problem with "nlsystemfit()". The
equations
are of the form
y_it = f_i(x,t,theta)
The functions f_i(.) have to be formulated as R-functions. When invoking
"nlsystemfit()" I get the error
Error in deriv.formula(eqns[[i]], names(parmnames)) :
Function 'f1' is not in the derivatives table
2009 Feb 02
8
ZFS core contributor nominations
The time has come to review the current Contributor and Core contributor
grants for ZFS. Since all of the ZFS core contributors grants are set
to expire on 02-24-2009 we need to renew the members that are still
contributing at core contributor levels. We should also add some new
members to both Contributor and Core contributor levels.
First the current list of Core contributors:
Bill
2006 Mar 03
5
flag day: ZFS on-disk format change
Summary: If you use ZFS, do not downgrade from build 35 or later to
build 34 or earlier.
This putback (into Solaris Nevada build 35) introduced a backwards-
compatable change to the ZFS on-disk format. Old pools will be
seamlessly accessed by the new code; you do not need to do anything
special.
However, do *not* downgrade from build 35 or later to build 34 or
earlier. If you do so, some of
2017 Jan 12
2
[PATCH v2 1/2] drm/nouveau: Don't enabling polling twice on runtime resume
As it turns out, on cards that actually have CRTCs on them we're already
calling drm_kms_helper_poll_enable(drm_dev) from
nouveau_display_resume() before we call it in
nouveau_pmops_runtime_resume(). This leads us to accidentally trying to
enable polling twice, which results in a potential deadlock between the
RPM locks and drm_dev->mode_config.mutex if we end up trying to enable
polling
1999 Jan 20
2
Installation of packages?
Dear r-helpers,
we have installation problems:
Successful installation of R-0.63 base package on Solaris 2.5.1 with the
SunSoft compilers f77, c version 4.2.
We habe problems with the installation of further packages e.g.
integrate from CRAN.
R code works but the shared objects built from fortran code do not find
the appropriate libs with functions like __pow_ii or __epx at runtime.
We tried
2005 Dec 26
1
Parameter Constraints in nls.lm()
Hello,
Is there a possibility of setting parameter constraints in nls.lm() ?
The documentation does not say anything on that explicitly.
In order to achieve the same effect, the criterion function could be
penalized
outside the valid domain. Is that a correct procedure?
Kind regards,
Kilian
[[alternative HTML version deleted]]
2007 Nov 21
3
R as server application
Is there a way to use R as a client server application?
Whitch means:
1. install R on a server (running as a service)
2. from client send R-scripts through IDE/Editor (TINN-R) to "R-server"
3. receive R-output on client
All the Best
Kilian Schwab
2006 Oct 27
1
Error using "White-corrected" Anova (white.adjust="hc3")
Hello.
I try to compute a "White-corrected" ANOVA. Therefore I use the command "Anova" implemented in the car()-package):
Anova(modelname, white.adjust="hc3")
and receive the error message:
"Fehler in SS[i] <- SS.term(names[i]) : nichts zu ersetzen" (German)
"Error in SS[i] <- SS.term(names[i]) : nothing to replace" (probably being the
2009 Dec 10
6
Confusion regarding ''zfs send''
I''m playing around with snv_128 on one of my systems, and trying to
see what kinda of benefits enabling dedup will give me.
The standard practice for reprocessing data that''s already stored to
add compression and now dedup seems to be a send / receive pipe
similar to:
zfs send -R <old fs>@snap | zfs recv -d <new fs>
However, according to the man page,