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

/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/reference/vc/m4p2/src/
H A DomxVCM4P2_TransRecBlockCoef_intra.c70 * pSumErr - pointer to a flag indicating whether or not AC prediction is
71 * required; AC prediction is enabled if *pSumErr >=0, but the
74 * function. Otherwise AC prediction is disabled if *pSumErr < 0 .
111 * coefficients. If prediction is disabled (*pSumErr<0) then the
114 * pSumErr - pointer to the value of the accumulated AC coefficient errors,
123 * pCoefBufRow, pCoefBufCol, pQpBuf, pPreACPredict, pSumErr.
143 OMX_INT *pSumErr,
178 armRetArgErrIf(pSumErr == NULL, OMX_Sts_BadArgErr);
236 if (*pSumErr < 0)
256 pSumErr);
136 omxVCM4P2_TransRecBlockCoef_intra( const OMX_U8 *pSrc, OMX_S16 * pDst, OMX_U8 * pRec, OMX_S16 *pPredBufRow, OMX_S16 *pPredBufCol, OMX_S16 * pPreACPredict, OMX_INT *pSumErr, OMX_INT blockIndex, OMX_U8 curQp, const OMX_U8 *pQpBuf, OMX_INT srcStep, OMX_INT dstStep, OMX_INT shortVideoHeader ) argument
[all...]

Completed in 72 milliseconds