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

/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/reference/vc/m4p10/src/
H A DomxVCM4P10_InvTransformResidualAndAdd.c49 * pDequantCoeff - Pointer to the transformed coefficients. 8-byte
68 * pSrcPred, pDequantCoeff, pDstRecon
71 * - pDequantCoeff is not aligned on an 8-byte boundary
76 const OMX_S16* pDequantCoeff,
90 armRetArgErrIf(pDequantCoeff == NULL, OMX_Sts_BadArgErr)
91 armRetArgErrIf(armNot8ByteAligned(pDequantCoeff), OMX_Sts_BadArgErr)
102 In[i] = pDequantCoeff [i];
108 In[0] = pDequantCoeff [0];
74 omxVCM4P10_InvTransformResidualAndAdd( const OMX_U8* pSrcPred, const OMX_S16* pDequantCoeff, OMX_U8* pDstRecon, OMX_U32 iSrcPredStep, OMX_U32 iDstReconStep, OMX_U8 bAC ) argument

Completed in 162 milliseconds