Searched refs:BsGetBitsPos (Results 1 – 4 of 4) sorted by relevance
51 const int32_t kiStartPos = (BsGetBitsPos (&pWelsEncoderOuput->sBsWrite) >> 3); in WelsLoadNal()69 const int32_t kiEndPos = (BsGetBitsPos (&pWelsEncoderOuput->sBsWrite) >> 3); in WelsUnloadNal()85 const int32_t kiStartPos = (BsGetBitsPos (pBitStringAux) >> 3); in WelsLoadNalForSlice()103 const int32_t kiEndPos = (BsGetBitsPos (pBitStringAux) >> 3); in WelsUnloadNalForSlice()
273 return BsGetBitsPos (pSlice->pSliceBsa); in GetBsPosCavlc()
611 sDss.iStartPos = BsGetBitsPos (pBs); in WelsISliceMdEncDynamic()1913 sDss.iStartPos = BsGetBitsPos (pBs); in WelsMdInterMbLoopOverDynamicSlice()
108 static inline int32_t BsGetBitsPos (SBitStringAux* pBs) { in BsGetBitsPos() function