Home
last modified time | relevance | path

Searched refs:HUFF_VEC1_SIZE (Results 1 - 2 of 2) sorted by relevance

/third_party/ffmpeg/libavcodec/
H A Dwmaprodata.h505 #define HUFF_VEC1_SIZE 101 macro
507 static const uint16_t vec1_huffcodes[HUFF_VEC1_SIZE] = {
523 static const uint8_t vec1_huffbits[HUFF_VEC1_SIZE] = {
H A Dwmaprodec.c338 INIT_VLC_STATIC(&vec1_vlc, VLCBITS, HUFF_VEC1_SIZE, in decode_init_static()
965 if (v0 == HUFF_VEC1_SIZE - 1) in decode_coeffs()
968 if (v1 == HUFF_VEC1_SIZE - 1) in decode_coeffs()

Completed in 5 milliseconds