Quantcast
Channel: Processors
Viewing all articles
Browse latest Browse all 124058

Forum Post: RE: about AlgLink_ScdChPrm imageType

$
0
0

Instead of taking frame from ProcessData function call (that has only Luma data), you can use pFrame that is given to AlgLink_ScdAlgCopyFrame() function.

AlgLink_ScdAlgCopyFrame() function get the whole YUV frame that comes to DSP Link and copies only Luma data for DMVAL algorithm.

In this function use below Ptr to get Luma and Chroma data.

pFrame->addr[0][0]   -> Luma Data

pFrame->addr[0][1]   -> Chroma Data


Viewing all articles
Browse latest Browse all 124058

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>