Lines Matching refs:rcState
1280 RCState rcState; in CXInitUncompContextLRC() local
1283 LRCIntro_( context, &info9, &info12, &rcState ); in CXInitUncompContextLRC()
1296 RCInitState_( &rcState ); in CXInitUncompContextLRC()
1299 LRCFin_( context, &info9, &info12, &rcState ); in CXInitUncompContextLRC()
1323 RCState rcState; in CXReadUncompLRC() local
1327 LRCIntro_( context, &info9, &info12, &rcState ); in CXReadUncompLRC()
1361 rcState.code <<= 8; in CXReadUncompLRC()
1362 rcState.code += *srcp; in CXReadUncompLRC()
1374 u16 val = RCGetData_( srcp, &info9, &rcState, len, &cnt ); in CXReadUncompLRC()
1402 u16 val = (u16)( RCGetData_( srcp, &info12, &rcState, len, &cnt ) + 1 ); in CXReadUncompLRC()
1433 LRCFin_( context, &info9, &info12, &rcState ); in CXReadUncompLRC()