• Home
  • Raw
  • Download

Lines Matching refs:blockLength

168   INT blockLength;         /*!< Block length in samples. */  member
356 const INT blockLength) { in tc2Coeff() argument
367 (FIXP_DBL)(blockLength << (DFRACT_BITS - 1 - METADATA_LINT_BITS)); in tc2Coeff()
404 for (i = 0; i < drcComp->blockLength; i++) { in findPeakLevels()
416 for (i = 0; i < drcComp->blockLength; i++) { in findPeakLevels()
530 for (i = 0; i < drcComp->blockLength; i++) { in findPeakLevels()
619 for (i = 0; i < drcComp->blockLength; i++) { in findPeakLevels()
843 for (i = 0; i < drcComp->blockLength; i++) { in findPeakLevels()
1032 const INT blockLength, const UINT sampleRate, in FDK_DRC_Generator_Initialize() argument
1040 FL2FXCONST_DBL(((0.006f / 256) * blockLength) / METADATA_INT_SCALE); in FDK_DRC_Generator_Initialize()
1043 drcComp->blockLength = blockLength; in FDK_DRC_Generator_Initialize()
1229 tabFastAttack[profileIdx], drcComp->sampleRate, drcComp->blockLength); in FDK_DRC_Generator_setDrcProfile()
1231 tabFastDecay[profileIdx], drcComp->sampleRate, drcComp->blockLength); in FDK_DRC_Generator_setDrcProfile()
1233 tabSlowAttack[profileIdx], drcComp->sampleRate, drcComp->blockLength); in FDK_DRC_Generator_setDrcProfile()
1235 tabSlowDecay[profileIdx], drcComp->sampleRate, drcComp->blockLength); in FDK_DRC_Generator_setDrcProfile()
1236 drcComp->holdOff[i] = tabHoldOff[profileIdx] * 256 / drcComp->blockLength; in FDK_DRC_Generator_setDrcProfile()
1268 const int granuleLength = fixMin(16, drcComp->blockLength); in FDK_DRC_Generator_Calc()
1298 i < fixMin(offset + granuleLength, drcComp->blockLength); i++) { in FDK_DRC_Generator_Calc()
1317 } while (i < drcComp->blockLength); in FDK_DRC_Generator_Calc()
1343 i < fixMin(offset + granuleLength, drcComp->blockLength); i++) { in FDK_DRC_Generator_Calc()
1351 } while (i < drcComp->blockLength); in FDK_DRC_Generator_Calc()
1364 CalcLdData((FIXP_DBL)(drcComp->blockLength << (DFRACT_BITS - 1 - 12))); in FDK_DRC_Generator_Calc()