Home
last modified time | relevance | path

Searched refs:encode_str (Results 1 – 5 of 5) sorted by relevance

/third_party/mindspore/mindspore/lite/tools/converter/quantizer/
Dhuffman_encode.cc177 std::vector<std::string> encode_str = {"", "", ""}; in DoHuffmanCompress() local
181 encode_str[0] += std::to_string(iter->first) + " "; in DoHuffmanCompress()
182 encode_str[1] += iter->second + " "; in DoHuffmanCompress()
207 encode_str[2] += out_c; in DoHuffmanCompress()
211 huffman_encoded_str_ = encode_str[0] + "#" + encode_str[1] + "#" + encode_str[2]; in DoHuffmanCompress()
/third_party/mindspore/mindspore/lite/src/
Dweight_decoder.cc255 std::string encode_str(data, src_tensor.data()->size()); in DecodeHuffmanCode() local
265 ret = HuffmanDecode::DoHuffmanDecode(encode_str, dst_data, dst_tensor->Size()); in DecodeHuffmanCode()
/third_party/harfbuzz/src/
Dhb-subset-cff-common.hh714 if (unlikely (!encode_str (parsed_charstrings[i], fd, buffArray[i]))) in encode_charstrings()
731 if (unlikely (!encode_str (subrs[old_num], fd, buffArray[new_num]))) in encode_subrs()
913 bool encode_str (const parsed_cs_str_t &str, const unsigned int fd, str_buff_t &buff) const in encode_str() function
/third_party/flutter/skia/third_party/externals/harfbuzz/src/
Dhb-subset-cff-common.hh760 if (unlikely (!encode_str (parsed_charstrings[i], fd, buffArray[i]))) in encode_charstrings()
777 if (unlikely (!encode_str (subrs[old_num], fd, buffArray[new_num]))) in encode_subrs()
959 bool encode_str (const parsed_cs_str_t &str, const unsigned int fd, str_buff_t &buff) const in encode_str() function
/third_party/skia/third_party/externals/harfbuzz/src/
Dhb-subset-cff-common.hh717 if (unlikely (!encode_str (parsed_charstrings[i], fd, buffArray[i]))) in encode_charstrings()
734 if (unlikely (!encode_str (subrs[old_num], fd, buffArray[new_num]))) in encode_subrs()
916 bool encode_str (const parsed_cs_str_t &str, const unsigned int fd, str_buff_t &buff) const in encode_str() function