Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/brotli/c/enc/
Dcommand.h156 uint32_t hcode = (dcode - dist->num_direct_distance_codes - in CommandRestoreDistanceCode() local
/third_party/node/deps/brotli/c/enc/
Dcommand.h156 uint32_t hcode = (dcode - dist->num_direct_distance_codes - in CommandRestoreDistanceCode() local
/third_party/skia/third_party/externals/libwebp/src/dec/
Dvp8l_dec.c219 static int AccumulateHCode(HuffmanCode hcode, int shift, in AccumulateHCode()
232 HuffmanCode hcode = htree_group->htrees[GREEN][bits]; in BuildPackedTable() local
/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()