Welcome, Guest. Please login or register.

Author Topic: Best way to install Delfina in Desktop 1200  (Read 3356 times)

Description:

0 Members and 1 Guest are viewing this topic.

Offline Crumb

  • Hero Member
  • *****
  • Join Date: Mar 2002
  • Posts: 1786
  • Country: 00
    • Show all replies
    • http://cuaz.sourceforge.net
Re: Best way to install Delfina in Desktop 1200
« on: June 02, 2010, 06:57:11 PM »
It's a pity nobody took the free sources of Atari jpeg decoder and made a JPEG datatype. On slow cpus like 030 it should allow faster jpeg decoding...
The only spanish amiga news web page/club: Club de Usuarios de Amiga de Zaragoza (CUAZ)
 

Offline Crumb

  • Hero Member
  • *****
  • Join Date: Mar 2002
  • Posts: 1786
  • Country: 00
    • Show all replies
    • http://cuaz.sourceforge.net
Re: Best way to install Delfina in Desktop 1200
« Reply #1 on: June 03, 2010, 09:09:20 PM »
Quote from: Karlos;562596
Is it a DSP thing, then?


Falcon used a 32Mhz 56001 while Delfina used a faster 56002 running up to 73Mhz.

Quote
One problem with the delfina is that the amount of memory on the device is limited. As is the bandwidth to it. I suppose some jpeg stuff could be offloaded, say processing a few blocks at a time (whatever will fit in the available memory) but you might end up trading CPU<->memory bound performance for CPU<->clockport bound performance.


The DSP has access to 96KB of local ram, I think it's enough to process the jpeg chunks. A 640x480 Ham8 screen just takes 300KB so there shouldn't be a bandwitch problem

I think A1200 Clockport can transfer 300KB/s without many problems, I think DSP may help with c2p and HAM8 conversion. With Zorro based Delfinas it would be even faster (let's say 1.8MB/s without choking the system)

I guess that using A1200 clockport a 060 may be faster but with slower cpus or ZorroII the DSP could win.

here's the link to the sources of Falcon030 JPEG Decoder (v0.81 1993):
http://gfa.atari-users.net/docs/files/jpegd.zip

These are the sources of the mp3Delfina player (perhaps some routines are more optimized for 56002):
http://aminet.net/package/mus/play/dmdev
The only spanish amiga news web page/club: Club de Usuarios de Amiga de Zaragoza (CUAZ)