Lines Matching refs:BlockInfo
25 const BitstreamBlockInfo &BlockInfo, in GetBlockName() argument
35 if (const BitstreamBlockInfo::BlockInfo *Info = in GetBlockName()
36 BlockInfo.getBlockInfo(BlockID)) { in GetBlockName()
88 const BitstreamBlockInfo &BlockInfo, in GetCodeName() argument
108 if (const BitstreamBlockInfo::BlockInfo *Info = in GetCodeName()
109 BlockInfo.getBlockInfo(BlockID)) { in GetCodeName()
562 Stream.setBlockInfo(&BlockInfo); in analyze()
589 BlockInfo = std::move(*NewBlockInfo); in analyze()
654 GetBlockName(Stat.first, BlockInfo, CurStreamType)) in printStats()
717 FreqPair.second, Stat.first, BlockInfo, CurStreamType)) in printStats()
749 BlockInfo = std::move(*NewBlockInfo); in parseBlock()
767 if ((BlockName = GetBlockName(BlockID, BlockInfo, CurStreamType))) in parseBlock()
859 GetCodeName(Code, BlockID, BlockInfo, CurStreamType); in parseBlock()