Searched defs:pScanMatrix (Results 1 - 1 of 1) sorted by relevance

/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/reference/vc/m4p10/src/
H A DomxVCM4P10_GetVLCInfo.c50 * pScanMatrix - pointer to the scan order definition matrix. For a luma
73 * pSrcCoeff, pScanMatrix, pDstVLCInfo
79 const OMX_U8* pScanMatrix,
95 armRetArgErrIf(pScanMatrix == NULL, OMX_Sts_BadArgErr)
116 Buf [i - MinIndex] = pSrcCoeff [pScanMatrix [i]];
77 omxVCM4P10_GetVLCInfo( const OMX_S16* pSrcCoeff, const OMX_U8* pScanMatrix, OMX_U8 bAC, OMX_U32 MaxNumCoef, OMXVCM4P10VLCInfo* pDstVLCInfo ) argument

Completed in 275 milliseconds