Home
last modified time | relevance | path

Searched refs:N_FRAME_POOL (Results 1 – 2 of 2) sorted by relevance

/dports/audio/praat/praat-6.2.03/external/espeak/
H A Dsynthesize.cpp382 #define N_FRAME_POOL N_WCMDQ in AllocFrame() macro
384 static frame_t frame_pool[N_FRAME_POOL]; in AllocFrame()
387 if (ix >= N_FRAME_POOL) in AllocFrame()
/dports/audio/espeak/espeak-1.48.04-source/src/
H A Dsynthesize.cpp453 #define N_FRAME_POOL N_WCMDQ in AllocFrame() macro
455 static frame_t frame_pool[N_FRAME_POOL]; in AllocFrame()
458 if(ix >= N_FRAME_POOL) in AllocFrame()