Searched defs:pNumCoeff (Results 1 - 10 of 10) sorted by last modified time

/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm11/vc/m4p10/src/
H A DarmVCM4P10_DecodeCoeffsToPair_s.s36 pNumCoeff RN 2 label
125 STRB TotalCoeff, [pNumCoeff]
H A DomxVCM4P10_DecodeChromaDcCoeffsToPairCAVLC.c41 * [out] pNumCoeff Pointer to the number of nonzero coefficients
54 OMX_U8* pNumCoeff,
59 return armVCM4P10_DecodeCoeffsToPair(ppBitStream, pOffset, pNumCoeff,
51 omxVCM4P10_DecodeChromaDcCoeffsToPairCAVLC( const OMX_U8** ppBitStream, OMX_S32* pOffset, OMX_U8* pNumCoeff, OMX_U8** ppPosCoefbuf ) argument
H A DomxVCM4P10_DecodeCoeffsToPairCAVLC.c48 * [out] pNumCoeff Pointer to the number of nonzero coefficients in
60 OMX_U8* pNumCoeff,
66 return armVCM4P10_DecodeCoeffsToPair(ppBitStream, pOffset, pNumCoeff,
57 omxVCM4P10_DecodeCoeffsToPairCAVLC( const OMX_U8** ppBitStream, OMX_S32* pOffset, OMX_U8* pNumCoeff, OMX_U8**ppPosCoefbuf, OMX_INT sVLCSelect, OMX_INT sMaxNumCoeff ) argument
/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm_neon/vc/m4p10/src/
H A DarmVCM4P10_DecodeCoeffsToPair_s.s36 pNumCoeff RN 2 label
125 STRB TotalCoeff, [pNumCoeff]
H A DomxVCM4P10_DecodeChromaDcCoeffsToPairCAVLC.c41 * [out] pNumCoeff Pointer to the number of nonzero coefficients
54 OMX_U8* pNumCoeff,
59 return armVCM4P10_DecodeCoeffsToPair(ppBitStream, pOffset, pNumCoeff,
51 omxVCM4P10_DecodeChromaDcCoeffsToPairCAVLC( const OMX_U8** ppBitStream, OMX_S32* pOffset, OMX_U8* pNumCoeff, OMX_U8** ppPosCoefbuf ) argument
H A DomxVCM4P10_DecodeCoeffsToPairCAVLC.c48 * [out] pNumCoeff Pointer to the number of nonzero coefficients in
60 OMX_U8* pNumCoeff,
66 return armVCM4P10_DecodeCoeffsToPair(ppBitStream, pOffset, pNumCoeff,
57 omxVCM4P10_DecodeCoeffsToPairCAVLC( const OMX_U8** ppBitStream, OMX_S32* pOffset, OMX_U8* pNumCoeff, OMX_U8**ppPosCoefbuf, OMX_INT sVLCSelect, OMX_INT sMaxNumCoeff ) argument
/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/reference/vc/m4p10/src/
H A DarmVCM4P10_DecodeCoeffsToPair.c53 * [out] pNumCoeff Pointer to the number of nonzero coefficients in
65 OMX_U8* pNumCoeff,
84 *pNumCoeff = (OMX_U8)TotalCoeff;
62 armVCM4P10_DecodeCoeffsToPair( const OMX_U8** ppBitStream, OMX_S32* pOffset, OMX_U8* pNumCoeff, OMX_U8 **ppPosCoefbuf, OMX_INT nTable, OMX_INT sMaxNumCoeff ) argument
H A DomxVCM4P10_DecodeChromaDcCoeffsToPairCAVLC.c46 * pNumCoeff - Pointer to the number of nonzero coefficients in this block
60 * - ppPosCoefBuf or pNumCoeff is NULL.
69 OMX_U8* pNumCoeff,
79 armRetArgErrIf(pNumCoeff==NULL , OMX_Sts_BadArgErr);
83 return armVCM4P10_DecodeCoeffsToPair(ppBitStream, pOffset, pNumCoeff,
66 omxVCM4P10_DecodeChromaDcCoeffsToPairCAVLC( const OMX_U8** ppBitStream, OMX_S32* pOffset, OMX_U8* pNumCoeff, OMX_U8** ppPosCoefbuf ) argument
H A DomxVCM4P10_DecodeCoeffsToPairCAVLC.c56 * pNumCoeff - Pointer to the number of nonzero coefficients in this block
65 * - ppPosCoefBuf or pNumCoeff is NULL.
77 OMX_U8* pNumCoeff,
90 armRetArgErrIf(pNumCoeff==NULL , OMX_Sts_BadArgErr);
115 return armVCM4P10_DecodeCoeffsToPair(ppBitStream, pOffset, pNumCoeff,
74 omxVCM4P10_DecodeCoeffsToPairCAVLC( const OMX_U8** ppBitStream, OMX_S32* pOffset, OMX_U8* pNumCoeff, OMX_U8**ppPosCoefbuf, OMX_INT sVLCSelect, OMX_INT sMaxNumCoeff ) argument
H A DomxVCM4P10_SubAndTransformQDQResidual.c42 * pNumCoeff -Number of non-zero coefficients after quantization. If this
66 * pSrcOrg, pSrcPred, pNumCoeff, pDstQuantCoeff,
83 OMX_S8* pNumCoeff,
98 armRetArgErrIf(pNumCoeff == NULL, OMX_Sts_BadArgErr)
148 if (pNumCoeff != NULL)
150 *pNumCoeff = 0;
186 if ((pNumCoeff != NULL) && Value)
194 if (pNumCoeff != NULL)
196 *pNumCoeff = NumCoeff;
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 106 milliseconds