Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavcodec/
Dmjpegenc_huffman.c80 void ff_mjpegenc_huffman_compute_bits(PTable *prob_table, HuffTable *distincts, int size, int max_l… in ff_mjpegenc_huffman_compute_bits() argument
96 AV_QSORT(prob_table, size, PTable, compare_by_prob); in ff_mjpegenc_huffman_compute_bits()
113 prob_table[i].prob < in ff_mjpegenc_huffman_compute_bits()
115 to->items[to->item_idx[to->nitems]++] = prob_table[i].value; in ff_mjpegenc_huffman_compute_bits()
116 to->probability[to->nitems - 1] = prob_table[i].prob; in ff_mjpegenc_huffman_compute_bits()
Dmagicyuvenc.c288 static void magy_huffman_compute_bits(PTable *prob_table, HuffEntry *distincts, in magy_huffman_compute_bits() argument
303 AV_QSORT(prob_table, size, PTable, compare_by_prob); in magy_huffman_compute_bits()
320 prob_table[i].prob < in magy_huffman_compute_bits()
322 to->items[to->item_idx[to->nitems]++] = prob_table[i].value; in magy_huffman_compute_bits()
323 to->probability[to->nitems - 1] = prob_table[i].prob; in magy_huffman_compute_bits()
Dmjpegenc_huffman.h74 void ff_mjpegenc_huffman_compute_bits(PTable *prob_table, HuffTable *distincts,
/third_party/gstreamer/gstplugins_bad/sys/va/
Dgstvavp8dec.c269 VAProbabilityDataBufferVP8 prob_table = { }; in _fill_probability_table() local
272 memcpy (prob_table.dct_coeff_probs, frame_hdr->token_probs.prob, in _fill_probability_table()
277 &prob_table, sizeof (prob_table)); in _fill_probability_table()