Searched refs:ff_mjpegenc_huffman_compute_bits (Results 1 – 3 of 3) sorted by relevance
/third_party/ffmpeg/libavcodec/tests/ |
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/ |
D | mjpegenc_huffman.c | 80 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()
|
D | mjpegenc_huffman.h | 74 void ff_mjpegenc_huffman_compute_bits(PTable *prob_table, HuffTable *distincts,
|