Lines Matching refs:info12
1096 RCCompressionInfo *info12, in LRCIntro_() argument
1104 info12->freq = context->freq12; in LRCIntro_()
1105 info12->low_cnt = context->low_cnt12; in LRCIntro_()
1106 info12->total = context->total12; in LRCIntro_()
1107 info12->bitSize = 12; in LRCIntro_()
1133 const RCCompressionInfo *info12, in LRCFin_() argument
1137 context->total12 = info12->total; in LRCFin_()
1357 RCCompressionInfo info12; in InitUncompContextLRC() local
1361 LRCIntro_( context, &info9, &info12, &rcState ); in InitUncompContextLRC()
1372 RCInitInfo_( &info12, OFFSET_BITS ); in InitUncompContextLRC()
1377 LRCFin_( context, &info9, &info12, &rcState ); in InitUncompContextLRC()
1403 RCCompressionInfo info12; in ReadUncompLRC() local
1408 LRCIntro_( context, &info9, &info12, &rcState ); in ReadUncompLRC()
1483 u16 val = (u16)( RCGetData_( srcp, &info12, &rcState, len, &cnt ) + 1 ); in ReadUncompLRC()
1514 LRCFin_( context, &info9, &info12, &rcState ); in ReadUncompLRC()