Searched refs:length_sym (Results 1 – 2 of 2) sorted by relevance
957 const int length_sym = code - NUM_LITERAL_CODES; in DecodeAlphaData() local958 const int length = GetCopyLength(length_sym, br); in DecodeAlphaData()1094 const int length_sym = code - NUM_LITERAL_CODES; in DecodeImageData() local1095 const int length = GetCopyLength(length_sym, br); in DecodeImageData()
738 const int length_sym = code - NUM_LITERAL_CODES; \739 const int length = GetCopyLength(length_sym, br); \