Home
last modified time | relevance | path

Searched refs:HUFF_COEF1_SIZE (Results 1 – 2 of 2) sorted by relevance

/third_party/ffmpeg/libavcodec/
Dwmaprodata.h253 #define HUFF_COEF1_SIZE 244 macro
255 static const uint32_t coef1_huffcodes[HUFF_COEF1_SIZE] = {
293 static const uint8_t coef1_huffbits[HUFF_COEF1_SIZE] = {
379 static const uint16_t coef1_run[HUFF_COEF1_SIZE] = {
396 static const float coef1_level[HUFF_COEF1_SIZE] = {
Dwmaprodec.c475 INIT_VLC_STATIC(&coef_vlc[1], VLCBITS, HUFF_COEF1_SIZE, in decode_init()