Home
last modified time | relevance | path

Searched refs:CodechalDecodeRstSecndForwVert (Results 1 – 7 of 7) sorted by relevance

/aosp_15_r20/external/intel-media-driver/media_driver/media_softlet/agnostic/Xe_M/Xe_M_base/codec/hal/dec/mpeg2/packet/
H A Ddecode_mpeg2_mb_packet_xe_m_base.cpp176 mpeg2MbState->sPackedMVs1[1] = (short)mv[CodechalDecodeRstSecndForwVert]; in PackMotionVectors()
190 mpeg2MbState->sPackedMVs1[1] = (short)(mv[CodechalDecodeRstSecndForwVert] >> 1); in PackMotionVectors()
H A Ddecode_mpeg2_mb_packet_xe_m_base.h162 CodechalDecodeRstSecndForwVert = 5, //!< second forward vertical enumerator
/aosp_15_r20/external/intel-media-driver/media_softlet/agnostic/common/codec/hal/dec/mpeg2/packet/
H A Ddecode_mpeg2_mb_packet.cpp135 sPackedMVs1[1] = (short)mv[CodechalDecodeRstSecndForwVert]; in PackMotionVectors()
149 sPackedMVs1[1] = (short)(mv[CodechalDecodeRstSecndForwVert] >> 1); in PackMotionVectors()
H A Ddecode_mpeg2_mb_packet.h155 CodechalDecodeRstSecndForwVert = 5, //!< second forward vertical enumerator
/aosp_15_r20/external/intel-media-driver/media_driver/agnostic/common/codec/hal/
H A Dcodechal_decoder.h302 CodechalDecodeRstSecndForwVert = 5, //!< second forward vertical enumerator
H A Dcodechal_decode_mpeg2.cpp1293 mpeg2MbState->sPackedMVs1[1] = (short)mv[CodechalDecodeRstSecndForwVert]; in PackMotionVectors()
1307 mpeg2MbState->sPackedMVs1[1] = (short)(mv[CodechalDecodeRstSecndForwVert] >> 1); in PackMotionVectors()
H A Dcodechal_decode_vc1.cpp732 packedLumaMvs[5] = (int16_t)mv[CodechalDecodeRstSecndForwVert]; in PackMotionVectors()
766 packedLumaMvs[3] = packedLumaMvs[7] = (int16_t)mv[CodechalDecodeRstSecndForwVert]; in PackMotionVectors()
787 packedLumaMvs[5] = (int16_t)mv[CodechalDecodeRstSecndForwVert]; in PackMotionVectors()