bcattle / hardh264

A hardware h264 video encoder written in VHDL. Designed to be synthesized into an FPGA. Initial testing is using Xilinx tools and FPGAs but it is not specific to Xilinx.
Other
273 stars 67 forks source link

Is inter prediction included in this version? #7

Open jlee167 opened 3 years ago

jlee167 commented 3 years ago

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?