]> granicus.if.org Git - libvpx/commit
Reordering frame header probs.
authorSami Pietilä <samipietila@google.com>
Tue, 9 Apr 2013 06:16:12 +0000 (09:16 +0300)
committerSami Pietilä <samipietila@google.com>
Thu, 18 Apr 2013 11:30:56 +0000 (14:30 +0300)
commit04ebca53ff43c1786b8ad8deae1bca40db845b46
tree9d82717d760f879953abf5a74877b96543006a83
parent38f6232118a7aebdcc062ae0a10e59a32b6fdef8
Reordering frame header probs.

Moving all the probability updates after frame context selection.
This makes it clean and simple to store all the probs in single
struct that can be sent to hardware codec.

Change-Id: I2ec3de81adbd468d8ef34a914caae80a18c3ef56
vp9/decoder/vp9_decodframe.c
vp9/encoder/vp9_bitstream.c