Sciweavers

2068 search results - page 183 / 414
» On Effectiveness of Application-Layer Coding
Sort
View
ICMCS
2006
IEEE
134views Multimedia» more  ICMCS 2006»
15 years 11 months ago
Modeling Blocking Visual Sensitivity Profile
Blocking artifact is the most prevailing degradation caused by block-based DCT coding techniques under low bit-rate conditions. To alleviate blockings perceptually, it is desirabl...
Guangtao Zhai, Wenjun Zhang, Xiaokang Yang, Yi Xu
VTC
2006
IEEE
15 years 11 months ago
MC-CDMA HARQ with Variable Spreading Factor
This paper presents a hybrid automatic repeat request (HARQ) with variable spreading factor (VSF) suitable for a multicarrer code division multiple access (MC-CDMA). We consider a ...
Shinsuke Takaoka, Haris Gacanin, Fumiyuki Adachi
ASPLOS
2006
ACM
15 years 11 months ago
Accelerator: using data parallelism to program GPUs for general-purpose uses
GPUs are difficult to program for general-purpose uses. Programmers can either learn graphics APIs and convert their applications to use graphics pipeline operations or they can ...
David Tarditi, Sidd Puri, Jose Oglesby
PLDI
2006
ACM
15 years 11 months ago
A global progressive register allocator
This paper describes a global progressive register allocator, a register allocator that uses an expressive model of the register allocation problem to quickly find a good allocat...
David Ryan Koes, Seth Copen Goldstein
124
Voted
PPOPP
2006
ACM
15 years 11 months ago
Programming for parallelism and locality with hierarchically tiled arrays
Tiling has proven to be an effective mechanism to develop high performance implementations of algorithms. Tiling can be used to organize computations so that communication costs i...
Ganesh Bikshandi, Jia Guo, Daniel Hoeflinger, Gheo...