I am using VPU available in iMX6 Sabre Auto board to encode data in H264 format. For my use case it is necessary to disable certain luma prediction modes. The VPU library provides an API to only disable / enable luma prediction. But API to disable selected luma prediction level is not available.
Is it possible to do with some modifications to the VPU libary?