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