Merge two similar functions into one
authorYaowu Xu <yaowu@google.com>
Tue, 2 Sep 2014 19:42:34 +0000 (12:42 -0700)
committerYaowu Xu <yaowu@google.com>
Wed, 3 Sep 2014 18:21:06 +0000 (11:21 -0700)
commite759d9574315157c60730fad5632dd3a25363cb3
treee0aeedb0866866e6a467b0df5135965f8f781299
parent14bcbdac7610202a19eaf9d61b2dfb10f4096909
Merge two similar functions into one

intra_super_block_yrd() and inter_super_block_yrd() are largely same,
this commit merges them into one to reduce code duplication.

Change-Id: I64d7042a5b099345627cf55663010c185b25ec37
vp9/encoder/vp9_rdopt.c