SPRAAK
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Groups Pages
Data Fields
SprSspInfo Struct Reference
+ Collaboration diagram for SprSspInfo:

Data Fields

char * name
 name of the preprocessing module More...
 
int El_size
 size of an input element More...
 
int Vlen_in
 nr input frame parameters before copy & select More...
 
int Vlen_cp1
 nr parameters to copy before processing More...
 
int Vlen_cp2
 nr parameters to copy after processing More...
 
int Vlen_cp
 total nr parameters to copy More...
 
int Bytes_cp1
 size of data copied before processing More...
 
int Bytes_cp2
 size of data copied after processing More...
 
int Bytes_cp
 size of all data to copy More...
 
short * proc_list
 selection info for frames to process More...
 
short * copy1_list
 selection info for frames to copy before processing More...
 
short * copy2_list
 selection info for frames to copy after processing More...
 
int offs_aux
 offset of a continuous blok to process (frame_aux==NULL) More...
 
void * frame_aux
 aux. frame: selected set of parameters to be processed More...
 
void * frame_proc
 proc. frame: destination for processed parameters More...
 
void * frame_copy1
 copy frame: destination for copied parameters before More...
 
void * frame_copy2
 copy frame: destination for copied parameters More...
 
void * frame_out
 output frame: result frame (copy and processing) More...
 
SprSspFinfofi_out
 pointer to the frame info for the next output frame More...
 
int vlen_in
 nr parameters in input frame More...
 
const SprDTtype_in
 type of input data More...
 
int bytes_in
 size of input frame More...
 
int vlen_out
 nr parameters in output frame More...
 
const SprDTtype_out
 type of output data More...
 
int bytes_out
 size of output frame More...
 
int history
 required history (number of previous frames) More...
 
int next_out
 
void * specific_data
 data specific to preprocessing routine More...
 
_FuncPtr1_SSP_MASTER_ reset_routine
 
_FuncPtr2_SSP_MASTER_ process_routine
 
_FuncPtr3_SSP_MASTER_ free_routine
 
void * _ssp_des
 ssp descriptor (no type as we have a cyclic definition) More...
 
struct spr_t_ssp_info * next
 pointer to next ssp routine info block More...
 

Field Documentation

char* SprSspInfo::name

name of the preprocessing module

int SprSspInfo::El_size

size of an input element

int SprSspInfo::Vlen_in

nr input frame parameters before copy & select

int SprSspInfo::Vlen_cp1

nr parameters to copy before processing

int SprSspInfo::Vlen_cp2

nr parameters to copy after processing

int SprSspInfo::Vlen_cp

total nr parameters to copy

int SprSspInfo::Bytes_cp1

size of data copied before processing

int SprSspInfo::Bytes_cp2

size of data copied after processing

int SprSspInfo::Bytes_cp

size of all data to copy

short* SprSspInfo::proc_list

selection info for frames to process

short* SprSspInfo::copy1_list

selection info for frames to copy before processing

short* SprSspInfo::copy2_list

selection info for frames to copy after processing

int SprSspInfo::offs_aux

offset of a continuous blok to process (frame_aux==NULL)

void* SprSspInfo::frame_aux

aux. frame: selected set of parameters to be processed

void* SprSspInfo::frame_proc

proc. frame: destination for processed parameters

void* SprSspInfo::frame_copy1

copy frame: destination for copied parameters before

void* SprSspInfo::frame_copy2

copy frame: destination for copied parameters

void* SprSspInfo::frame_out

output frame: result frame (copy and processing)

SprSspFinfo* SprSspInfo::fi_out

pointer to the frame info for the next output frame

int SprSspInfo::vlen_in

nr parameters in input frame

const SprDT* SprSspInfo::type_in

type of input data

int SprSspInfo::bytes_in

size of input frame

int SprSspInfo::vlen_out

nr parameters in output frame

const SprDT* SprSspInfo::type_out

type of output data

int SprSspInfo::bytes_out

size of output frame

int SprSspInfo::history

required history (number of previous frames)

int SprSspInfo::next_out

index in the frame info array of the next output frame (-1 means not started yet)

void* SprSspInfo::specific_data

data specific to preprocessing routine

_FuncPtr1_SSP_MASTER_ SprSspInfo::reset_routine
_FuncPtr2_SSP_MASTER_ SprSspInfo::process_routine
_FuncPtr3_SSP_MASTER_ SprSspInfo::free_routine
void* SprSspInfo::_ssp_des

ssp descriptor (no type as we have a cyclic definition)

struct spr_t_ssp_info* SprSspInfo::next

pointer to next ssp routine info block