TUT HEVC Encoder
|
#include <stdlib.h>
#include <string.h>
#include <assert.h>
#include "../src/global.h"
#include "../src/tables.h"
Functions | |
static void | init_sig_last_scan (uint32_t *buff_d, uint32_t *buff_h, uint32_t *buff_v, int32_t width, int32_t height) |
Initialize g_sig_last_scan with scan positions for a transform block of size width x height. More... | |
void | init_tables (void) |
void | free_tables (void) |
int | main () |
Variables | |
const uint32_t * | _sig_last_scan [3][5] |
int8_t | _convert_to_bit [(1<<(3+3))+1] |
void free_tables | ( | void | ) |
|
static |
void init_tables | ( | void | ) |
int main | ( | ) |
int8_t _convert_to_bit[(1<<(3+ 3))+1] |
const uint32_t* _sig_last_scan[3][5] |