Remove duplicate or unused code in encoder/encodemb.c.
Also make some minor stylistic changes to bring the code closer to the style guide. Remove distinction between inter and intra transform functions, since both do exactly the same thing except for the check against SPLITMV for the second-order transform. Remove some commented out debug code. Remove 8x8/16x16 transform code in encode_inter16x16y(), since the first-pass only uses 4x4 anyway. Change-Id: Ife54816ff759825b9141f95dc2ba43c253c14dba
Showing
- vp8/encoder/encodeframe.c 6 additions, 16 deletionsvp8/encoder/encodeframe.c
- vp8/encoder/encodeintra.c 4 additions, 4 deletionsvp8/encoder/encodeintra.c
- vp8/encoder/encodemb.c 83 additions, 280 deletionsvp8/encoder/encodemb.c
- vp8/encoder/encodemb.h 1 addition, 5 deletionsvp8/encoder/encodemb.h
- vp8/encoder/firstpass.c 1 addition, 0 deletionsvp8/encoder/firstpass.c
Loading
Please register or sign in to comment