]> granicus.if.org Git - libvpx/commit
Use 1D array to store super block filter levels
authorYunqing Wang <yunqingwang@google.com>
Tue, 12 Nov 2013 20:01:25 +0000 (12:01 -0800)
committerYunqing Wang <yunqingwang@google.com>
Tue, 12 Nov 2013 20:07:57 +0000 (12:07 -0800)
commitce89309b4550edeb7f15b6845f528f74e2e8da4e
treed5a4823a787f1fbc798753fa20a24516abfbcd90
parent17322275dd72b08bbb60aa34e765ad18ec971b15
Use 1D array to store super block filter levels

As Jim suggested, 1D array was used to store filter levels instead
of 2D array. This used shift_y in setup_mask directly, and saved
few cycles.

Change-Id: If61ab298784861f1806b1cd396d4e4e2e0f097b9
vp9/common/vp9_loopfilter.c