Home
last modified time | relevance | path

Searched refs:kMtfAll (Results 1 – 8 of 8) sorted by relevance

/external/swiftshader/third_party/SPIRV-Tools/source/comp/
Dmarkv_encoder.cpp225 assert(multi_mtf_.HasValue(kMtfAll, id)); in EncodeRefId()
229 if (mtf == kMtfNone) mtf = kMtfAll; in EncodeRefId()
233 multi_mtf_.Insert(kMtfAll, id); in EncodeRefId()
235 if (mtf != kMtfAll) multi_mtf_.Insert(mtf, id); in EncodeRefId()
239 return EncodeMtfRankHuffman(rank, mtf, kMtfAll); in EncodeRefId()
311 multi_mtf_.Insert(kMtfAll, inst_.result_id); in EncodeResultId()
Dmarkv_decoder.cpp206 if (mtf == kMtfNone) mtf = kMtfAll; in DecodeRefId()
208 const spv_result_t result = DecodeMtfRankHuffman(mtf, kMtfAll, &rank); in DecodeRefId()
216 multi_mtf_.Insert(kMtfAll, *id); in DecodeRefId()
218 if (mtf != kMtfAll) multi_mtf_.Insert(mtf, *id); in DecodeRefId()
315 multi_mtf_.Insert(kMtfAll, inst_.result_id); in DecodeResultId()
Dmarkv_codec.h47 kMtfAll, enumerator
Dmarkv_codec.cpp64 codecs.emplace(kMtfAll, std::move(codec)); in GetMtfHuffmanCodecs()
/external/deqp-deps/SPIRV-Tools/source/comp/
Dmarkv_encoder.cpp225 assert(multi_mtf_.HasValue(kMtfAll, id)); in EncodeRefId()
229 if (mtf == kMtfNone) mtf = kMtfAll; in EncodeRefId()
233 multi_mtf_.Insert(kMtfAll, id); in EncodeRefId()
235 if (mtf != kMtfAll) multi_mtf_.Insert(mtf, id); in EncodeRefId()
239 return EncodeMtfRankHuffman(rank, mtf, kMtfAll); in EncodeRefId()
311 multi_mtf_.Insert(kMtfAll, inst_.result_id); in EncodeResultId()
Dmarkv_decoder.cpp206 if (mtf == kMtfNone) mtf = kMtfAll; in DecodeRefId()
208 const spv_result_t result = DecodeMtfRankHuffman(mtf, kMtfAll, &rank); in DecodeRefId()
216 multi_mtf_.Insert(kMtfAll, *id); in DecodeRefId()
218 if (mtf != kMtfAll) multi_mtf_.Insert(mtf, *id); in DecodeRefId()
315 multi_mtf_.Insert(kMtfAll, inst_.result_id); in DecodeResultId()
Dmarkv_codec.h47 kMtfAll, enumerator
Dmarkv_codec.cpp64 codecs.emplace(kMtfAll, std::move(codec)); in GetMtfHuffmanCodecs()