Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavcodec/
Dmjpegenc_huffman.c38 static int compare_by_prob(const void *a, const void *b) in compare_by_prob() function
96 AV_QSORT(prob_table, size, PTable, compare_by_prob); in ff_mjpegenc_huffman_compute_bits()
Dmagicyuvenc.c281 static int compare_by_prob(const void *a, const void *b) in compare_by_prob() function
303 AV_QSORT(prob_table, size, PTable, compare_by_prob); in magy_huffman_compute_bits()