Sciweavers

1183 search results - page 79 / 237
» Efficient Wet Paper Codes
Sort
View
ICFP
2006
ACM
15 years 10 months ago
A technique for generic iteration and its optimization
Software libraries rely increasingly on iterators to provide generic traversal of data structures. These iterators can be represented either as objects that maintain state or as p...
Stephen M. Watt
ICIP
1999
IEEE
15 years 11 months ago
3-D Image Models and Compression: Synthetic Hybrid or Natural Fit?
This paper highlights recent advancesin image compression aided by 3-D geometry information. As two examples, we present a model-aided video coder for efficient compression of hea...
Bernd Girod, Peter Eisert, Marcus A. Magnor, Eckeh...
ASAP
2008
IEEE
119views Hardware» more  ASAP 2008»
14 years 12 months ago
An FPGA architecture for CABAC decoding in manycore systems
Arithmetic coding is an efficient entropy compression method that achieves results close to the entropy limit and it is used in modern standards such as JPEG-2000 and H.264. Arith...
Roberto R. Osorio, Javier D. Bruguera
TCSV
2002
114views more  TCSV 2002»
14 years 9 months ago
Multicast and unicast real-time video streaming over wireless LANs
In this paper, we address the problem of real-time video streaming over wireless LANs for both unicast and multicast transmission. The wireless channel is modeled as a packet-erasu...
Abhik Majumdar, Daniel Grobe Sachs, Igor Kozintsev...
DSN
2009
IEEE
15 years 1 months ago
Efficient resource management on template-based web servers
The most commonly used request processing model in multithreaded web servers is thread-per-request, in which an individual thread is bound to serve each web request. However, with...
Eli Courtwright, Chuan Yue, Haining Wang