SAF
|
A time-varying multi-channel convolver. More...
#include "tvconv_internal.h"
Go to the source code of this file.
Functions | |
void | tvconv_setCodecStatus (void *const hTVCnv, CODEC_STATUS newStatus) |
Sets codec status (see CODEC_STATUS enum) | |
void | tvconv_findNearestNeigbour (void *const hTVCnv) |
Finds the index holding the nearest neigbour to the selected position. | |
void | tvconv_setMinMaxDimensions (void *const hTVCnv) |
Sets the smallest and the highest position of each dimension from the list of positions. | |
void tvconv_findNearestNeigbour | ( | void *const | hTVCnv | ) |
Finds the index holding the nearest neigbour to the selected position.
Definition at line 37 of file tvconv_internal.c.
void tvconv_setCodecStatus | ( | void *const | hTVCnv, |
CODEC_STATUS | newStatus ) |
Sets codec status (see CODEC_STATUS enum)
Definition at line 26 of file tvconv_internal.c.
void tvconv_setMinMaxDimensions | ( | void *const | hTVCnv | ) |
Sets the smallest and the highest position of each dimension from the list of positions.
Definition at line 59 of file tvconv_internal.c.