Home
last modified time | relevance | path

Searched refs:uvblockHeight (Results 1 – 5 of 5) sorted by relevance

/dports/multimedia/libva-intel-media-driver/media-driver-intel-media-22.1.1/media_softlet/agnostic/common/codec/hal/dec/avc/pipeline/
H A Ddecode_avc_pipeline.cpp118 uint32_t uvblockHeight = CODECHAL_MACROBLOCK_HEIGHT; in Prepare() local
119 uint32_t uvrowSize = pitch * uvblockHeight * 2; in Prepare()
150 uvblockHeight * 2, in Prepare()
/dports/multimedia/libva-intel-media-driver/media-driver-intel-media-22.1.1/media_driver/agnostic/common/codec/hal/
H A Dcodechal_decode_vc1.cpp1062 uint32_t uvblockHeight = 16; in FormatUnequalFieldPicture() local
1063 uint32_t uvblockSize = uvblockWidth * uvblockHeight; in FormatUnequalFieldPicture()
1154 …uint32_t uvsize = srcSurface.dwPitch * MOS_ALIGN_CEIL(((frameHeight / 2) - uvblockHeight), MOS_YTI… in FormatUnequalFieldPicture()
1159 (frameHeight + MOS_YTILE_H_ALIGNMENT + uvblockHeight); in FormatUnequalFieldPicture()
1160 dstOffset = dstSurface.dwPitch * (frameHeight + uvblockHeight); in FormatUnequalFieldPicture()
1164 srcOffset = srcSurface.dwPitch * (frameHeight + uvblockHeight); in FormatUnequalFieldPicture()
1166 (frameHeight + MOS_YTILE_H_ALIGNMENT + uvblockHeight); in FormatUnequalFieldPicture()
H A Dcodechal_decode_avc.cpp216 uint32_t uvblockHeight = CODECHAL_MACROBLOCK_HEIGHT; in FormatAvcMonoPicture() local
217 uint32_t uvrowSize = pitch * uvblockHeight * 2; in FormatAvcMonoPicture()
/dports/multimedia/cmrtlib/media-driver-intel-media-20.1.1/media_driver/agnostic/common/codec/hal/
H A Dcodechal_decode_vc1.cpp1062 uint32_t uvblockHeight = 16; in FormatUnequalFieldPicture() local
1063 uint32_t uvblockSize = uvblockWidth * uvblockHeight; in FormatUnequalFieldPicture()
1154 …uint32_t uvsize = srcSurface.dwPitch * MOS_ALIGN_CEIL(((frameHeight / 2) - uvblockHeight), MOS_YTI… in FormatUnequalFieldPicture()
1159 (frameHeight + MOS_YTILE_H_ALIGNMENT + uvblockHeight); in FormatUnequalFieldPicture()
1160 dstOffset = dstSurface.dwPitch * (frameHeight + uvblockHeight); in FormatUnequalFieldPicture()
1164 srcOffset = srcSurface.dwPitch * (frameHeight + uvblockHeight); in FormatUnequalFieldPicture()
1166 (frameHeight + MOS_YTILE_H_ALIGNMENT + uvblockHeight); in FormatUnequalFieldPicture()
H A Dcodechal_decode_avc.cpp216 uint32_t uvblockHeight = CODECHAL_MACROBLOCK_HEIGHT; in FormatAvcMonoPicture() local
217 uint32_t uvrowSize = pitch * uvblockHeight * 2; in FormatAvcMonoPicture()