]> granicus.if.org Git - libvpx/commit
Refactor tx_block_rd_b() to compute per block rd cost
authorJingning Han <jingning@google.com>
Fri, 12 Jun 2015 20:51:29 +0000 (13:51 -0700)
committerJingning Han <jingning@google.com>
Mon, 15 Jun 2015 16:08:00 +0000 (09:08 -0700)
commita4fd58a761e6253e9f4ed48a9a636c43350fb646
treed91b217afc43898662605d14185d091895d089ef
parente272e5b8fba03754d6d9eed77bfbf45d65d42e66
Refactor tx_block_rd_b() to compute per block rd cost

This commit makes the tx_block_rd_b() compute the rate and
distortion cost per transform block, instead of accumulating these
costs.

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