Home
last modified time | relevance | path

Searched refs:BC_nCumulativeBits (Results 1 – 8 of 8) sorted by relevance

/utopia/UTPA2-700.0.x/modules/mfe/drv/mfe_ex/cModel/
H A DOutStrm.c110 pStream->BC_nCumulativeBits = 0; in osCreate()
130 pStream->BC_nCumulativeBits = 0; in osReset()
147 pStream->BC_nCumulativeBits -= nUnusedBits; in osFlushAll()
157 pStream->BC_nCumulativeBits += bits; in osPutBits()
217 return pStream->BC_nCumulativeBits; in GetBitsCount()
H A Dmfe_reg_264e.c388 if ((pStream->BC_nCumulativeBits&7)==0) { in mfeH264_EncodeFrame()
394 pBitsInfo->bit_len = pStream->BC_nCumulativeBits&7; in mfeH264_EncodeFrame()
395 …pBitsInfo->bits = pStream->m_pbFrameBuffer[pStream->BC_nCumulativeBits>>3] & gBITMASK[pBitsInfo->b… in mfeH264_EncodeFrame()
448 if ((pStream->BC_nCumulativeBits&7)==0) { in mfeH264_EncodeDummyFrame()
454 pBitsInfo->bit_len = pStream->BC_nCumulativeBits&7; in mfeH264_EncodeDummyFrame()
455 …pBitsInfo->bits = pStream->m_pbFrameBuffer[pStream->BC_nCumulativeBits>>3] & gBITMASK[pBitsInfo->b… in mfeH264_EncodeDummyFrame()
H A Dmfe_reg_m4ve.c457 if ((pStream->BC_nCumulativeBits&7)==0) { in mfeM4VE_EncodeFrame()
463 pBitsInfo->bit_len = pStream->BC_nCumulativeBits&7; in mfeM4VE_EncodeFrame()
464 …pBitsInfo->bits = pStream->m_pbFrameBuffer[pStream->BC_nCumulativeBits>>3] & gBITMASK[pBitsInfo->b… in mfeM4VE_EncodeFrame()
H A DOutStrm.h94 MS_U32 BC_nCumulativeBits; member
/utopia/UTPA2-700.0.x/modules/mfe/drv/mfe/cModel/
H A DOutStrm.c110 pStream->BC_nCumulativeBits = 0; in osCreate()
130 pStream->BC_nCumulativeBits = 0; in osReset()
147 pStream->BC_nCumulativeBits -= nUnusedBits; in osFlushAll()
157 pStream->BC_nCumulativeBits += bits; in osPutBits()
217 return pStream->BC_nCumulativeBits; in GetBitsCount()
H A Dmfe_reg_264e.c250 if ((pStream->BC_nCumulativeBits&7)==0) { in mfeH264_EncodeFrame()
256 pBitsInfo->bit_len = pStream->BC_nCumulativeBits&7; in mfeH264_EncodeFrame()
257 …pBitsInfo->bits = pStream->m_pbFrameBuffer[pStream->BC_nCumulativeBits>>3] & gBITMASK[pBitsInfo->b… in mfeH264_EncodeFrame()
H A Dmfe_reg_m4ve.c391 if ((pStream->BC_nCumulativeBits&7)==0) { in mfeM4VE_EncodeFrame()
397 pBitsInfo->bit_len = pStream->BC_nCumulativeBits&7; in mfeM4VE_EncodeFrame()
398 …pBitsInfo->bits = pStream->m_pbFrameBuffer[pStream->BC_nCumulativeBits>>3] & gBITMASK[pBitsInfo->b… in mfeM4VE_EncodeFrame()
H A DOutStrm.h94 MFE_U32 BC_nCumulativeBits; member