Hi,
Thanks for the quick reply. I have seen in the encoder code that
arithmatic encoding is done on full frame in second pass. What I mean
is first it is doing pixel encoding=>mode/MV/token generations for
whole frame.So intermediate data is stored in intermediate buffers.
Then based on statistics collected while encoding in first pass it
updates the probabilty models. Then it does the encoding of full frame
in oneshot. But drawback of this scheme is more SDRAM accesses are
required due to full frame equivalent intermediate buffers.In bigger
resolutions these accesses would result in more power dissipiation. So
is there method todo on the fly encoding without intermediate
buffering. Using previous frame probabilty may result in loosing
coding efficiency.
Regards,
Vijay.