Searched refs:MAXFXBUFFERSIZE (Results 1 – 2 of 2) sorted by relevance
50 #define MAXFXBUFFERSIZE 48000 macro
105 tempInputChorus[i] = (float*) malloc(sizeof(float*)*MAXFXBUFFERSIZE); in DeicsOnze()108 tempOutputChorus[i] = (float*) malloc(sizeof(float*)*MAXFXBUFFERSIZE); in DeicsOnze()111 tempInputReverb[i] = (float*) malloc(sizeof(float*)*MAXFXBUFFERSIZE); in DeicsOnze()114 tempOutputReverb[i] = (float*) malloc(sizeof(float*)*MAXFXBUFFERSIZE); in DeicsOnze()117 tempInputDelay[i] = (float*) malloc(sizeof(float*)*MAXFXBUFFERSIZE); in DeicsOnze()120 tempOutputDelay[i] = (float*) malloc(sizeof(float*)*MAXFXBUFFERSIZE); in DeicsOnze()