Go to the source code of this file.
Data Structures | |
struct | AewbCfg |
Structure describing the configuration of linux aewb module. More... | |
Functions | |
void | aewb_init_cfg (AewbCfg *cfg) |
Function to initialize AEWB config. More... | |
AewbHandle * | aewb_create_handle (AewbCfg *cfg) |
Function to create a aewb handle. More... | |
int | aewb_process (AewbHandle *handle, Buf *h3a_stats, Buf *aewb_result) |
Process function to invoke the algorithm. More... | |
int | aewb_delete_handle (AewbHandle *handle) |
Function to free a aewb handle. More... | |