Sciweavers

3750 search results - page 162 / 750
» Code Optimization for Code Compression
Sort
View
LCPC
2005
Springer
15 years 8 months ago
Analytic Models and Empirical Search: A Hybrid Approach to Code Optimization
Compilers employ system models, sometimes implicitly, to make code optimization decisions. These models are analytic; they reflect their implementor’s understanding and beliefs ...
Arkady Epshteyn, María Jesús Garzar&...
ICIP
2005
IEEE
16 years 4 months ago
Optimal wavelet filter design in scalable video coding
The design of a class of wavelet filters and its application in Scalable Video Coding (SVC) is discussed in detail in this paper. The design method uses maximal flat wavelet filte...
Min Li, Truong Q. Nguyen
ICMCS
2005
IEEE
125views Multimedia» more  ICMCS 2005»
15 years 8 months ago
Joint Sender/Receiver Optimization Algorithm for Multi-Path Video Streaming Using High Rate Erasure Resilient Code
In this paper we present a joint sender/receiver optimization algorithm and a seamless rate adjustment protocol to reduce the total number of packets over different paths in a str...
Changxi Zheng, Guobin Shen, Shipeng Li, Qianni Den...
CC
2003
Springer
126views System Software» more  CC 2003»
15 years 8 months ago
Offset Assignment Showdown: Evaluation of DSP Address Code Optimization Algorithms
Abstract. Offset assignment is a highly effective DSP address code optimization technique that has been implemented in a number of ANSI C compilers. In this paper we concentrate on...
Rainer Leupers
PLDI
1998
ACM
15 years 6 months ago
Optimizing Direct-threaded Code by Selective Inlining
Achieving good performance in bytecoded language interpreters is di cult without sacri cing both simplicity and portability. This is due to the complexity of dynamic translation (...
Ian Piumarta, Fabio Riccardi