Home
last modified time | relevance | path

Searched refs:tlongbuf (Results 1 – 2 of 2) sorted by relevance

/utopia/UTPA2-700.0.x/modules/mfe/drv/mfe_ex/cModel/
H A DOutStrm.c154 MS_U32 tlongbuf; in osPutBits() local
179 tlongbuf = pStream->m_SmallBuffer; in osPutBits()
183 pStream->m_pbFrameBuffer[pStream->m_nByteCount + 0] = (MS_U8)(tlongbuf >> 24); in osPutBits()
184 pStream->m_pbFrameBuffer[pStream->m_nByteCount + 1] = (MS_U8)(tlongbuf >> 16); in osPutBits()
185 pStream->m_pbFrameBuffer[pStream->m_nByteCount + 2] = (MS_U8)(tlongbuf >> 8); in osPutBits()
186 pStream->m_pbFrameBuffer[pStream->m_nByteCount + 3] = (MS_U8)(tlongbuf); in osPutBits()
189 pStream->m_pbFrameBuffer[pStream->m_nByteCount + 3] = (MS_U8)(tlongbuf >> 24); in osPutBits()
190 pStream->m_pbFrameBuffer[pStream->m_nByteCount + 2] = (MS_U8)(tlongbuf >> 16); in osPutBits()
191 pStream->m_pbFrameBuffer[pStream->m_nByteCount + 1] = (MS_U8)(tlongbuf >> 8); in osPutBits()
192 pStream->m_pbFrameBuffer[pStream->m_nByteCount + 0] = (MS_U8)(tlongbuf); in osPutBits()
/utopia/UTPA2-700.0.x/modules/mfe/drv/mfe/cModel/
H A DOutStrm.c154 MFE_U32 tlongbuf; in osPutBits() local
179 tlongbuf = pStream->m_SmallBuffer; in osPutBits()
183 pStream->m_pbFrameBuffer[pStream->m_nByteCount + 0] = (MFE_U8)(tlongbuf >> 24); in osPutBits()
184 pStream->m_pbFrameBuffer[pStream->m_nByteCount + 1] = (MFE_U8)(tlongbuf >> 16); in osPutBits()
185 pStream->m_pbFrameBuffer[pStream->m_nByteCount + 2] = (MFE_U8)(tlongbuf >> 8); in osPutBits()
186 pStream->m_pbFrameBuffer[pStream->m_nByteCount + 3] = (MFE_U8)(tlongbuf); in osPutBits()
189 pStream->m_pbFrameBuffer[pStream->m_nByteCount + 3] = (MFE_U8)(tlongbuf >> 24); in osPutBits()
190 pStream->m_pbFrameBuffer[pStream->m_nByteCount + 2] = (MFE_U8)(tlongbuf >> 16); in osPutBits()
191 pStream->m_pbFrameBuffer[pStream->m_nByteCount + 1] = (MFE_U8)(tlongbuf >> 8); in osPutBits()
192 pStream->m_pbFrameBuffer[pStream->m_nByteCount + 0] = (MFE_U8)(tlongbuf); in osPutBits()