FFmpeg
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Data Fields
HuffTable Struct Reference

Used to store optimal huffman encoding results. More...

#include <mjpegenc_huffman.h>

Data Fields

int code
 code is the input value More...
 
int length
 length of the encoding More...
 
int xsize
 
const uint8_tbits
 
const uint16_t * codes
 

Detailed Description

Used to store optimal huffman encoding results.

Definition at line 69 of file mjpegenc_huffman.h.

Field Documentation

int HuffTable::code

code is the input value

Definition at line 70 of file mjpegenc_huffman.h.

Referenced by ff_mjpeg_encode_huffman_close(), ff_mjpegenc_huffman_compute_bits(), and main().

int HuffTable::length

length of the encoding

Definition at line 71 of file mjpegenc_huffman.h.

Referenced by check_lengths(), compare_by_length(), ff_mjpeg_encode_huffman_close(), and ff_mjpegenc_huffman_compute_bits().

int HuffTable::xsize

Definition at line 40 of file mpegaudiodectab.h.

Referenced by decode_init_static().

const uint8_t* HuffTable::bits

Definition at line 41 of file mpegaudiodectab.h.

Referenced by decode_init_static().

const uint16_t* HuffTable::codes

Definition at line 42 of file mpegaudiodectab.h.

Referenced by decode_init_static().


The documentation for this struct was generated from the following files: