VP9: remove plane_type checks in loopfilter functions
authorScott LaVarnway <slavarnway@google.com>
Tue, 29 Sep 2015 15:34:26 +0000 (08:34 -0700)
committerScott LaVarnway <slavarnway@google.com>
Tue, 29 Sep 2015 22:54:33 +0000 (15:54 -0700)
commit18373264d954d0d396db430c7863269d3971b0c2
treeb5ca4cf8fe346da6b2e4ce1135aabe51a1d5578f
parent66de2b710fb65ef51bdc9569f037f6d674e60a2f
VP9: remove plane_type checks in loopfilter functions

vp9_filter_block_plane_ss11() and vp9_filter_block_plane_non420()
are only called for the uv planes.

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