TUT HEVC Encoder
Loading...
Searching...
No Matches
Functions
cfg.h File Reference

Runtime configuration through defaults and parsing of arguments. More...

#include "global.h"
#include "kvazaar.h"
Include dependency graph for cfg.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Functions

kvz_configkvz_config_alloc (void)
 
int kvz_config_init (kvz_config *cfg)
 
int kvz_config_destroy (kvz_config *cfg)
 
int kvz_config_parse (kvz_config *cfg, const char *name, const char *value)
 
void kvz_config_process_lp_gop (kvz_config *cfg)
 
int kvz_config_validate (const kvz_config *cfg)
 Check that configuration is sensible.
 

Function Documentation

◆ kvz_config_alloc()

kvz_config * kvz_config_alloc ( void  )

◆ kvz_config_destroy()

int kvz_config_destroy ( kvz_config cfg)

◆ kvz_config_init()

int kvz_config_init ( kvz_config cfg)

◆ kvz_config_parse()

int kvz_config_parse ( kvz_config cfg,
const char name,
const char value 
)
Here is the call graph for this function:
Here is the caller graph for this function:

◆ kvz_config_process_lp_gop()

void kvz_config_process_lp_gop ( kvz_config cfg)
Here is the caller graph for this function:

◆ kvz_config_validate()

int kvz_config_validate ( const kvz_config *const  cfg)
Parameters
cfgconfig to check
Returns
1 if the config is ok, otherwise 1
Here is the call graph for this function:
Here is the caller graph for this function: