H.264 DECODER ON CUDA

Hi all,
I am doing my final year B.E project on h.264 decoder on CUDA…
I wanted to know which modules are already implemented on CUDA? :mellow:
I guess the encoder (motion estimation module) is implemented…?
Any suggestions of yours welcomed… Thankyou in advance… :)

Hi all,
I am doing my final year B.E project on h.264 decoder on CUDA…
I wanted to know which modules are already implemented on CUDA? :mellow:
I guess the encoder (motion estimation module) is implemented…?
Any suggestions of yours welcomed… Thankyou in advance… :)

NVIDIA hardware can possibly decode H.264 in Hardware itself using their Video Processors (without using CUDA kernels as such)
Check the “cudaVideoDecode” SDK sample…

NVIDIA hardware can possibly decode H.264 in Hardware itself using their Video Processors (without using CUDA kernels as such)
Check the “cudaVideoDecode” SDK sample…