ff_ut_huff_cmp_len  101 libavcodec/utvideo.h int ff_ut_huff_cmp_len(const void *a, const void *b);
ff_ut_huff_cmp_len  102 libavcodec/utvideodec.c     qsort(he, 256, sizeof(*he), ff_ut_huff_cmp_len);
ff_ut_huff_cmp_len  343 libavcodec/utvideoenc.c     qsort(he, 256, sizeof(*he), ff_ut_huff_cmp_len);