Y
Hacker News
new
|
ask
|
show
|
jobs
by
nerdymanchild
2994 days ago
To what extent are the set of intrinsics used for VP9/h265 decoding unreusable for AV1 decoding? My guess is that there is large amount of reusable intrinsics.
1 comments
muizelaar
2994 days ago
Intrinsics aren't used. The decoding is generally done by a fixed function hardware block.
link
nerdymanchild
2994 days ago
Intrinsics must be used, how else is the hardware invoked?
link
ckocagil
2994 days ago
https://en.wikipedia.org/wiki/Nvidia_PureVideo
>PureVideo occupies a considerable amount of a GPU's die area
link
blattimwind
2994 days ago
Video decoders live somewhere in the general vicinity of the GPU and aren't invoked through CPU instructions. AFAIK.
link
nerdymanchild
2994 days ago
This thread is about Intel processors, not GPUs
link
fulafel
2994 days ago
The VP9/H.265 support in Intel chips is on the GPU side.
link
nerdymanchild
2993 days ago
Thanks for the correction. I think my core point still holds without the intrinsics but I was mistaken on that point.
link