Searched refs:ff_mjpegenc_huffman_compute_bits (Results 1 - 3 of 3) sorted by relevance
/third_party/ffmpeg/libavcodec/tests/ |
H A D | mjpegenc_huffman.c | 48 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/ |
H A D | mjpegenc_huffman.c | 77 void ff_mjpegenc_huffman_compute_bits(PTable *prob_table, HuffTable *distincts, int size, int max_length) in ff_mjpegenc_huffman_compute_bits() function 181 ff_mjpegenc_huffman_compute_bits(val_counts, distincts, nval + 1, 16); in ff_mjpeg_encode_huffman_close()
|
H A D | mjpegenc_huffman.h | 74 void ff_mjpegenc_huffman_compute_bits(PTable *prob_table, HuffTable *distincts,
|
Completed in 2 milliseconds