HomeSort by relevance Sort by last modified time
    Searched refs:maxSfbPerGroup (Results 26 - 37 of 37) sorted by null

12

  /frameworks/av/media/libstagefright/codecs/aacenc/src/
line_pe.c 54 for (sfb=0; sfb<psyOutChan->maxSfbPerGroup; sfb++) {
95 for (sfb=0; sfb<psyOutChan->maxSfbPerGroup; sfb++) {
psy_main.c 254 Word16 maxSfbPerGroup[MAX_CHANNELS];
325 maxSfbPerGroup[ch] = sfb + 1;
364 &maxSfbPerGroup[ch],
378 maxSfbPerGroup[0] = maxSfbPerGroup[1] = max(maxSfbPerGroup[0], maxSfbPerGroup[1]);
396 maxSfbPerGroup[0],
413 maxSfbPerGroup[0],
436 maxSfbPerGroup[ch]
    [all...]
adj_thr.c 81 for (sfb=0; sfb<psyOutChan->maxSfbPerGroup; sfb++) {
112 for (sfb=0; sfb<psyOutChan->maxSfbPerGroup; sfb++) {
128 for (sfb=0; sfb<psyOutChan->maxSfbPerGroup; sfb++) {
180 for (sfb=0; sfb<psyOutChan->maxSfbPerGroup; sfb++) {
189 for (sfb=0; sfb<psyOutChan->maxSfbPerGroup; sfb++) {
209 for (sfb=0; sfb<psyOutChan->maxSfbPerGroup; sfb++) {
217 if (sfb < (psyOutChan->maxSfbPerGroup-1))
303 for (sfb=0; sfb<psyOutChan->maxSfbPerGroup; sfb++) {
314 for (sfb=psyOutChan->maxSfbPerGroup; sfb<psyOutChan->sfbPerGroup; sfb++) {
345 for (sfb=0; sfb<psyOutChan->maxSfbPerGroup; sfb++)
    [all...]
quantize.c 291 Word16 maxSfbPerGroup,
303 for (sfb = 0; sfb < maxSfbPerGroup; sfb = sfbNext) {
307 sfbNext < maxSfbPerGroup && scalefactor == scalefactors[sfbOffs+sfbNext];
bitenc.c 108 WriteBits(hBitStream,sectionData->maxSfbPerGroup,6);
115 WriteBits(hBitStream,sectionData->maxSfbPerGroup,4);
485 qcOutChannel[0].sectionData.maxSfbPerGroup,
sf_estim.c 106 for (sfb=0; sfb<psyOutChan->maxSfbPerGroup; sfb++) {
  /external/aac/libAACenc/src/
psy_main.cpp 456 INT maxSfbPerGroup[(2)];
    [all...]
grp_data.cpp 112 INT *maxSfbPerGroup, /* out */
132 /* calculate maxSfbPerGroup */
147 *maxSfbPerGroup = highestSfb+1;
quantize.cpp 260 INT maxSfbPerGroup,
276 for (sfb = 0; sfb < maxSfbPerGroup; sfb++)
qc_main.cpp 137 INT maxSfbPerGroup,
    [all...]
sf_estim.cpp 126 int tmp1 = psyOutChan->maxSfbPerGroup;
175 const INT maxSfbPerGroup,
188 for(sfb=0; sfb<maxSfbPerGroup; sfb++) {
    [all...]
bitenc.cpp 176 INT maxSfbPerGroup,
205 FDKwriteBits(hBitStream,maxSfbPerGroup,6);
214 FDKwriteBits(hBitStream,maxSfbPerGroup,4);
    [all...]

Completed in 157 milliseconds

12