]> granicus.if.org Git - libvpx/commit
Remove redundant set_offsets in rtc coding mode
authorJingning Han <jingning@google.com>
Thu, 13 Feb 2014 17:39:03 +0000 (09:39 -0800)
committerJingning Han <jingning@google.com>
Thu, 13 Feb 2014 17:41:58 +0000 (09:41 -0800)
commit4712877ef62114fd766172624ccfd5a19178301a
treec868001845906ed14984966efe0fecf916d2c40c
parentd84978b84fc8f3b329e60b77d4180000136b81f2
Remove redundant set_offsets in rtc coding mode

The functionalities of set_offsets() are subsumed in later
set_partitioning() and rtc_use_partition() functions, hence removed.

Change-Id: Ie514b13cb66c2379f13d0be9b1da4c12ca4581e5
vp9/encoder/vp9_encodeframe.c