|
TUT HEVC Encoder
|
#include "strategies/strategies-sao.h"#include "strategies/avx2/sao-avx2.h"#include "strategies/generic/sao-generic.h"#include "strategyselector.h"Functions | |
| int | kvz_strategy_register_sao (void *opaque, uint8_t bitdepth) |
| calc_sao_edge_dir_func* kvz_calc_sao_edge_dir |
| sao_band_ddistortion_func* kvz_sao_band_ddistortion |
| sao_edge_ddistortion_func* kvz_sao_edge_ddistortion |
| sao_reconstruct_color_func* kvz_sao_reconstruct_color |