- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hello,
We are trying to use the IPP VAD algorithm supplied in the samples. Looking at the vad_uscsr.h file there are some function definitions, as follows:
void VAD_Init(VADStateStruct* pState, int frameShiftMsec, int cWinSamps, int sampFreqHz);
void VAD_ProcessFrame(
VADStateStruct* pState,
const Ipp16s* pInFrame,
int len,
VADDecisionState* pDecisionState,
int* pDecisionFrameNum);
void VAD_ProcessEndOfInput(
VADStateStruct* pState,
VADDecisionState* pDecisionState,
int* pDecisionFrameNum);
Some of these are defined in files provided, but some are not.
The VAD_ProcessFrame is not defined in any file - is there a file missing or am I misunderstanding how this works?
Regards,
Ed Buchwalter
Link Copied
2 Replies
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hello Edward,
I did a similar search myself and cannot locate a definition for VAD_ProcessFrame anywhere. Will ask our engineering group to provide the missing bits and post here.
Paul
I did a similar search myself and cannot locate a definition for VAD_ProcessFrame anywhere. Will ask our engineering group to provide the missing bits and post here.
Paul
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hello Edward,
Sorry for the delayed reply. Turns out the file you were searching for is located in the legacy sample download, which integrates into the main sample files.
Note that in the 7.0 release of the product the legacy samples will no longer be provided.
Regards,
Paul
Sorry for the delayed reply. Turns out the file you were searching for is located in the legacy sample download, which integrates into the main sample files.
Note that in the 7.0 release of the product the legacy samples will no longer be provided.
Regards,
Paul

Reply
Topic Options
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page