Sciweavers

239 search results - page 8 / 48
» Fast Prefix Code Processing
Sort
View

Tutorial
4675views
15 years 6 months ago
Writing Fast Matlab Code
This article discusses strategies for improving the speed of Matlab code. Keep in mind that speed depends heavily on the computation platform and that the fastest method on one sys...
Pascal Getreuer,
ICASSP
2011
IEEE
12 years 11 months ago
Fast identification of JPEG 2000 images for digital cinema profiles
A method for identifying JPEG 2000 images with different coding parameters, such as DWT-filters, code-block sizes, quantization step sizes, and resolution levels, is presented. ...
Osamu Watanabe, Takahiro Fukuhara, Hitoshi Kiya
ICML
2001
IEEE
14 years 8 months ago
Learning to Generate Fast Signal Processing Implementations
A single signal processing algorithm can be represented by many mathematically equivalent formulas. However, when these formulas are implemented in code and run on real machines, ...
Bryan Singer, Manuela M. Veloso
JMLR
2002
117views more  JMLR 2002»
13 years 7 months ago
Learning to Construct Fast Signal Processing Implementations
A single signal processing algorithm can be represented by many mathematically equivalent formulas. However, when these formulas are implemented in code and run on real machines, ...
Bryan Singer, Manuela M. Veloso
TOG
2012
230views Communications» more  TOG 2012»
11 years 10 months ago
Decoupling algorithms from schedules for easy optimization of image processing pipelines
Using existing programming tools, writing high-performance image processing code requires sacrificing readability, portability, and modularity. We argue that this is a consequenc...
Jonathan Ragan-Kelley, Andrew Adams, Sylvain Paris...