vp9: 1 pass CBR: avoid nonrd_pick_partition on segment.
authorMarco <marpan@google.com>
Mon, 10 Apr 2017 21:56:46 +0000 (14:56 -0700)
committerMarco <marpan@google.com>
Mon, 10 Apr 2017 22:02:49 +0000 (15:02 -0700)
commit6557baf3363e967c05da910daf3ec41d22594e2d
treec3444cda8f530ad12e32ca995f0f3923c8335352
parentff1fef9607354869c034ce8b40f55d8a7988727e
vp9: 1 pass CBR: avoid nonrd_pick_partition on segment.

For speed 5, 1 pass CBR: Don't use the nonrd_pick_partition
on the segment, rather use choose_partitioning followed by
nonrd_select_partition (as is done on base segment).

Little/no quality loss on RTC and RTC_derf (< 0.3%),
speedup of at least 5%.

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