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

/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/reference/vc/m4p10/src/
H A DomxVCM4P10_GetVLCInfo.c57 * MaxNumCoef - specifies the number of coefficients contained in the
81 OMX_U32 MaxNumCoef,
98 armRetArgErrIf(MaxNumCoef > 16, OMX_Sts_BadArgErr)
112 MinIndex = (bAC == 0 && MaxNumCoef == 15) ? 1 : 0;
113 for (i = MinIndex; i < (MaxNumCoef + MinIndex); i++)
120 i = MaxNumCoef - 1;
77 omxVCM4P10_GetVLCInfo( const OMX_S16* pSrcCoeff, const OMX_U8* pScanMatrix, OMX_U8 bAC, OMX_U32 MaxNumCoef, OMXVCM4P10VLCInfo* pDstVLCInfo ) argument

Completed in 59 milliseconds