29#ifndef AVCODEC_HUFFYUV_H
30#define AVCODEC_HUFFYUV_H
49#define MAX_N (1<<MAX_BITS)
50#define MAX_VLC_N 16384
58#define READ_LOWBYTE(plane, bps) ((bps) <= 8 ? (plane)[0] : *(const uint16_t *)(plane) & 0xFF)
uint8_t ptrdiff_t const uint8_t ptrdiff_t int intptr_t intptr_t int int16_t * dst
int ff_huffyuv_generate_bits_table(uint32_t *dst, const uint8_t *len_table, int n)