HomeSort by relevance Sort by last modified time
    Searched defs:granuleLength (Results 1 - 4 of 4) sorted by null

  /external/aac/libAACenc/src/
psy_main.h 123 INT granuleLength;
152 INT granuleLength,
psy_configuration.h 136 INT granuleLength;
157 INT granuleLength,
metadata_compressor.cpp 661 const int granuleLength = fixMin(32, drcComp->blockLength);
668 const int granuleShift = getShiftFactor(granuleLength)-1;
690 for (i=offset; i < fixMin(offset+granuleLength,drcComp->blockLength); i++) {
718 const int granuleShift = getShiftFactor(granuleLength);
733 for (i=offset; i < fixMin(offset+granuleLength,drcComp->blockLength); i++) {
    [all...]
  /external/aac/libAACdec/src/
channelinfo.h 277 INT granuleLength; /* Size of smallest spectrum piece */

Completed in 132 milliseconds