commit | 47e4b3696f088f7dda49760fdc0256236d0030fc | [log] [tgz] |
---|---|---|
author | Angie Chiang <angiebird@google.com> | Fri Mar 24 11:25:10 2017 -0700 |
committer | Angie Chiang <angiebird@google.com> | Mon Mar 27 14:26:30 2017 -0700 |
tree | 623f89e5b399c5b0a515e791319eac4498317b79 | |
parent | 47748b5692fd2e9f0231bf0cf548cc0fc5d51422 [diff] |
Compute lv_map's coeff cost in av1_cost_coeffs() 1) move the original implementation in av1_cost_coeffs() to cost_coeffs() and let av1_cost_coeffs become a switch for choosing original coeff cost or lv_map's coeff cost 2) change get_txb_ctx's naming. Use plane_bsize instead of bsize to make the intention clear. 3) remove txb context computing in get_txb_ctx Change-Id: I17e3d39d796e051d1c90f0a0c5d7d0888b9ca292