Port commits related to clpf and qm experiments
Manually cherry-picked following commits from AOMedia git repository: bb2727c2 Sort includess for "clpf.h" c297fd00 Add quantisation matrix range parameters. 0527894f Add encoder option and signaling for quant matrix control. 4106232b Turn off trellis coding for quantization matrices. 4017fca3 Modify tests to allow quantization matrices. 1c122c24 Add quant and dequant functions for new quant matrices. 95a89994 Enable CLPF f72782bb Fix a build issue 73bae509 Add quantisation matrices and selection functions 33208d20 Added support for constrained low pass filter (CLPF) Change-Id: I60fc1ee1ac40e6b9d1d00affd97547ee5d5dd6be
Showing
- configure 3 additions, 0 deletionsconfigure
- test/quantize_test.cc 2 additions, 0 deletionstest/quantize_test.cc
- vp10/common/blockd.h 6 additions, 0 deletionsvp10/common/blockd.h
- vp10/common/clpf.c 99 additions, 0 deletionsvp10/common/clpf.c
- vp10/common/clpf.h 22 additions, 0 deletionsvp10/common/clpf.h
- vp10/common/onyxc_int.h 28 additions, 0 deletionsvp10/common/onyxc_int.h
- vp10/common/quant_common.c 10973 additions, 0 deletionsvp10/common/quant_common.c
- vp10/common/quant_common.h 27 additions, 0 deletionsvp10/common/quant_common.h
- vp10/common/vp10_rtcd_defs.pl 60 additions, 25 deletionsvp10/common/vp10_rtcd_defs.pl
- vp10/decoder/decodeframe.c 65 additions, 2 deletionsvp10/decoder/decodeframe.c
- vp10/decoder/decoder.c 4 additions, 0 deletionsvp10/decoder/decoder.c
- vp10/decoder/detokenize.c 24 additions, 1 deletionvp10/decoder/detokenize.c
- vp10/encoder/bitstream.c 20 additions, 0 deletionsvp10/encoder/bitstream.c
- vp10/encoder/dct.c 24 additions, 6 deletionsvp10/encoder/dct.c
- vp10/encoder/encodemb.c 40 additions, 3 deletionsvp10/encoder/encodemb.c
- vp10/encoder/encoder.c 71 additions, 0 deletionsvp10/encoder/encoder.c
- vp10/encoder/encoder.h 5 additions, 0 deletionsvp10/encoder/encoder.h
- vp10/encoder/quantize.c 131 additions, 24 deletionsvp10/encoder/quantize.c
- vp10/encoder/quantize.h 1 addition, 0 deletionsvp10/encoder/quantize.h
- vp10/encoder/speed_features.c 5 additions, 0 deletionsvp10/encoder/speed_features.c
Loading
Please register or sign in to comment