Searched defs:hcode (Results 1 - 4 of 4) sorted by relevance
/third_party/node/deps/brotli/c/enc/ |
H A D | command.h | 156 uint32_t hcode = (dcode - dist->num_direct_distance_codes - in CommandRestoreDistanceCode() local
|
/third_party/skia/third_party/externals/brotli/c/enc/ |
H A D | command.h | 156 uint32_t hcode = (dcode - dist->num_direct_distance_codes - in CommandRestoreDistanceCode() local
|
/third_party/skia/third_party/externals/libwebp/src/dec/ |
H A D | vp8l_dec.c | 219 static int AccumulateHCode(HuffmanCode hcode, int shift, in AccumulateHCode() argument 232 HuffmanCode hcode = htree_group->htrees[GREEN][bits]; in BuildPackedTable() local
|
/third_party/astc-encoder/Source/ |
H A D | tinyexr.h | 8335 static void hufCanonicalCodeTable(long long hcode[HUF_ENCSIZE]) { in hufCanonicalCodeTable() argument 8572 hufPackEncTable( const long long *hcode, int im, int iM, char **pcode) hufPackEncTable() argument 8617 hufUnpackEncTable( const char **pcode, int ni, int im, int iM, long long *hcode) hufUnpackEncTable() argument 8698 hufBuildDecTable(const long long *hcode, int im, int iM, HufDec *hdecod) hufBuildDecTable() argument 8826 hufEncode(const long long *hcode, const unsigned short *in, const int ni, int rlc, char *out) hufEncode() argument 8947 hufDecode(const long long *hcode, const HufDec *hdecod, const char *in, int ni, int rlc, int no, unsigned short *out) hufDecode() argument [all...] |
Completed in 19 milliseconds