Lines Matching refs:sfbStart
133 huffsection[i].sfbStart = i;
309 huffsection[mergeEnd - 1].sfbStart = huffsection[mergeStart].sfbStart; /* speed up prev search */
364 maxNdxLast = huffsection[maxNdx - 1].sfbStart;
375 huffsection[maxNdxNext - 1].sfbStart = huffsection[maxNdx].sfbStart;
483 huffsection[i].sfbStart += grpNdx;
554 sectionData->firstScf = sectionData->huffsection[i].sfbStart;
565 for (j = sectionData->huffsection[i].sfbStart;
566 j < sectionData->huffsection[i].sfbStart + sectionData->huffsection[i].sfbCnt;
577 INT tmp = sectionData->huffsection[i].sfbStart + sectionData->huffsection[i].sfbCnt;
578 for (j = sectionData->huffsection[i].sfbStart; j<tmp; j++)
619 INT end = sectionData->huffsection[m].sfbStart + sectionData->huffsection[m].sfbCnt;
620 for (n = sectionData->huffsection[m].sfbStart; n<end; n++)
708 int sfbStart = sectionData->huffsection[i].sfbStart;
709 int sfbEnd = sfbStart + sectionData->huffsection[i].sfbCnt;
710 for (j=sfbStart; j<sfbEnd; j++) {