Searched refs:kMtfAll (Results 1 – 8 of 8) sorted by relevance
/external/swiftshader/third_party/SPIRV-Tools/source/comp/ |
D | markv_encoder.cpp | 225 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()
|
D | markv_decoder.cpp | 206 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()
|
D | markv_codec.h | 47 kMtfAll, enumerator
|
D | markv_codec.cpp | 64 codecs.emplace(kMtfAll, std::move(codec)); in GetMtfHuffmanCodecs()
|
/external/deqp-deps/SPIRV-Tools/source/comp/ |
D | markv_encoder.cpp | 225 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()
|
D | markv_decoder.cpp | 206 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()
|
D | markv_codec.h | 47 kMtfAll, enumerator
|
D | markv_codec.cpp | 64 codecs.emplace(kMtfAll, std::move(codec)); in GetMtfHuffmanCodecs()
|