|
FFmpeg
|
#include <stddef.h>#include <stdint.h>#include "libavutil/error.h"#include "libavutil/log.h"#include "libavutil/macros.h"#include "huffyuv.h"Go to the source code of this file.
Functions | |
| int | ff_huffyuv_generate_bits_table (uint32_t *dst, const uint8_t *len_table, int n) |
huffyuv codec for libavcodec.
Definition in file huffyuv.c.
| int ff_huffyuv_generate_bits_table | ( | uint32_t * | dst, |
| const uint8_t * | len_table, | ||
| int | n | ||
| ) |
Definition at line 40 of file huffyuv.c.
Referenced by read_huffman_tables(), and store_huffman_tables().
1.8.17