Home
last modified time | relevance | path

Searched refs:CodechalDecodeRstFirstForwVert (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.cpp155 mpeg2MbState->sPackedMVs0[1] = (short)mv[CodechalDecodeRstFirstForwVert]; in PackMotionVectors()
163 mpeg2MbState->sPackedMVs0[1] = (short)(mv[CodechalDecodeRstFirstForwVert] >> 1); in PackMotionVectors()
183 mpeg2MbState->sPackedMVs1[1] = (short)(mv[CodechalDecodeRstFirstForwVert] >> 1); in PackMotionVectors()
H A Ddecode_mpeg2_mb_packet_xe_m_base.h158 CodechalDecodeRstFirstForwVert = 1, //!< first 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.cpp114 sPackedMVs0[1] = (short)mv[CodechalDecodeRstFirstForwVert]; in PackMotionVectors()
122 sPackedMVs0[1] = (short)(mv[CodechalDecodeRstFirstForwVert] >> 1); in PackMotionVectors()
142 sPackedMVs1[1] = (short)(mv[CodechalDecodeRstFirstForwVert] >> 1); in PackMotionVectors()
H A Ddecode_mpeg2_mb_packet.h151 CodechalDecodeRstFirstForwVert = 1, //!< first forward vertical enumerator
/aosp_15_r20/external/intel-media-driver/media_driver/agnostic/common/codec/hal/
H A Dcodechal_decode_mpeg2.cpp1272 mpeg2MbState->sPackedMVs0[1] = (short)mv[CodechalDecodeRstFirstForwVert]; in PackMotionVectors()
1280 mpeg2MbState->sPackedMVs0[1] = (short)(mv[CodechalDecodeRstFirstForwVert] >> 1) ; in PackMotionVectors()
1300 mpeg2MbState->sPackedMVs1[1] = (short)(mv[CodechalDecodeRstFirstForwVert] >> 1); in PackMotionVectors()
H A Dcodechal_decoder.h298 CodechalDecodeRstFirstForwVert = 1, //!< first forward vertical enumerator
H A Dcodechal_decode_vc1.cpp728 packedLumaMvs[1] = (int16_t)mv[CodechalDecodeRstFirstForwVert]; in PackMotionVectors()
755 …ckedLumaMvs[3] = packedLumaMvs[5] = packedLumaMvs[7] = (int16_t)mv[CodechalDecodeRstFirstForwVert]; in PackMotionVectors()