Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavcodec/
Dutvideoenc.c60 static int huff_cmp_sym(const void *a, const void *b) in huff_cmp_sym() function
374 qsort(he, 256, sizeof(*he), huff_cmp_sym); in calculate_codes()