Home
last modified time | relevance | path

Searched refs:CodechalDecodeRstFirstBackVert (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.cpp157 mpeg2MbState->sPackedMVs0[3] = (short)mv[CodechalDecodeRstFirstBackVert]; in PackMotionVectors()
165 mpeg2MbState->sPackedMVs0[3] = (short)(mv[CodechalDecodeRstFirstBackVert] >> 1); in PackMotionVectors()
H A Ddecode_mpeg2_mb_packet_xe_m_base.h160 CodechalDecodeRstFirstBackVert = 3, //!< first backward vertical enumerator
/aosp_15_r20/external/intel-media-driver/media_softlet/agnostic/common/codec/hal/dec/mpeg2/packet/
H A Ddecode_mpeg2_mb_packet.cpp116 sPackedMVs0[3] = (short)mv[CodechalDecodeRstFirstBackVert]; in PackMotionVectors()
124 sPackedMVs0[3] = (short)(mv[CodechalDecodeRstFirstBackVert] >> 1); in PackMotionVectors()
H A Ddecode_mpeg2_mb_packet.h153 CodechalDecodeRstFirstBackVert = 3, //!< first backward vertical enumerator
/aosp_15_r20/external/intel-media-driver/media_driver/agnostic/common/codec/hal/
H A Dcodechal_decoder.h300 CodechalDecodeRstFirstBackVert = 3, //!< first backward vertical enumerator
H A Dcodechal_decode_mpeg2.cpp1274 mpeg2MbState->sPackedMVs0[3] = (short)mv[CodechalDecodeRstFirstBackVert]; in PackMotionVectors()
1282 mpeg2MbState->sPackedMVs0[3] = (short)(mv[CodechalDecodeRstFirstBackVert] >> 1); in PackMotionVectors()
H A Dcodechal_decode_vc1.cpp730 packedLumaMvs[3] = (int16_t)mv[CodechalDecodeRstFirstBackVert]; in PackMotionVectors()
774 packedLumaMvs[3] = packedLumaMvs[7] = (int16_t)mv[CodechalDecodeRstFirstBackVert]; in PackMotionVectors()
822 … packedLumaMvs[3] = packedLumaMvs[7] = (int16_t)mv[CodechalDecodeRstFirstBackVert]; in PackMotionVectors()