Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavcodec/
Dwmaprodata.h419 #define HUFF_VEC4_SIZE 127 macro
421 static const uint16_t vec4_huffcodes[HUFF_VEC4_SIZE] = {
440 static const uint8_t vec4_huffbits[HUFF_VEC4_SIZE] = {
540 static const uint16_t symbol_to_vec4[HUFF_VEC4_SIZE] = {
Dwmaprodec.c479 INIT_VLC_STATIC(&vec4_vlc, VLCBITS, HUFF_VEC4_SIZE, in decode_init()
945 if (idx == HUFF_VEC4_SIZE - 1) { in decode_coeffs()