Home
last modified time | relevance | path

Searched defs:huff (Results 1 – 17 of 17) sorted by relevance

/third_party/toybox/lib/
Ddeflate.c155 struct huff { struct
165 static void len2huff(struct huff *huff, char bitlen[], int len) in len2huff()
185 static unsigned huff_and_puff(struct bitbuf *bb, struct huff *huff) in huff_and_puff()
/third_party/ffmpeg/libavcodec/
Dvaapi_mjpeg.c78 VAHuffmanTableBufferJPEGBaseline huff; in vaapi_mjpeg_decode_slice() local
Dvaapi_encode_mjpeg.c186 VAHuffmanTableBufferJPEGBaseline *huff; in vaapi_encode_mjpeg_write_extra_buffer() local
324 JPEGRawHuffmanTable *huff = &priv->huffman_tables.table[t]; in vaapi_encode_mjpeg_init_picture_params() local
Dtruemotion2.c118 static int tm2_read_tree(TM2Context *ctx, int length, TM2Huff *huff) in tm2_read_tree()
150 TM2Huff huff; in tm2_build_huff_table() local
Dutvideodec.c93 const uint8_t *src, const uint8_t *huff, in decode_plane10()
Datrac9dec.c419 const HuffmanCodebook *huff = &at9_huffman_coeffs[cb][prec][cbi]; in read_coeffs_coarse() local
Dvp3.c2842 static int read_huffman_tree(HuffTable *huff, GetBitContext *gb, int length, in read_huffman_tree()
/third_party/skia/third_party/externals/zlib/
Dinftrees.c48 unsigned huff; /* Huffman code */ local
/third_party/zlib/contrib/infback9/
Dinftree9.c48 unsigned huff; /* Huffman code */ local
/third_party/flutter/skia/third_party/externals/zlib/
Dinftrees.c48 unsigned huff; /* Huffman code */ local
/third_party/node/deps/zlib/
Dinftrees.c48 unsigned huff; /* Huffman code */ local
/third_party/zlib/
Dinftrees.c44 unsigned huff; /* Huffman code */ in inflate_table() local
/third_party/freetype/src/gzip/
Dinftrees.c48 unsigned huff; /* Huffman code */ in inflate_table() local
/third_party/libwebsockets/win32port/zlib/
Dinftrees.c48 unsigned huff; /* Huffman code */ local
/third_party/skia/third_party/externals/libwebp/src/dec/
Dvp8l_dec.c220 HuffmanCode32* const huff) { in AccumulateHCode()
231 HuffmanCode32* const huff = &htree_group->packed_table[bits]; in BuildPackedTable() local
/third_party/flutter/skia/third_party/externals/libwebp/src/dec/
Dvp8l_dec.c220 HuffmanCode32* const huff) { in AccumulateHCode()
231 HuffmanCode32* const huff = &htree_group->packed_table[bits]; in BuildPackedTable() local
/third_party/libwebsockets/lib/roles/h2/
Dprivate-lib-roles-h2.h264 unsigned int huff:1; member