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

/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/reference/vc/m4p10/src/
H A DomxVCM4P10_GetVLCInfo.c40 * bAC - indicates presence of a DC coefficient; 0 = DC coefficient
65 OMX_U8 bAC,
82 armRetArgErrIf(bAC > 1, OMX_Sts_BadArgErr)
97 MinIndex = (bAC == 0 && MaxNumCoef == 15) ? 1 : 0;
62 omxVCM4P10_GetVLCInfo( const OMX_S16* pSrcCoeff, const OMX_U8* pScanMatrix, OMX_U8 bAC, OMX_U32 MaxNumCoef, OMXVCM4P10VLCInfo* pDstVLCInfo ) argument

Completed in 68 milliseconds