|
TUT HEVC Encoder
|
#include "strategies/strategies-dct.h"#include "avx2/dct-avx2.h"#include "generic/dct-generic.h"#include "strategyselector.h"Functions | |
| int | kvz_strategy_register_dct (void *opaque, uint8_t bitdepth) |
| dct_func * | kvz_get_dct_func (int8_t width, color_t color, cu_type_t type) |
| Get a function that performs the transform for a block. | |
| dct_func * | kvz_get_idct_func (int8_t width, color_t color, cu_type_t type) |
| Get a function that performs the inverse transform for a block. | |
Variables | |
| dct_func * | kvz_fast_forward_dst_4x4 = 0 |
| dct_func * | kvz_dct_4x4 = 0 |
| dct_func * | kvz_dct_8x8 = 0 |
| dct_func * | kvz_dct_16x16 = 0 |
| dct_func * | kvz_dct_32x32 = 0 |
| dct_func * | kvz_fast_inverse_dst_4x4 = 0 |
| dct_func * | kvz_idct_4x4 = 0 |
| dct_func * | kvz_idct_8x8 = 0 |
| dct_func * | kvz_idct_16x16 = 0 |
| dct_func * | kvz_idct_32x32 = 0 |
| width | Width of the region |
| color | Color plane |
| type | Prediction type |
| width | Width of the region |
| color | Color plane |
| type | Prediction type |
| dct_func* kvz_dct_16x16 = 0 |
| dct_func* kvz_dct_32x32 = 0 |
| dct_func* kvz_dct_4x4 = 0 |
| dct_func* kvz_dct_8x8 = 0 |
| dct_func* kvz_fast_forward_dst_4x4 = 0 |
| dct_func* kvz_fast_inverse_dst_4x4 = 0 |
| dct_func* kvz_idct_16x16 = 0 |
| dct_func* kvz_idct_32x32 = 0 |
| dct_func* kvz_idct_4x4 = 0 |
| dct_func* kvz_idct_8x8 = 0 |