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

/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm11/vc/m4p10/src/
H A DomxVCM4P10_DecodeChromaDcCoeffsToPairCAVLC.c56 * [out] pNumCoeff Pointer to the number of nonzero coefficients
69 OMX_U8* pNumCoeff,
74 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.c63 * [out] pNumCoeff Pointer to the number of nonzero coefficients in
75 OMX_U8* pNumCoeff,
81 return armVCM4P10_DecodeCoeffsToPair(ppBitStream, pOffset, pNumCoeff,
72 omxVCM4P10_DecodeCoeffsToPairCAVLC( const OMX_U8** ppBitStream, OMX_S32* pOffset, OMX_U8* pNumCoeff, OMX_U8**ppPosCoefbuf, OMX_INT sVLCSelect, OMX_INT sMaxNumCoeff ) argument
H A DarmVCM4P10_DecodeCoeffsToPair_s.s50 pNumCoeff RN 2 label
139 STRB TotalCoeff, [pNumCoeff]
/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm_neon/vc/m4p10/src/
H A DomxVCM4P10_DecodeChromaDcCoeffsToPairCAVLC.c56 * [out] pNumCoeff Pointer to the number of nonzero coefficients
69 OMX_U8* pNumCoeff,
74 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.c63 * [out] pNumCoeff Pointer to the number of nonzero coefficients in
75 OMX_U8* pNumCoeff,
81 return armVCM4P10_DecodeCoeffsToPair(ppBitStream, pOffset, pNumCoeff,
72 omxVCM4P10_DecodeCoeffsToPairCAVLC( const OMX_U8** ppBitStream, OMX_S32* pOffset, OMX_U8* pNumCoeff, OMX_U8**ppPosCoefbuf, OMX_INT sVLCSelect, OMX_INT sMaxNumCoeff ) argument
H A DarmVCM4P10_DecodeCoeffsToPair_s.s50 pNumCoeff RN 2 label
139 STRB TotalCoeff, [pNumCoeff]
/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/reference/vc/m4p10/src/
H A DomxVCM4P10_DecodeChromaDcCoeffsToPairCAVLC.c61 * pNumCoeff - Pointer to the number of nonzero coefficients in this block
75 * - ppPosCoefBuf or pNumCoeff is NULL.
84 OMX_U8* pNumCoeff,
94 armRetArgErrIf(pNumCoeff==NULL , OMX_Sts_BadArgErr);
98 return armVCM4P10_DecodeCoeffsToPair(ppBitStream, pOffset, pNumCoeff,
81 omxVCM4P10_DecodeChromaDcCoeffsToPairCAVLC( const OMX_U8** ppBitStream, OMX_S32* pOffset, OMX_U8* pNumCoeff, OMX_U8** ppPosCoefbuf ) argument
H A DomxVCM4P10_DecodeCoeffsToPairCAVLC.c71 * pNumCoeff - Pointer to the number of nonzero coefficients in this block
80 * - ppPosCoefBuf or pNumCoeff is NULL.
92 OMX_U8* pNumCoeff,
105 armRetArgErrIf(pNumCoeff==NULL , OMX_Sts_BadArgErr);
130 return armVCM4P10_DecodeCoeffsToPair(ppBitStream, pOffset, pNumCoeff,
89 omxVCM4P10_DecodeCoeffsToPairCAVLC( const OMX_U8** ppBitStream, OMX_S32* pOffset, OMX_U8* pNumCoeff, OMX_U8**ppPosCoefbuf, OMX_INT sVLCSelect, OMX_INT sMaxNumCoeff ) argument
H A DarmVCM4P10_DecodeCoeffsToPair.c68 * [out] pNumCoeff Pointer to the number of nonzero coefficients in
80 OMX_U8* pNumCoeff,
99 *pNumCoeff = (OMX_U8)TotalCoeff;
77 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_SubAndTransformQDQResidual.c57 * pNumCoeff -Number of non-zero coefficients after quantization. If this
81 * pSrcOrg, pSrcPred, pNumCoeff, pDstQuantCoeff,
98 OMX_S8* pNumCoeff,
113 armRetArgErrIf(pNumCoeff == NULL, OMX_Sts_BadArgErr)
163 if (pNumCoeff != NULL)
165 *pNumCoeff = 0;
201 if ((pNumCoeff != NULL) && Value)
209 if (pNumCoeff != NULL)
211 *pNumCoeff = NumCoeff;
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 856 milliseconds