TUT HEVC Encoder
Loading...
Searching...
No Matches
Functions | Variables
strategies-sao.c File Reference
#include "strategies/strategies-sao.h"
#include "strategies/avx2/sao-avx2.h"
#include "strategies/generic/sao-generic.h"
#include "strategyselector.h"
Include dependency graph for strategies-sao.c:

Functions

int kvz_strategy_register_sao (void *opaque, uint8_t bitdepth)
 

Variables

sao_edge_ddistortion_funckvz_sao_edge_ddistortion
 
calc_sao_edge_dir_funckvz_calc_sao_edge_dir
 
sao_reconstruct_color_funckvz_sao_reconstruct_color
 
sao_band_ddistortion_funckvz_sao_band_ddistortion
 

Function Documentation

◆ kvz_strategy_register_sao()

int kvz_strategy_register_sao ( void opaque,
uint8_t  bitdepth 
)
Here is the call graph for this function:
Here is the caller graph for this function:

Variable Documentation

◆ kvz_calc_sao_edge_dir

calc_sao_edge_dir_func* kvz_calc_sao_edge_dir

◆ kvz_sao_band_ddistortion

sao_band_ddistortion_func* kvz_sao_band_ddistortion

◆ kvz_sao_edge_ddistortion

sao_edge_ddistortion_func* kvz_sao_edge_ddistortion

◆ kvz_sao_reconstruct_color

sao_reconstruct_color_func* kvz_sao_reconstruct_color