Searched refs:dist_symbol (Results 1 – 2 of 2) sorted by relevance
516 uint16_t dist_symbol; in UpdateNodes() local523 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()
1046 const int dist_symbol = ReadSymbol(htree_group->htrees[DIST], br); in DecodeAlphaData() local1048 dist_code = GetCopyDistance(dist_symbol, br); in DecodeAlphaData()1190 const int dist_symbol = ReadSymbol(htree_group->htrees[DIST], br); in DecodeImageData() local1192 dist_code = GetCopyDistance(dist_symbol, br); in DecodeImageData()