Home
last modified time | relevance | path

Searched defs:hcode (Results 1 – 6 of 6) sorted by relevance

/aosp_15_r20/prebuilts/go/linux-x86/src/compress/flate/
Dhuffman_code.go14 type hcode struct { struct
15 code, len uint16
52 func (h *hcode) set(code uint16, length uint16) {
/aosp_15_r20/external/cronet/third_party/brotli/enc/
H A Dcommand.h156 uint32_t hcode = (dcode - dist->num_direct_distance_codes - in CommandRestoreDistanceCode() local
/aosp_15_r20/external/brotli/c/enc/
H A Dcommand.h156 uint32_t hcode = (dcode - dist->num_direct_distance_codes - in CommandRestoreDistanceCode() local
/aosp_15_r20/external/puffin/src/
H A Dhuffman_table.cc470 uint16_t hcode; in BuildHuffmanCodeLengths() local
/aosp_15_r20/external/webp/src/dec/
H A Dvp8l_dec.c228 static int AccumulateHCode(HuffmanCode hcode, int shift, in AccumulateHCode()
241 HuffmanCode hcode = htree_group->htrees[GREEN][bits]; in BuildPackedTable() local
/aosp_15_r20/hardware/google/gfxstream/third-party/astc-encoder/Source/
Dtinyexr.h8573 const long long *hcode, // i : encoding table [HUF_ENCSIZE] in hufPackEncTable()
8622 long long *hcode) // o: encoding table [HUF_ENCSIZE] in hufUnpackEncTable()
8698 static bool hufBuildDecTable(const long long *hcode, // i : encoding table in hufBuildDecTable()
8827 (const long long *hcode, // i : encoding table in hufEncode()
8947 static bool hufDecode(const long long *hcode, // i : encoding table in hufDecode()