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

/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/reference/vc/m4p10/src/
H A DomxVCM4P10_SubAndTransformQDQResidual.c44 * nThreshSAD - Zero-block early detection threshold. If this parameter is
84 OMX_U32 nThreshSAD,
115 * Zero-Block Early detection using nThreshSAD param
125 if (nThreshSAD)
128 if (nThreshSAD < ThreshDC)
75 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 138 milliseconds