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

/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/reference/vc/m4p10/src/
H A DomxVCM4P10_SubAndTransformQDQResidual.c45 * pDstQuantCoeff. This function can also output dequantized coefficients or
67 * pDstQuantCoeff - Pointer to the quantized transformed coefficients.
81 * pSrcOrg, pSrcPred, pNumCoeff, pDstQuantCoeff,
87 * - pDstQuantCoeff or pDstDeQuantCoeff is not aligned on an 8-byte boundary
95 OMX_S16* pDstQuantCoeff,
118 armRetArgErrIf(pDstQuantCoeff == NULL, OMX_Sts_BadArgErr)
119 armRetArgErrIf(armNot8ByteAligned(pDstQuantCoeff), OMX_Sts_BadArgErr)
155 pDstQuantCoeff [4 * j + i] = 0;
200 Buf[4 * j + i] = pDstQuantCoeff [4 * j + i] = (OMX_S16)Value;
90 omxVCM4P10_SubAndTransformQDQResidual( const OMX_U8* pSrcOrg, const OMX_U8* pSrcPred, OMX_U32 iSrcOrgStep, OMX_U32 iSrcPredStep, OMX_S16* pDstQuantCoeff, OMX_S16* pDstDeQuantCoeff, OMX_S16* pDCCoeff, OMX_S8* pNumCoeff, OMX_U32 nThreshSAD, OMX_U32 iQP, OMX_U8 bIntra ) argument

Completed in 6 milliseconds