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

Functions

int kvz_strategy_register_encode (void *opaque, uint8_t bitdepth)
 

Variables

encode_coeff_nxn_funckvz_encode_coeff_nxn
 

Function Documentation

◆ kvz_strategy_register_encode()

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

Variable Documentation

◆ kvz_encode_coeff_nxn

encode_coeff_nxn_func* kvz_encode_coeff_nxn