Home
last modified time | relevance | path

Searched refs:phyAlignShift (Results 1 – 3 of 3) sorted by relevance

/utopia/UTPA2-700.0.x/modules/vdec_v3/api/vdec_v3/
H A DapiVDEC_EX.c2773 MS_PHY phyAlignShift = 0; in _VDEC_EX_Allocator_BlockCheckMatch() local
2820phyAlignShift = (phyBlockEndAddr - szCheckSize) & ((MS_PHY)(pstCriterion->u32Alignment - 1)); in _VDEC_EX_Allocator_BlockCheckMatch()
2821 szCheckSize += (MS_SIZE)phyAlignShift; in _VDEC_EX_Allocator_BlockCheckMatch()
2825 phyAlignShift = phyBlockStartAddr & ((MS_PHY)(pstCriterion->u32Alignment - 1)); in _VDEC_EX_Allocator_BlockCheckMatch()
2826 if(phyAlignShift != 0) in _VDEC_EX_Allocator_BlockCheckMatch()
2828 phyAlignShift = pstCriterion->u32Alignment - phyAlignShift; in _VDEC_EX_Allocator_BlockCheckMatch()
2829 phyBlockStartAddr += phyAlignShift; in _VDEC_EX_Allocator_BlockCheckMatch()
2830 szBlockSize -= phyAlignShift; in _VDEC_EX_Allocator_BlockCheckMatch()
2857 if(_VDEC_EX_Allocator_BlockIsValidId(u16BlockIdMatch) == TRUE && phyAlignShift != 0) in _VDEC_EX_Allocator_BlockCheckMatch()
2862 szBlockSize - phyAlignShift, SPLIT_FLAG_BITS_DEFAULT); in _VDEC_EX_Allocator_BlockCheckMatch()
[all …]
H A DapiVDEC_EX.c.02773 MS_PHY phyAlignShift = 0;
2820phyAlignShift = (phyBlockEndAddr - szCheckSize) & ((MS_PHY)(pstCriterion->u32Alignment - 1));
2821 szCheckSize += (MS_SIZE)phyAlignShift;
2825 phyAlignShift = phyBlockStartAddr & ((MS_PHY)(pstCriterion->u32Alignment - 1));
2826 if(phyAlignShift != 0)
2828 phyAlignShift = pstCriterion->u32Alignment - phyAlignShift;
2829 phyBlockStartAddr += phyAlignShift;
2830 szBlockSize -= phyAlignShift;
2857 if(_VDEC_EX_Allocator_BlockIsValidId(u16BlockIdMatch) == TRUE && phyAlignShift != 0)
2862 szBlockSize - phyAlignShift, SPLIT_FLAG_BITS_DEFAULT);
[all …]
/utopia/UTPA2-700.0.x/modules/vdec_lite/api/vdec_lite/
H A DapiVDEC_EX.c2571 MS_PHY phyAlignShift = 0; in _VDEC_EX_Allocator_BlockCheckMatch() local
2613 phyAlignShift = phyBlockStartAddr & ((MS_PHY)(pstCriterion->u32Alignment - 1)); in _VDEC_EX_Allocator_BlockCheckMatch()
2614 if(phyAlignShift != 0) in _VDEC_EX_Allocator_BlockCheckMatch()
2616 phyAlignShift = pstCriterion->u32Alignment - phyAlignShift; in _VDEC_EX_Allocator_BlockCheckMatch()
2619 if(phyAlignShift >= szBlockSize) in _VDEC_EX_Allocator_BlockCheckMatch()
2625 phyBlockStartAddr += phyAlignShift; in _VDEC_EX_Allocator_BlockCheckMatch()
2626 szBlockSize -= phyAlignShift; in _VDEC_EX_Allocator_BlockCheckMatch()
2651 if(_VDEC_EX_Allocator_BlockIsValidId(u16BlockIdMatch) == TRUE && phyAlignShift != 0) in _VDEC_EX_Allocator_BlockCheckMatch()
2654 phyAlignShift, SPLIT_FLAG_BITS_RETURN_BELOW); in _VDEC_EX_Allocator_BlockCheckMatch()