Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavcodec/
Dwmaprodata.h166 #define HUFF_COEF0_SIZE 272 macro
168 static const uint32_t coef0_huffcodes[HUFF_COEF0_SIZE] = {
210 static const uint8_t coef0_huffbits[HUFF_COEF0_SIZE] = {
332 static const uint16_t coef0_run[HUFF_COEF0_SIZE] = {
355 static const float coef0_level[HUFF_COEF0_SIZE] = {
Dwmaprodec.c471 INIT_VLC_STATIC(&coef_vlc[0], VLCBITS, HUFF_COEF0_SIZE, in decode_init()