FFmpeg
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...
 
HuffEntry entries [32]
 
uint8_t nb_entries
 

Detailed Description

Used to store optimal huffman encoding results.

Definition at line 69 of file mjpegenc_huffman.h.

Field Documentation

◆ code

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().

◆ length

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().

◆ entries

HuffEntry HuffTable::entries[32]

Definition at line 188 of file vp3.c.

Referenced by read_huffman_tree().

◆ nb_entries

uint8_t HuffTable::nb_entries

Definition at line 189 of file vp3.c.

Referenced by read_huffman_tree().


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