|
FFmpeg
|
Used to store intermediate lists in the package merge algorithm. More...
#include <mjpegenc_huffman.h>
Public Attributes | |
| int | nitems |
| number of items in the list and probability ex. 4 | |
| int | item_idx [515] |
| index range for each item in items 0, 2, 5, 9, 13 | |
| int | probability [514] |
| probability of each item 3, 8, 18, 46 | |
| int | items [257 *16] |
| chain of all individual values that make up items A, B, A, B, C, A, B, C, D, C, D, D, E | |
Used to store intermediate lists in the package merge algorithm.
1.8.12