Reduced the size of Y1Dequant and friends to [128][2]
This patch removes the local copies of the dequantize constants and implements John's idea as described in "Make a local copy of the dequantized data" commit. Change-Id: Ic6b7d681f00bf63263f71ff1e39ab2f80729e8b2
Showing
- vp8/common/arm/dequantize_arm.c 2 additions, 4 deletionsvp8/common/arm/dequantize_arm.c
- vp8/common/blockd.h 5 additions, 0 deletionsvp8/common/blockd.h
- vp8/common/dequantize.c 1 addition, 2 deletionsvp8/common/dequantize.c
- vp8/common/dequantize.h 1 addition, 1 deletionvp8/common/dequantize.h
- vp8/common/invtrans.h 2 additions, 19 deletionsvp8/common/invtrans.h
- vp8/common/onyxc_int.h 3 additions, 3 deletionsvp8/common/onyxc_int.h
- vp8/common/x86/idct_blk_mmx.c 3 additions, 3 deletionsvp8/common/x86/idct_blk_mmx.c
- vp8/decoder/decodframe.c 24 additions, 34 deletionsvp8/decoder/decodframe.c
- vp8/decoder/threading.c 14 additions, 21 deletionsvp8/decoder/threading.c
- vp8/encoder/encodeframe.c 2 additions, 2 deletionsvp8/encoder/encodeframe.c
- vp8/encoder/ethreading.c 16 additions, 4 deletionsvp8/encoder/ethreading.c
- vp8/encoder/quantize.c 28 additions, 6 deletionsvp8/encoder/quantize.c
Loading
Please register or sign in to comment