Home | History | Annotate | Download | only in src

Lines Matching defs:MaxBlockSize

60     LVM_UINT16              MaxBlockSize;
87 if (pInstanceParams->MaxBlockSize == 0)
128 MaxBlockSize = LVREV_MAX_AP3_DELAY;
132 MaxBlockSize = LVREV_MAX_AP1_DELAY;
136 MaxBlockSize = LVREV_MAX_AP0_DELAY;
139 if(MaxBlockSize>pInstanceParams->MaxBlockSize)
141 MaxBlockSize=pInstanceParams->MaxBlockSize;
159 pLVREV_Private->pScratchDelayLine[i] = InstAlloc_AddMember(&Temporary, sizeof(LVM_INT32) * MaxBlockSize); /* Scratch for each delay line output */
175 pLVREV_Private->pScratchDelayLine[i] = InstAlloc_AddMember(&Temporary, sizeof(LVM_INT32) * MaxBlockSize); /* Scratch for each delay line output */
188 pLVREV_Private->pScratchDelayLine[i] = InstAlloc_AddMember(&Temporary, sizeof(LVM_INT32) * MaxBlockSize); /* Scratch for each delay line output */
203 pLVREV_Private->pScratch = InstAlloc_AddMember(&Temporary, sizeof(LVM_INT32) * MaxBlockSize); /* General purpose scratch */
204 pLVREV_Private->pInputSave = InstAlloc_AddMember(&Temporary, 2 * sizeof(LVM_INT32) * MaxBlockSize); /* Mono->stereo input save for end mix */
205 LoadConst_32(0, pLVREV_Private->pInputSave, (LVM_INT16)(MaxBlockSize*2));