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.c63 * [in] pRunIndexTable Run Index table defined in
88 const OMX_U8 *pRunIndexTable,
138 tempIndex = pRunIndexTable [maxRunForMultipleEntries + 1] +
143 tempIndex = pRunIndexTable [tempRun] + (tempLevel -1);
78 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 166 milliseconds