Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavcodec/
Dvp6.c44 static int vp6_parse_coeff_huffman(VP56Context *s);
169 s->parse_coeff = vp6_parse_coeff_huffman; in vp6_parse_header()
405 static int vp6_parse_coeff_huffman(VP56Context *s) in vp6_parse_coeff_huffman() function