Searched refs:HuffEntry (Results 1 – 7 of 7) sorted by relevance
/third_party/ffmpeg/libavcodec/ |
D | utvideoenc.c | 40 typedef struct HuffEntry { struct 44 } HuffEntry; argument 55 const HuffEntry *aa = a, *bb = b; in ut_huff_cmp_len() 62 const HuffEntry *aa = a, *bb = b; in huff_cmp_sym() 357 static void calculate_codes(HuffEntry *he) in calculate_codes() 379 int width, int height, HuffEntry *he) in write_huff_codes() 418 HuffEntry he[256]; in encode_plane()
|
D | magicyuvenc.c | 42 typedef struct HuffEntry { struct 45 } HuffEntry; argument 67 HuffEntry he[4][256]; 247 static void calculate_codes(HuffEntry *he, uint16_t codes_count[33]) in calculate_codes() 288 static void magy_huffman_compute_bits(PTable *prob_table, HuffEntry *distincts, in magy_huffman_compute_bits() 352 PutBitContext *pb, HuffEntry *he) in encode_table() 378 int width, int height, HuffEntry *he, int prediction) in encode_slice()
|
D | smacker.c | 65 typedef struct HuffEntry { struct 68 } HuffEntry; argument 75 HuffEntry entries[256]; 125 hc->entries[hc->current++] = (HuffEntry){ get_bits(gb, 8), length }; in smacker_decode_tree()
|
D | magicyuv.c | 48 typedef struct HuffEntry { struct 51 } HuffEntry; argument 78 HuffEntry he[4096]; in huff_build() 84 he[--codes_pos[len[i]]] = (HuffEntry){ len[i], i }; in huff_build()
|
D | utvideodec.c | 43 typedef struct HuffEntry { struct 46 } HuffEntry; argument 52 HuffEntry he[1024]; in build_huff() 82 he[--codes_count[bits[i]]] = (HuffEntry) { bits[i], i }; in build_huff()
|
D | exr.c | 93 typedef struct HuffEntry { struct 97 } HuffEntry; argument 140 HuffEntry *he;
|
D | vp3.c | 163 typedef struct HuffEntry { struct 165 } HuffEntry; argument 168 HuffEntry entries[32]; 2854 huff->entries[huff->nb_entries++] = (HuffEntry){ length, token }; in read_huffman_tree()
|