Sciweavers

309 search results - page 17 / 62
» Code Transformations for One-Pass Analysis
Sort
View
ICSE
2009
IEEE-ACM
16 years 3 months ago
Refactoring sequential Java code for concurrency via concurrent libraries
Parallelizing existing sequential programs to run efficiently on multicores is hard. The Java 5 package java.util.concurrent (j.u.c.) supports writing concurrent programs: much of...
Danny Dig, John Marrero, Michael D. Ernst
DOCENG
2010
ACM
15 years 3 months ago
Linking data and presentations: from mapping to active transformations
Modern GUI toolkits, and especially RIA ones, propose the concept of binding to dynamically link domain data and their presentations. Bindings are very simple to use for predefine...
Olivier Beaudoux, Arnaud Blouin
ICIP
2007
IEEE
16 years 4 months ago
Transform Coder Classification for Digital Image Forensics
The area of non-intrusive forensic analysis has found many applications in the area of digital imaging. One unexplored area is the identification of source coding in digital image...
Steven Tjoa, Wan-Yi Sabrina Lin, K. J. Ray Liu
PCM
2005
Springer
131views Multimedia» more  PCM 2005»
15 years 8 months ago
A Cross-Resolution Leaky Prediction Scheme for In-Band Wavelet Video Coding with Spatial Scalability
—In most existing in-band wavelet video coding schemes, over-complete wavelet transform is used for the motion-compensated temporal filtering (MCTF) of each spatial subband. It ...
Dongdong Zhang, Jizheng Xu, Feng Wu, Wenjun Zhang,...
CGO
2005
IEEE
15 years 8 months ago
A General Compiler Framework for Speculative Optimizations Using Data Speculative Code Motion
Data speculative optimization refers to code transformations that allow load and store instructions to be moved across potentially dependent memory operations. Existing research w...
Xiaoru Dai, Antonia Zhai, Wei-Chung Hsu, Pen-Chung...