Content deleted Content added
919181512a (talk | contribs) |
919181512a (talk | contribs) |
||
Line 10:
The handling of video data involves computation of [[data compression]] algorithms and possibly of [[video processing]] algorithms. As the template [[Template:Compression methods|Compression methods]] shows, lossy video compression algorithms involve the steps: [[Motion compensation|Motion estimation]] (ME), [[Discrete cosine transform]] (DCT), and [[entropy encoding]] (EC).
AMD Video
By employing [[AMD APP SDK]], available for Linux and Microsoft Windows, developers can create hybrid encoders that pair custom motion estimation, inverse discrete cosine transform and motion compensation with the hardware entropy encoding to achieve faster than real-time encoding. In hybrid mode, only the entropy encoding block of the VCE unit is used, while the remaining computation is offloaded to the 3D engine ([[Graphics Core Next|GCN]]) of the GPU, so the computing scales with the number of available compute units (CUs).
|