Home
last modified time | relevance | path

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

/external/webp/src/dec/
Dvp8l.c959 const int dist_symbol = ReadSymbol(htree_group->htrees[DIST], br); in DecodeAlphaData() local
961 dist_code = GetCopyDistance(dist_symbol, br); in DecodeAlphaData()
1096 const int dist_symbol = ReadSymbol(htree_group->htrees[DIST], br); in DecodeImageData() local
1098 dist_code = GetCopyDistance(dist_symbol, br); in DecodeImageData()
/external/opencv3/3rdparty/libwebp/dec/
Dvp8l.c740 const int dist_symbol = ReadSymbol(&htree_group->htrees_[DIST], br); \
742 dist_code = GetCopyDistance(dist_symbol, br); \