[Decode] Moving complete count buffer to end of status buffer to avoid decode status update later than complete count buffer update

Although complete count buffer and decode status buffer share one buffer, there is chance that complete count buffer refreshed earlier then decode status buffer, since complete count buffer located at the beginning of the status buffer. It will cause issue when driver check decode status while status buffer is during refresh. To avoid such race condition, moving complete count buffer to end of status buffer.
2 files changed