Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavcodec/
Dmjpegenc_huffman.c54 HuffTable a_val = *(HuffTable *) a; in compare_by_length()
55 HuffTable b_val = *(HuffTable *) b; in compare_by_length()
80 void ff_mjpegenc_huffman_compute_bits(PTable *prob_table, HuffTable *distincts, int size, int max_l… in ff_mjpegenc_huffman_compute_bits()
167 HuffTable distincts[256]; in ff_mjpeg_encode_huffman_close()
185 AV_QSORT(distincts, nval, HuffTable, compare_by_length); in ff_mjpeg_encode_huffman_close()
Dmjpegenc_huffman.h69 typedef struct HuffTable { struct
72 } HuffTable; argument
74 void ff_mjpegenc_huffman_compute_bits(PTable *prob_table, HuffTable *distincts,
Dvp3.c167 typedef struct HuffTable { struct
170 } HuffTable; argument
302 HuffTable huffman_table[5 * 16];
2450 const HuffTable *tab = &s->huffman_table[i]; in vp3_decode_init()
2842 static int read_huffman_tree(HuffTable *huff, GetBitContext *gb, int length, in read_huffman_tree()
/third_party/ffmpeg/libavcodec/tests/
Dmjpegenc_huffman.c37 HuffTable lengths[256]; in check_lengths()
128 static const HuffTable expected[] = { in main()
136 HuffTable distincts[5]; in main()