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

/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/reference/vc/m4p2/src/
H A DarmVCM4P2_FillVLCBuffer.c48 * [in] pRunIndexTable Run Index table defined in
73 const OMX_U8 *pRunIndexTable,
123 tempIndex = pRunIndexTable [maxRunForMultipleEntries + 1] +
128 tempIndex = pRunIndexTable [tempRun] + (tempLevel -1);
63 armVCM4P2_FillVLCBuffer( OMX_U8 **ppBitStream, OMX_INT * pBitOffset, OMX_U32 run, OMX_S16 level, OMX_U32 runPlus, OMX_S16 levelPlus, OMX_U8 fMode, OMX_U8 last, OMX_U8 maxRunForMultipleEntries, const OMX_U8 *pRunIndexTable, const ARM_VLC32 *pVlcTable ) argument

Completed in 140 milliseconds