FFmpeg
|
#include <stdio.h>
#include "libavutil/avassert.h"
#include "libavutil/macros.h"
#include "libavcodec/mjpegenc_huffman.c"
Go to the source code of this file.
Functions | |
static int | check_lengths (int L, const int *probs, int nprobs, int expected_length, const uint8_t expected_len_counts[]) |
int | main (int argc, char **argv) |
Variables | |
static const int | probs_zeroes [] |
static const uint8_t | len_counts_zeroes [] |
static const int | probs_skewed [] |
static const uint8_t | len_counts_skewed [] |
static const int | probs_sat [] |
static const uint8_t | len_counts_sat [] |
Optimal Huffman Encoding tests.
Definition in file mjpegenc_huffman.c.
|
static |
Definition at line 34 of file mjpegenc_huffman.c.
Referenced by main().
int main | ( | int | argc, |
char ** | argv | ||
) |
Definition at line 147 of file mjpegenc_huffman.c.
|
static |
Definition at line 105 of file mjpegenc_huffman.c.
Referenced by main().
|
static |
Definition at line 108 of file mjpegenc_huffman.c.
Referenced by main().
|
static |
Definition at line 112 of file mjpegenc_huffman.c.
Referenced by main().
|
static |
Definition at line 124 of file mjpegenc_huffman.c.
Referenced by main().
|
static |
Definition at line 128 of file mjpegenc_huffman.c.
Referenced by main().
|
static |
Definition at line 141 of file mjpegenc_huffman.c.
Referenced by main().