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.c34 * pDequantCoeff - Pointer to the transformed coefficients. 8-byte
53 * pSrcPred, pDequantCoeff, pDstRecon
56 * - pDequantCoeff is not aligned on an 8-byte boundary
61 const OMX_S16* pDequantCoeff,
75 armRetArgErrIf(pDequantCoeff == NULL, OMX_Sts_BadArgErr)
76 armRetArgErrIf(armNot8ByteAligned(pDequantCoeff), OMX_Sts_BadArgErr)
87 In[i] = pDequantCoeff [i];
93 In[0] = pDequantCoeff [0];
59 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 75 milliseconds