]> granicus.if.org Git - libvpx/commit
Add facade to inverse txfm
authorAngie Chiang <angiebird@google.com>
Fri, 20 Nov 2015 02:27:09 +0000 (18:27 -0800)
committerAngie Chiang <angiebird@google.com>
Wed, 25 Nov 2015 21:50:40 +0000 (13:50 -0800)
commita245d9f88cea2d325491debe3f7ae80bb4df7386
tree0163026a237461843583793f4819d29220ddd936
parent96baa73ed9ad135214efbaaa13d16a1c77d3049c
Add facade to inverse txfm

Add inv_txfm and highbd_inv_txfm as facades of inverse transform
such that the code flow in encodemb.c can be simpler

Change-Id: Iea45fd22dd8b173f8eb3919ca6502636f7bcfcf7
vp10/common/idct.c
vp10/common/idct.h
vp10/encoder/encodemb.c