Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavcodec/tests/
Dmjpegenc_huffman.c48 ff_mjpegenc_huffman_compute_bits(val_counts, lengths, nprobs, L); in check_lengths()
140 ff_mjpegenc_huffman_compute_bits(val_counts, distincts, in main()
/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() function
184 ff_mjpegenc_huffman_compute_bits(val_counts, distincts, nval + 1, 16); in ff_mjpeg_encode_huffman_close()
Dmjpegenc_huffman.h74 void ff_mjpegenc_huffman_compute_bits(PTable *prob_table, HuffTable *distincts,