Home | History | Annotate | Download | only in src

Lines Matching defs:granuleLength

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