you are viewing a single comment's thread
view the rest of the comments
[–] 0 points 3 years ago (1 child)

Graph conveniently omits hardware support, where avif (av1) is supported across the board

  • source
  • parent
  • hideshow 2 child comments
  • [–] 1 point 3 years ago*

    No one uses hardware decoding for images - it's just not a good fit for the reality of how we use images. Images are small and easy to decode, whereas starting up a hardware decoder takes a non-trivial amount of time. Additionally, GPU decoders only work single-threaded, so each image would have to be decoded one by one, instead of all at once like with CPU decoding. This was already attempted with VP8/WebP and they gave up trying to make it any good. Videos are good candidates for hardware decoding since they're large and you're only looking at one at a time.

    If you have benchmarks or some proof showing otherwise by all means post here.

  • source
  • parent