HomeSort by relevance Sort by last modified time
    Searched refs:sfbStart (Results 1 - 9 of 9) sorted by null

  /frameworks/av/media/libstagefright/codecs/mp3dec/src/
pvmp3_stereo_proc.cpp 264 int32 sfbStart;
338 sfbStart = mp3_sfBandIndex[sfreq].l[sfb];
340 /* from 0 up to sfbStart do ms_stereo or normal stereo */
344 pvmp3_st_mid_side(xr, xl, 0, sfbStart);
354 sfbStart = mp3_sfBandIndex[sfreq].l[sfbTemp]; /* = Start in 0 ... 575 */
359 pvmp3_st_intensity(xr, xl, scalefac->l[sfbTemp], sfbStart, sfbNo);
363 pvmp3_st_mid_side(xr, xl, sfbStart, sfbNo);
374 sfbStart = 3 * mp3_sfBandIndex[sfreq].s[sfbTemp] + j * sfbNo;
378 pvmp3_st_intensity(xr, xl, scalefac->s[j][sfbTemp], sfbStart, sfbNo);
382 pvmp3_st_mid_side(xr, xl, sfbStart, sfbNo)
    [all...]
pvmp3_mpeg2_stereo_proc.cpp 232 int32 sfbStart;
314 /* from sfbStart up sfbNo lines do ms_stereo or normal stereo */
325 sfbStart = mp3_sfBandIndex[sfreq].l[sfb]; /* = Start in 0 ... 575 */
330 pvmp3_st_intensity_ver2(xr, xl, io, scalefac_R->l[sfb], sfbStart, sfbNo);
334 pvmp3_st_mid_side(xr, xl, sfbStart, sfbNo);
356 sfbStart = 3 * mp3_sfBandIndex[sfreq].s[sfb] + j * sfbNo;
360 pvmp3_st_intensity_ver2(xr, xl, io, scalefac_R->s[j][sfb], sfbStart, sfbNo);
364 pvmp3_st_mid_side(xr, xl, sfbStart, sfbNo);
437 sfbStart = 3 * mp3_sfBandIndex[sfreq].s[sfb] + j * sfbNo;
441 pvmp3_st_mid_side(xr, xl, sfbStart, sfbNo)
    [all...]
  /frameworks/av/media/libstagefright/codecs/aacenc/src/
dyn_bits.c 52 sectionInfo[i].sfbStart = i;
202 sectionInfo[mergeEnd - 1].sfbStart = sectionInfo_s->sfbStart; /* speed up prev search */
252 maxNdxLast = sectionInfo[maxNdx - 1].sfbStart;
261 sectionInfo[maxNdxNext - 1].sfbStart = sectionInfo[maxNdx].sfbStart;
357 sectionInfo[i].sfbStart = sectionInfo[i].sfbStart + grpNdx;
412 sectionData->firstScf = psectionInfo->sfbStart;
424 for (j = psectionInfo->sfbStart;
    [all...]
bitenc.c 57 for(sfb=psectioninfo->sfbStart;
58 sfb<psectioninfo->sfbStart+psectioninfo->sfbCnt;
194 for (j=psectioninfo->sfbStart;
195 j<psectioninfo->sfbStart+psectioninfo->sfbCnt; j++){
  /external/aac/libAACenc/src/
dyn_bits.cpp 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
    [all...]
dyn_bits.h 110 INT sfbStart;
bitenc.cpp 129 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;
320 INT tmp = sfbStart + sectionData->huffsection[i].sfbCnt;
321 for(j=sfbStart; j<tmp; j++) {
330 INT sfbStart = sectionData->huffsection[i].sfbStart;
331 INT tmp = sfbStart + sectionData->huffsection[i].sfbCnt;
332 for(j=sfbStart; j<tmp; j++)
    [all...]
qc_main.cpp     [all...]
  /frameworks/av/media/libstagefright/codecs/aacenc/inc/
dyn_bits.h 42 Word16 sfbStart;

Completed in 270 milliseconds