intel / libva

Libva is an implementation for VA-API (Video Acceleration API)
http://intel.github.io/libva/
Other
663 stars 302 forks source link

deprecate VA_RC_MB #808

Open XinfengZhang opened 7 months ago

XinfengZhang commented 7 months ago

A_RC_MB represent microblock based rate control but rate control implementation should be transparent to application.

application does not care whether the BRC is microblock based or sub block based
or frame based. it just care the quality and compression rate.