Home
last modified time | relevance | path

Searched refs:CodechalDecodeVc1 (Results 1 – 14 of 14) sorted by relevance

/aosp_15_r20/external/intel-media-driver/media_driver/agnostic/common/codec/hal/
H A Dcodechal_decode_vc1.cpp119 MOS_STATUS CodechalDecodeVc1::GetBits(uint32_t bitsRead, uint32_t &value) in GetBits()
131 MOS_STATUS CodechalDecodeVc1::GetVLC(const uint32_t* table, uint32_t &value) in GetVLC()
141 MOS_STATUS CodechalDecodeVc1::SkipWords(uint32_t dwordNumber, uint32_t &value) in SkipWords()
155 MOS_STATUS CodechalDecodeVc1::SkipBits(uint32_t bits, uint32_t &value) in SkipBits()
487 int16_t CodechalDecodeVc1::PackMotionVectorsMedian3(int16_t mv1, int16_t mv2, int16_t mv3) in PackMotionVectorsMedian3()
504 int16_t CodechalDecodeVc1::PackMotionVectorsMedian4(int16_t mv1, int16_t mv2, int16_t mv3, int16_t … in PackMotionVectorsMedian4()
538 void CodechalDecodeVc1::PackMotionVectorsChroma4MvP(uint16_t intraFlags, int16_t *lmv, int16_t *cmv) in PackMotionVectorsChroma4MvP()
566 uint8_t CodechalDecodeVc1::PackMotionVectorsChroma4MvI( in PackMotionVectorsChroma4MvI()
686 void CodechalDecodeVc1::PackMotionVectors( in PackMotionVectors()
975 MOS_STATUS CodechalDecodeVc1::InitializeUnequalFieldSurface( in InitializeUnequalFieldSurface()
[all …]
H A Dcodechal_decode_vc1.h331 class CodechalDecodeVc1 : public CodechalDecode
343 CodechalDecodeVc1(
351 CodechalDecodeVc1(const CodechalDecodeVc1&) = delete;
356 CodechalDecodeVc1& operator=(const CodechalDecodeVc1&) = delete;
361 ~CodechalDecodeVc1();
H A Dcodechal_mmc_decode_vc1.h63 CodechalDecodeVc1 *m_vc1State = nullptr; //!< Pinter to VC1 decode state
H A Dcodechal_mmc_decode_vc1.cpp36 m_vc1State = (CodechalDecodeVc1 *)standardState; in CodechalMmcDecodeVc1()
/aosp_15_r20/external/intel-media-driver/media_driver/agnostic/gen8/codec/hal/
H A Dcodechal_decode_vc1_g8.cpp233 CODECHAL_DECODE_CHK_STATUS_RETURN(CodechalDecodeVc1::AllocateResources()); in AllocateResources()
290 CodechalDecodeVc1(hwInterface, debugInterface, standardInfo) in CodechalDecodeVc1G8()
H A Dcodechal_decode_vc1_g8.h240 class CodechalDecodeVc1G8 : public CodechalDecodeVc1
/aosp_15_r20/external/intel-media-driver/media_driver/agnostic/gen9/codec/hal/
H A Dcodechal_decode_vc1_g9.h39 class CodechalDecodeVc1G9 : public CodechalDecodeVc1
H A Dcodechal_decode_vc1_g9.cpp37 CodechalDecodeVc1(hwInterface, debugInterface, standardInfo) in CodechalDecodeVc1G9()
/aosp_15_r20/external/intel-media-driver/media_driver/agnostic/gen12/codec/hal/
H A Dcodechal_mmc_decode_vc1_g12.h62 CodechalDecodeVc1 *m_vc1State = nullptr; //!< Pinter to VC1 decode state
H A Dcodechal_decode_vc1_g12.h40 class CodechalDecodeVc1G12 : public CodechalDecodeVc1
H A Dcodechal_mmc_decode_vc1_g12.cpp36 m_vc1State = (CodechalDecodeVc1 *)standardState; in CodechalMmcDecodeVc1G12()
H A Dcodechal_decode_vc1_g12.cpp60 CODECHAL_DECODE_CHK_STATUS_RETURN(CodechalDecodeVc1::AllocateStandard(settings)); in AllocateStandard()
128 CODECHAL_DECODE_CHK_STATUS_RETURN(CodechalDecodeVc1::SetFrameStates()); in SetFrameStates()
1621 CodechalDecodeVc1(hwInterface, debugInterface, standardInfo) in CodechalDecodeVc1G12()
/aosp_15_r20/external/intel-media-driver/media_driver/agnostic/gen11/codec/hal/
H A Dcodechal_decode_vc1_g11.h40 class CodechalDecodeVc1G11 : public CodechalDecodeVc1
H A Dcodechal_decode_vc1_g11.cpp48 CODECHAL_DECODE_CHK_STATUS_RETURN(CodechalDecodeVc1::AllocateStandard(settings)); in AllocateStandard()
93 CODECHAL_DECODE_CHK_STATUS_RETURN(CodechalDecodeVc1::SetFrameStates()); in SetFrameStates()
1476 CodechalDecodeVc1(hwInterface, debugInterface, standardInfo) in CodechalDecodeVc1G11()