#include <stdio.h>
#include <stdlib.h>
#include <math.h>
#include <it/vec.h>
#include <it/io.h>
#include <it/arithmetic_codec.h>
#include <it/random.h>
#include <it/source.h>
#include <it/source_func.h>
Go to the source code of this file.
Defines | |
#define | LENGTH 1000 |
#define | COUNT 1000 |
#define | PRECISION 9 |
Functions | |
int | main (void) |
Definition in file test_ac.c.
int main | ( | void | ) |
Definition at line 18 of file test_ac.c.
References arithmetic_coder_delete(), arithmetic_coder_encode_bit(), arithmetic_coder_encode_symbol(), arithmetic_coder_new(), arithmetic_coder_start(), arithmetic_coder_stop(), arithmetic_decoder_decode_bit(), arithmetic_decoder_decode_symbol(), arithmetic_decoder_delete(), arithmetic_decoder_new(), arithmetic_decoder_start(), arithmetic_decoder_stop(), bvec_new(), COUNT, entropy(), it_rand(), ivec_delete(), ivec_new(), LENGTH, PRECISION, source_memoryless(), source_uniform(), vec_delete(), and vec_new_string().
|
|