Lines Matching refs:rcState
1358 RCState rcState; in InitUncompContextLRC() local
1361 LRCIntro_( context, &info9, &info12, &rcState ); in InitUncompContextLRC()
1374 RCInitState_( &rcState ); in InitUncompContextLRC()
1377 LRCFin_( context, &info9, &info12, &rcState ); in InitUncompContextLRC()
1404 RCState rcState; in ReadUncompLRC() local
1408 LRCIntro_( context, &info9, &info12, &rcState ); in ReadUncompLRC()
1442 rcState.code <<= 8; in ReadUncompLRC()
1443 rcState.code += *srcp; in ReadUncompLRC()
1455 u16 val = RCGetData_( srcp, &info9, &rcState, len, &cnt ); in ReadUncompLRC()
1483 u16 val = (u16)( RCGetData_( srcp, &info12, &rcState, len, &cnt ) + 1 ); in ReadUncompLRC()
1514 LRCFin_( context, &info9, &info12, &rcState ); in ReadUncompLRC()