Searched refs:length_of_rvlc_sf (Results 1 – 2 of 2) sorted by relevance
155 …pRvlc->bitstreamIndexRvlBwd = FDKgetBitCnt(bs) + pRvlc->length_of_rvlc_sf - 1; /* last bit within … in rvlcInit()158 FDKpushFor (bs, pRvlc->length_of_rvlc_sf); in rvlcInit()1073 pRvlc->length_of_rvlc_sf = FDKreadBits(bs,11); /* #3 */ in CRvlc_Read()1076 pRvlc->length_of_rvlc_sf = FDKreadBits(bs,9); /* #3 */ in CRvlc_Read()1100 pRvlc->length_of_rvlc_sf -= 9; in CRvlc_Read()1103 pRvlc->length_of_rvlc_sf_fwd = pRvlc->length_of_rvlc_sf; in CRvlc_Read()1104 pRvlc->length_of_rvlc_sf_bwd = pRvlc->length_of_rvlc_sf; in CRvlc_Read()1144 pRvlc->length_of_rvlc_sf, in CRvlc_Decode()
118 …SHORT length_of_rvlc_sf; /* 3 */ /* original value, gets modified (subtra… member