Hello,
from the documentation of the H.264 encoder (version 2.10.00.06) I'm using the formula to calculate the amount of memory used by the encoder for Memrab[5]. For the given example of a 2048x2048 image 13635072 bytes are used by the encoder. But if I use the calculation rule (2048 + (26 <<1)) * (2048 + (32<<1)) * 3 Memtab[5] should be 13305600 bytes only. For other resolutions I saw that the encoder requests more memory for Memtab[5] than expected as well.
Could you please provide a valid calculation rule for Memtab[5].
Thanks
Frank