hardh264 icon indicating copy to clipboard operation
hardh264 copied to clipboard

Is inter prediction included in this version?

Open jlee167 opened this issue 4 years ago • 2 comments

It looks like only output from intra 4x4 and intra 8x8 are fed to core transform. Can anyone point me to where I can find p-prediction code?

jlee167 avatar Aug 04 '21 01:08 jlee167

It looks like only output from intra 4x4 and intra 8x8 are fed to core transform. Can anyone point me to where I can find p-prediction code?

no ,in this module but we have made H.264 in System verilog which is intra and inter prediction specific,

Muhammad-Ramzan-ACP avatar Apr 22 '25 18:04 Muhammad-Ramzan-ACP

It looks like only output from intra 4x4 and intra 8x8 are fed to core transform. Can anyone point me to where I can find p-prediction code?

intra 4x4 will go to Co transfomr(hardamad transform) and 8x8 will goto the DC transform

Muhammad-Ramzan-ACP avatar Apr 22 '25 18:04 Muhammad-Ramzan-ACP