|
FFmpeg
|
Used to assign a occurrence count or "probability" to an input value. More...
Data Fields | |
| int | value |
| input value More... | |
| int64_t | prob |
| number of occurrences of this value in input More... | |
| int | prob |
| number of occurrences of this value in input More... | |
Used to assign a occurrence count or "probability" to an input value.
Definition at line 51 of file magicyuvenc.c.
| int PTable::value |
input value
Definition at line 52 of file magicyuvenc.c.
Referenced by check_lengths(), ff_mjpeg_encode_huffman_close(), generate_codes(), magy_huffman_compute_bits(), main(), and mjpegenc_huffman_compute_bits().
| int64_t PTable::prob |
number of occurrences of this value in input
Definition at line 53 of file magicyuvenc.c.
Referenced by compare_by_prob(), ff_mjpeg_encode_huffman_close(), generate_codes(), magy_huffman_compute_bits(), and mjpegenc_huffman_compute_bits().
| int PTable::prob |
number of occurrences of this value in input
Definition at line 33 of file mjpegenc_huffman.c.
1.8.17