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 672 const int granuleLength = fixMin(32, drcComp->blockLength);
679 const int granuleShift = getShiftFactor(granuleLength)-1;
701 for (i=offset; i < fixMin(offset+granuleLength,drcComp->blockLength); i++) {
729 const int granuleShift = getShiftFactor(granuleLength);
744 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 156 milliseconds