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

/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/reference/vc/m4p10/src/
H A DomxVCM4P10_DecodeCoeffsToPairCAVLC.c98 int nTable; local
115 nTable = 0;
119 nTable = 1;
123 nTable = 2;
127 nTable = 3;
131 ppPosCoefbuf, nTable, sMaxNumCoeff);
H A DarmVCM4P10_DecodeCoeffsToPair.c64 * [in] nTable Table number (0 to 4) according to the five columns
82 OMX_INT nTable,
94 CoeffToken = armUnPackVLC32(ppBitStream, pOffset, armVCM4P10_CAVLCCoeffTokenTables[nTable]);
77 armVCM4P10_DecodeCoeffsToPair( const OMX_U8** ppBitStream, OMX_S32* pOffset, OMX_U8* pNumCoeff, OMX_U8 **ppPosCoefbuf, OMX_INT nTable, OMX_INT sMaxNumCoeff ) argument

Completed in 150 milliseconds