Home
last modified time | relevance | path

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

/external/brotli/c/enc/
Dbackward_references_hq.c513 uint16_t dist_symbol; in UpdateNodes() local
520 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()
/external/webp/src/dec/
Dvp8l_dec.c1051 const int dist_symbol = ReadSymbol(htree_group->htrees[DIST], br); in DecodeAlphaData() local
1053 dist_code = GetCopyDistance(dist_symbol, br); in DecodeAlphaData()
1195 const int dist_symbol = ReadSymbol(htree_group->htrees[DIST], br); in DecodeImageData() local
1197 dist_code = GetCopyDistance(dist_symbol, br); in DecodeImageData()