SAF
Loading...
Searching...
No Matches
tvconv_internal.c File Reference

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.
 

Detailed Description

A time-varying multi-channel convolver.

Author
Rapolas Daugintis
Date
13.07.2021

Definition in file tvconv_internal.c.

Function Documentation

◆ tvconv_findNearestNeigbour()

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.

◆ tvconv_setCodecStatus()

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.

◆ tvconv_setMinMaxDimensions()

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.