TUT HEVC Encoder
|
Generic C implementations of optimized functions. More...
#include "global.h"
Go to the source code of this file.
Functions | |
int | kvz_strategy_register_dct_generic (void *opaque, uint8_t bitdepth) |
Variables | |
const int16_t | kvz_g_dst_4 [4][4] |
const int16_t | kvz_g_dct_4 [4][4] |
const int16_t | kvz_g_dct_8 [8][8] |
const int16_t | kvz_g_dct_16 [16][16] |
const int16_t | kvz_g_dct_32 [32][32] |
const int16_t | kvz_g_dst_4_t [4][4] |
const int16_t | kvz_g_dct_4_t [4][4] |
const int16_t | kvz_g_dct_8_t [8][8] |
const int16_t | kvz_g_dct_16_t [16][16] |
const int16_t | kvz_g_dct_32_t [32][32] |