Searched defs:initState (Results 1 – 3 of 3) sorted by relevance
122 RK_S32 initState = MPP_MIN(MPP_MAX(1, (((slope * qp) >> 4) + offset)), 126); in sbacInit() local
129 InitializationState initState = InitializationState::Uninitialized; member in QGeoPositionInfoSourceWinRTPrivate
711 void LzmaDec_InitDicAndState(CLzmaDec *p, Bool initDic, Bool initState) in LzmaDec_InitDicAndState()