←back to thread

230 points perryflynn | 1 comments | | HN request time: 0s | source
Show context
Animats ◴[] No.43748045[source]
JPEG 2000 for each frame? I wonder what they use for decompression. JPEG 2000 decompressors are really slow. Most couldn't keep up with frame rate without GPU support.
replies(2): >>43748484 #>>43750277 #
userbinator ◴[] No.43748484[source]
Dedicated hardware, not even regular GPUs. JPEG2000 decompression has a rather complex entropy decoding part which is not easily parallisable.
replies(2): >>43749538 #>>43751675 #
1. Aurornis ◴[] No.43751675[source]
The parallel part would come from batch decoding upcoming frames across multiple cores and buffering the result.

4K at 90fps decoding is easy for commercial decoders with a consumer GPU. The dedicated hardware solutions are out there but they’re not the only way to do it any more.