Home
last modified time | relevance | path

Searched refs:dist_symbol (Results 1 – 3 of 3) sorted by relevance

/third_party/node/deps/brotli/c/enc/
Dbackward_references_hq.c516 uint16_t dist_symbol; in UpdateNodes() local
523 params->dist.distance_postfix_bits, &dist_symbol, &distextra); in UpdateNodes()
524 distnumextra = dist_symbol >> 10; in UpdateNodes()
526 ZopfliCostModelGetDistanceCost(model, dist_symbol & 0x3FF); in UpdateNodes()
/third_party/skia/third_party/externals/brotli/c/enc/
Dbackward_references_hq.c516 uint16_t dist_symbol; in UpdateNodes() local
523 params->dist.distance_postfix_bits, &dist_symbol, &distextra); in UpdateNodes()
524 distnumextra = dist_symbol >> 10; in UpdateNodes()
526 ZopfliCostModelGetDistanceCost(model, dist_symbol & 0x3FF); in UpdateNodes()
/third_party/skia/third_party/externals/libwebp/src/dec/
Dvp8l_dec.c1055 const int dist_symbol = ReadSymbol(htree_group->htrees[DIST], br); in DecodeAlphaData() local
1057 dist_code = GetCopyDistance(dist_symbol, br); in DecodeAlphaData()
1199 const int dist_symbol = ReadSymbol(htree_group->htrees[DIST], br); in DecodeImageData() local
1201 dist_code = GetCopyDistance(dist_symbol, br); in DecodeImageData()