- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
But is it OK to use ippsResamplePolyphaseInitAlloc just once to obtain a resampling state structure (pSpec) and then call ippsResamplePolyphase with this pSpec for the deinterleaved samples of each channel ?
Or I should call ippsResamplePolyphaseInitAlloc for each channel and obtain resampling state structures (pSpec) for each channel?
Obviously the answer depends on whether the resampling state (pSpec) stores information about the already processed samples or not but I could not find it in the documentation.
Thanks,
Svilen
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi Svilen,
If they have sampe paramters ( in, out rate, filter length), the structures can be reused.
Some Intel IPP functions use special structures to store function-specific (context) information.
Two different kinds of structures are used: specification structures that are not modified during
function operation -they have the suffix Spec in their names, and state structures that are
modified during operation - they have the suffix State in their names.
resampling function (use pSpec structures) are not modified during function operation.
Thanks,
Chao
Link Copied
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi Svilen,
If they have sampe paramters ( in, out rate, filter length), the structures can be reused.
Some Intel IPP functions use special structures to store function-specific (context) information.
Two different kinds of structures are used: specification structures that are not modified during
function operation -they have the suffix Spec in their names, and state structures that are
modified during operation - they have the suffix State in their names.
resampling function (use pSpec structures) are not modified during function operation.
Thanks,
Chao
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content

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