| FFmpeg
    4.0
    | 
Used to assign a occurrence count or "probability" to an input value. More...
#include <libavcodec/mjpegenc_huffman.h>
| Data Fields | |
| int | value | 
| input value  More... | |
| int64_t | prob | 
| number of occurences of this value in input  More... | |
| int | prob | 
| number of occurences of this value in input  More... | |
Used to assign a occurrence count or "probability" to an input value.
Definition at line 48 of file magicyuvenc.c.
| int PTable::value | 
input value
Definition at line 49 of file magicyuvenc.c.
Referenced by check_lengths(), encode_table(), ff_mjpeg_encode_huffman_close(), ff_mjpegenc_huffman_compute_bits(), magy_huffman_compute_bits(), and main().
| int64_t PTable::prob | 
number of occurences of this value in input
Definition at line 50 of file magicyuvenc.c.
Referenced by check_lengths(), compare_by_prob(), count_usage(), encode_table(), ff_mjpeg_encode_huffman_close(), ff_mjpegenc_huffman_compute_bits(), and magy_huffman_compute_bits().
| int PTable::prob | 
number of occurences of this value in input
Definition at line 53 of file mjpegenc_huffman.h.
 1.8.13
 1.8.13