Searched refs:dist_symbol (Results 1 – 2 of 2) sorted by relevance
513 uint16_t dist_symbol; in UpdateNodes() local520 params->dist.distance_postfix_bits, &dist_symbol, &distextra); in UpdateNodes()521 distnumextra = dist_symbol >> 10; in UpdateNodes()523 ZopfliCostModelGetDistanceCost(model, dist_symbol & 0x3FF); in UpdateNodes()
1051 const int dist_symbol = ReadSymbol(htree_group->htrees[DIST], br); in DecodeAlphaData() local1053 dist_code = GetCopyDistance(dist_symbol, br); in DecodeAlphaData()1195 const int dist_symbol = ReadSymbol(htree_group->htrees[DIST], br); in DecodeImageData() local1197 dist_code = GetCopyDistance(dist_symbol, br); in DecodeImageData()