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

/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm11/vc/m4p10/src/
H A DomxVCM4P10_DecodeCoeffsToPairCAVLC.c42 * [in] sVLCSelect VLC table selector, obtained from number of non-zero
62 OMX_INT sVLCSelect,
67 ppPosCoefbuf, sVLCSelect, sMaxNumCoeff);
57 omxVCM4P10_DecodeCoeffsToPairCAVLC( const OMX_U8** ppBitStream, OMX_S32* pOffset, OMX_U8* pNumCoeff, OMX_U8**ppPosCoefbuf, OMX_INT sVLCSelect, OMX_INT sMaxNumCoeff ) argument
/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm_neon/vc/m4p10/src/
H A DomxVCM4P10_DecodeCoeffsToPairCAVLC.c42 * [in] sVLCSelect VLC table selector, obtained from number of non-zero
62 OMX_INT sVLCSelect,
67 ppPosCoefbuf, sVLCSelect, sMaxNumCoeff);
57 omxVCM4P10_DecodeCoeffsToPairCAVLC( const OMX_U8** ppBitStream, OMX_S32* pOffset, OMX_U8* pNumCoeff, OMX_U8**ppPosCoefbuf, OMX_INT sVLCSelect, OMX_INT sMaxNumCoeff ) argument
/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/reference/vc/m4p10/src/
H A DomxVCM4P10_DecodeCoeffsToPairCAVLC.c43 * sVLCSelect - VLC table selector, obtained from the number of non-zero
67 * - sVLCSelect is less than 0.
79 OMX_INT sVLCSelect,
93 armRetArgErrIf(sVLCSelect<0 , OMX_Sts_BadArgErr);
98 if (sVLCSelect<2)
102 else if (sVLCSelect<4)
106 else if (sVLCSelect<8)
110 else /* sVLCSelect >= 8 */
74 omxVCM4P10_DecodeCoeffsToPairCAVLC( const OMX_U8** ppBitStream, OMX_S32* pOffset, OMX_U8* pNumCoeff, OMX_U8**ppPosCoefbuf, OMX_INT sVLCSelect, OMX_INT sMaxNumCoeff ) argument

Completed in 79 milliseconds