Searched refs:sfbStart (Results 1 - 4 of 4) sorted by relevance

/external/aac/libAACenc/src/
H A Ddyn_bits.cpp133 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
708 int sfbStart = sectionData->huffsection[i].sfbStart; local
[all...]
H A Ddyn_bits.h110 INT sfbStart; member in struct:__anon97
H A Dbitenc.cpp129 INT tmp = sectionData->huffsection[i].sfbStart+sectionData->huffsection[i].sfbCnt;
130 for(sfb=sectionData->huffsection[i].sfbStart; sfb<tmp; sfb++)
319 INT sfbStart = sectionData->huffsection[i].sfbStart; local
320 INT tmp = sfbStart + sectionData->huffsection[i].sfbCnt;
321 for(j=sfbStart; j<tmp; j++) {
330 INT sfbStart = sectionData->huffsection[i].sfbStart; local
331 INT tmp = sfbStart + sectionData->huffsection[i].sfbCnt;
332 for(j=sfbStart;
[all...]
H A Dqc_main.cpp1484 for (sfb = qcChannel[ch]->sectionData.huffsection[sect].sfbStart;
1485 sfb < qcChannel[ch]->sectionData.huffsection[sect].sfbStart +

Completed in 60 milliseconds