Home
last modified time | relevance | path

Searched refs:segmentInfo (Results 1 – 9 of 9) sorted by relevance

/external/aac/libAACdec/src/
Daacdec_hcrs.cpp158 pNumSegment = &(pHcr->segmentInfo.numSegment); in DecodeNonPCWs()
159 pRemainingBitsInSegment = pHcr->segmentInfo.pRemainingBitsInSegment; in DecodeNonPCWs()
160 pSegmentBitfield = pHcr->segmentInfo.pSegmentBitfield; in DecodeNonPCWs()
161 pNumWordForBitfield = &(pHcr->segmentInfo.numWordForBitfield); in DecodeNonPCWs()
162 pNumBitValidInLastWord = &(pHcr->segmentInfo.pNumBitValidInLastWord); in DecodeNonPCWs()
173 pHcr->segmentInfo.readDirection = FROM_RIGHT_TO_LEFT; in DecodeNonPCWs()
193 pCodewordBitfield = pHcr->segmentInfo.pCodewordBitfield; in DecodeNonPCWs()
220 pCodewordBitfield = pHcr->segmentInfo.pCodewordBitfield; in DecodeNonPCWs()
234 pHcr->segmentInfo.segmentOffset = in DecodeNonPCWs()
268 pHcr->segmentInfo.segmentOffset = segmentOffset; in DecodeNonPCWs()
[all …]
Daacdec_hcr.cpp457 pHcr->segmentInfo.numSegment, in HcrDecoder()
816 INT *pLeftStartOfSegment = pHcr->segmentInfo.pLeftStartOfSegment; in HcrPrepareSegmentationGrid()
817 INT *pRightStartOfSegment = pHcr->segmentInfo.pRightStartOfSegment; in HcrPrepareSegmentationGrid()
818 SCHAR *pRemainingBitsInSegment = pHcr->segmentInfo.pRemainingBitsInSegment; in HcrPrepareSegmentationGrid()
858 pHcr->segmentInfo.numSegment = numSegment; in HcrPrepareSegmentationGrid()
885 UINT numSegment = pHcr->segmentInfo.numSegment; in HcrExtendedSectionInfo()
1021 INT *pLeftStartOfSegment = pHcr->segmentInfo.pLeftStartOfSegment; in DecodePCWs()
1022 SCHAR *pRemainingBitsInSegment = pHcr->segmentInfo.pRemainingBitsInSegment; in DecodePCWs()
1296 SCHAR *pRemainingBitsInSegment = pHcr->segmentInfo.pRemainingBitsInSegment; in errDetectWithinSegmentationFinal()
1297 UINT numSegment = pHcr->segmentInfo.numSegment; in errDetectWithinSegmentationFinal()
Daacdec_hcr_types.h425 HCR_SEGMENT_INFO segmentInfo; member
/external/pytorch/torch/csrc/cuda/
Dmemory_snapshot.cpp239 const auto segmentInfoToDict = [&](const SegmentInfo& segmentInfo) { in _memory_snapshot_pickled() argument
241 segmentDict.insert(device_s, segmentInfo.device); in _memory_snapshot_pickled()
242 segmentDict.insert(address_s, static_cast<int64_t>(segmentInfo.address)); in _memory_snapshot_pickled()
244 total_size_s, static_cast<int64_t>(segmentInfo.total_size)); in _memory_snapshot_pickled()
246 allocated_size_s, static_cast<int64_t>(segmentInfo.allocated_size)); in _memory_snapshot_pickled()
248 active_size_s, static_cast<int64_t>(segmentInfo.active_size)); in _memory_snapshot_pickled()
250 requested_size_s, static_cast<int64_t>(segmentInfo.requested_size)); in _memory_snapshot_pickled()
251 segmentDict.insert(stream_s, int64_t(segmentInfo.stream)); in _memory_snapshot_pickled()
253 segment_type_s, (segmentInfo.is_large ? large_s : small_s)); in _memory_snapshot_pickled()
256 std::tuple<int64_t, int64_t>(segmentInfo.owner_private_pool_id)); in _memory_snapshot_pickled()
[all …]
DModule.cpp696 const auto segmentInfoToDict = [&](const SegmentInfo& segmentInfo) { in THCPModule_memorySnapshot() argument
698 segmentDict[device_s] = segmentInfo.device; in THCPModule_memorySnapshot()
699 segmentDict[address_s] = segmentInfo.address; in THCPModule_memorySnapshot()
700 segmentDict[total_size_s] = segmentInfo.total_size; in THCPModule_memorySnapshot()
701 segmentDict[allocated_size_s] = segmentInfo.allocated_size; in THCPModule_memorySnapshot()
702 segmentDict[active_size_s] = segmentInfo.active_size; in THCPModule_memorySnapshot()
703 segmentDict[requested_size_s] = segmentInfo.requested_size; in THCPModule_memorySnapshot()
706 segmentDict[stream_s] = int64_t(segmentInfo.stream); in THCPModule_memorySnapshot()
707 segmentDict[segment_type_s] = (segmentInfo.is_large ? large_s : small_s); in THCPModule_memorySnapshot()
708 segmentDict[segment_pool_id] = segmentInfo.owner_private_pool_id; in THCPModule_memorySnapshot()
[all …]
/external/intel-media-driver/media_common/agnostic/common/codec/shared/
Dcodec_def_common.h346 void *segmentInfo; member
/external/pytorch/torch/csrc/distributed/c10d/
DProcessGroupNCCL.cpp2338 for (const auto& segmentInfo : snapshot.segments) { in checkForNCCLErrorsInternal() local
2340 segmentInfo.device == device.index(), in checkForNCCLErrorsInternal()
2343 reinterpret_cast<void*>(segmentInfo.address), in checkForNCCLErrorsInternal()
2344 segmentInfo.total_size); in checkForNCCLErrorsInternal()
/external/intel-media-driver/media_softlet/agnostic/common/codec/hal/shared/
Dcodec_hw_next.cpp866 if (hucStreamOutParams->segmentInfo == nullptr && m_osInterface->osCpInterface->IsCpEnabled()) in PerformHucStreamOut()
/external/intel-media-driver/media_driver/agnostic/common/codec/hal/
Dcodechal_hw.cpp1053 if (hucStreamOutParams->segmentInfo == nullptr && m_osInterface->osCpInterface->IsCpEnabled()) in PerformHucStreamOut()