Home | History | Annotate | Download | only in src

Lines Matching defs:granuleLength

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++) {