Home | History | Annotate | Download | only in TianoCompress

Lines Matching refs:Index2

490   NODE  Index2;

548 Index2 = MAXMATCH;
551 Index2 = mLevel[NodeR];
561 while (mMatchLen < Index2) {
1038 UINT32 Index2;
1087 for (Index2 = 0; Index2 < 3; Index2++) {
1208 UINT32 Index2;
1213 for (Index2 = 0; Index2 < UINT8_BIT; Index2++) {
1419 INT32 Index2;
1426 Index2 = 2 * Index;
1427 while (Index2 <= mHeapSize) {
1428 if (Index2 < mHeapSize && mFreq[mHeap[Index2]] > mFreq[mHeap[Index2 + 1]]) {
1429 Index2++;
1432 if (mFreq[Index3] <= mFreq[mHeap[Index2]]) {
1436 mHeap[Index] = mHeap[Index2];
1437 Index = Index2;
1438 Index2 = 2 * Index;
1508 INT32 Index2;
1550 Index2 = mHeap[1];
1551 if (Index2 < mN) {
1552 *mSortPtr++ = (UINT16) Index2;
1556 mFreq[Index3] = (UINT16) (mFreq[Index] + mFreq[Index2]);
1560 mRight[Index3] = (UINT16) Index2;
2496 UINT16 Index2;
2518 Index2 = Sd->mCTable[Sd->mBitBuf >> (BITBUFSIZ - 12)];
2520 if (Index2 >= NC) {
2525 Index2 = Sd->mRight[Index2];
2527 Index2 = Sd->mLeft[Index2];
2531 } while (Index2 >= NC);
2536 FillBuf (Sd, Sd->mCLen[Index2]);
2538 return Index2;