Displaying 20 results from an estimated 900 matches similar to: "Opus on MIPS performance"
2014 Jun 23
1
MIPS optimizations
Hi Dean,
It should work for 24kec, 34kc and 74kc cores.
Thanks and Regards,
Rhishi
-----Original Message-----
From: opus-bounces at xiph.org [mailto:opus-bounces at xiph.org] On Behalf Of Dean Blackketter
Sent: Monday, June 23, 2014 02:37
To: Jean-Marc Valin
Cc: opus at xiph.org
Subject: Re: [opus] MIPS optimizations
Great, will do and report back.
On Jun 22, 2014, at 9:13 AM, Jean-Marc
2014 Jun 22
2
MIPS optimizations
I suggest you try it. I do know that it requires the dsp extensions, but
it may work on a 24k. Just change the -march=74kc and see if it works.
Jean-Marc
On 22/06/14 11:26 AM, Dean Blackketter wrote:
> Thanks for this.
>
> There?s not much documentation there.
>
> It appears that these optimizations are for MIPS 74K only and don?t apply to 24K-based builds, correct?
>
>
2014 Jun 21
2
MIPS optimizations
All those running Opus on MIPS should be interested in some new
MIPS-specific optimizations contributed by Imagination Technologies. For
now you will need to use Makefile.mips to build. Feedback on this new
code is welcome.
Cheers,
Jean-Marc
2015 Jan 22
7
a dedicated audio encoder
Hi,
In our design of Icecast2, our multiple sources will stream their high quality audio via a dedicated audio encoder (not a computer):
Live audio > L+R microphone > pre amplifier > audio encoder > Icecast2 VPS
So far I have a shortlist of 4 possible brands of audio encoders: Sonifex PS-SEND, Barix Instreamer, Bric-Link, Outcaster OC100.
All have their pro's and cons.
2010 Aug 18
2
[LLVMdev] clang: call extern function using JIT
gafferuk <gafferuk at gmail.com> writes:
> Can someone pease tell me what I am doing wrong?
It is hard to say because you don't say what the problem is, but let's
try.
> Im trying to register an external function with the JIT, so can call
> functions in my music
>
> application.
>
> Here my function
>
> int Execute(llvm::Module *Mod, char * const *envp)
2024 Aug 26
1
winbind gives wrong primary id group
>> Hello,
>>
>> I have fresh instalation samba 4.17.12+dfsg from apt on Debian 12.
>>
>> I made new domain ADS2
>> (https://wiki.samba.org/index.php/Setting_up_Samba_as_an_Active_Directory_Domain_Controller).
>> root at dc-ads2:/etc/samba# samba-tool domain provision --use-rfc2307
>> --realm=ADS2.SES.SK --domain=ads2 --server-role=dc
>>
2009 Feb 11
2
Question about apply()
Hello, everyone!
Assume you have this data:
data <- structure(c(66.609375, 67.09375, 66.40625, 66.734375, 67.109375,
66.875, 66.09375, 65.921875, 66.546875, 66.140625, 66.140625,
65.65625, 65.875, 65.59375, 65.515625, 66.09375, 66.015625, 66.140625,
66.109375, 66.421875, 1702.7, 1647.7, 1649.4, 1639.9, 1696.4,
1710.9, 1690.2, 1677.9, 1694.4, 1713.9, 1713.9, 1705.4, 1708.4,
1692.9, 1689.6,
2020 Oct 26
3
[Bug 1477] New: Unable to use saved ruleset when using dynamic sets
https://bugzilla.netfilter.org/show_bug.cgi?id=1477
Bug ID: 1477
Summary: Unable to use saved ruleset when using dynamic sets
Product: nftables
Version: unspecified
Hardware: x86_64
OS: All
Status: NEW
Severity: normal
Priority: P5
Component: nft
Assignee: pablo at
2010 Sep 09
1
Dovecot 2.0.2 breakes LMTP delivery for me
Hi,
I'm onboard Debian Lenny (amd64) and just reverted from 2.0.2-0~auto+4 back
to 2.0.1-0~auto+1 because LMTP stopped working completly with the above
Package.
In my setup delivery is done from exim via LMTP to dovecot (Maildir/ext3).
The lmtp dovecot config looks like this:
> service lmtp {
> user = vmail
> inet_listener lmtp {
> address = 127.0.0.1
> port = 24
2009 Dec 03
5
L2ARC in clusters
Hi,
When deploying ZFS in cluster environment it would be nice to be able
to have some SSDs as local drives (not on SAN) and when pool switches
over to the other node zfs would pick up the node''s local disk drives as
L2ARC.
To better clarify what I mean lets assume there is a 2-node cluster with
1sx 2540 disk array.
Now lets put 4x SSDs in each node (as internal/local drives). Now
2013 Jul 18
4
FW: pxelinux 5.x, 6.x memtest problem
Hi,
OK. I build syslinux-6.02-pre6 from
https://www.kernel.org/pub/linux/utils/boot/syslinux/Testing/6.02/syslinux-6.02-pre6.tar.gz
on a Debian jessie/sid system (with gnu-efi_3.0u+debian-2 from
experimental):
root at jessie: ~# cd /tmp
root at jessie:/tmp# wget
https://www.kernel.org/pub/linux/utils/boot/syslinux/Testing/6.02/syslinux-6.02-pre6.tar.gz
root at jessie:/tmp# tar xfz
2014 Mar 11
2
Upgrading openssh to 6.5 on centOS 5 machine
Hello Everyone,
I am a newbie.
I am supposed to upgrade openssh on a centOS machine.
Following are the current versions of openssh and centOS.
/tmp# /usr/sbin/sshd -V
OpenSSH_4.3p2, OpenSSL 0.9.8e-fips-rhel5 01 Jul 2008
/tmp# rpm -q centos-release
centos-release-5-2.el5.centos
I have already tried the following link.
http://fr2.rpmfind.net/linux/rpm2html/search.php?query=openssh
I am unable
2010 Aug 18
0
[LLVMdev] clang: call extern function using JIT
ok, i have changed functionType code to:
llvm::FunctionType* ft =
llvm::FunctionType::get(llvm::Type::getInt32Ty(llvm::getGlobalContext()),
std::vector<const llvm::Type*>(1,
llvm::Type::getInt32Ty(llvm::getGlobalContext())), false);
when I run my app the compiler says:
E:\Projects\Whistle\Whistle\Release>Whistle file.c
file.c(3) : warning: implicit declaration of function
2023 Sep 16
1
Nut-upsdev Digest, Vol 206, Issue 5
It seems the `libmodbus` library or headers were not found, or something
similar - so the driver against it was not built. Did you install
`libmodbus-dev` before the build? What does `config.log` in the build root
say (and.or the summary shown after you run the `configure` script)?
On Sat, Sep 16, 2023 at 7:46?PM FatGear <fatgear1 at free.fr> wrote:
> Hi,
>
> I don't know what
2014 Sep 03
7
Does virsh actually work?
I have been beating my head against a wall attempting to get virsh to
migrate a simple VM from one host to another.
I have two systems running Ubuntu 14.04 with libvirt 1.2.2. Yes, they are
bridged. Non-shared storage. Modest guest VM that only requires 100G of
disk space; there is far more available.
In trying to accomplish even the simplest migration (per every page I can
find from both the
2016 Aug 02
29
[Bug 97192] New: SuperTuxkart graphic errors [NVE4 - GK104]
https://bugs.freedesktop.org/show_bug.cgi?id=97192
Bug ID: 97192
Summary: SuperTuxkart graphic errors [NVE4 - GK104]
Product: Mesa
Version: unspecified
Hardware: x86-64 (AMD64)
OS: other
Status: NEW
Severity: normal
Priority: medium
Component: Drivers/DRI/nouveau
Assignee:
2011 Jun 02
10
Application Error!!!!!!!!!!!!!!!!!!!!!!!
Hi everybody,
Please any one help me, Previous two day''s I am googling, Still not
find solution. this really frustrating.
I had deploy my app on heroku http://radiationn.heroku.com/. it is
working fine on localhost but i got APPLICATION ERROR.
IN log wht i find that in photo.rb model not able to find
"has_attached_file", I am not able to shout out this proble. It
working
2023 Sep 19
1
Nut-upsdev Digest, Vol 206, Issue 5
Hello there,
I don't think that's working,?
I have done all your repo but i don't know how it's supposed to work.
I have a idea, change vendor id and product id? to make the driver try
to connect to the ups, what do you think of that ? With this driver
maybe : usbhid-ups
FatGear
Le 16/09/2023 ? 20:40, Jim Klimov a ?crit?:
> It seems the `libmodbus` library or headers were
2002 Nov 21
3
Tribes 1.x & Wine
Has anyone ever tried to actually get a tribes server
running under wine or another emulator?
Just the other day i was setting up a linux counter-strike server.
My friend asked me if i would setup a Tribes 1.0 or 1.11 server.
I thought linux would be a great way to do it.
I was trying to run a headless / dedicated starsiege tribes server (1.0/1.11)
I Installed the tribes files (including the
2010 Aug 18
3
[LLVMdev] clang: call extern function using JIT
> when I run my app the compiler says:
> E:\Projects\Whistle\Whistle\Release>Whistle file.c
> file.c(3) : warning: implicit declaration of function 'yipee' is invalid in
> C99
>
> [-Wimplicit-function-declaration]
> int dd = yipee(1);
> ^
This way you're creating a call to variadic function. It's of different type
compared to function