Les articles publiés sur le site
-
22 août 2015, par James Zern
Changed Paths:
Modify /vpxenc.c
vpxenc: fix DECODER ifdef
CONFIG_VP10_ENCODER -> CONFIG_VP10_DECODER
Change-Id: I6f1a798835acc4ef66bd2c5d6ffb02247c74b1d6
-
21 août 2015, par Jingning Han
Changed Paths:
Modify /vp10/encoder/encoder.h
Merge "Replace MAX_REF_LF_DELTAS with MAX_REF_FRAMES"
-
21 août 2015, par Marco Paniconi
Merge "Update to dynamic resize for 1 pass CBR: source scaling."
-
21 août 2015, par Scott LaVarnway
Merge "VPX: scaled convolve : fix windows build errors"
-
21 août 2015, par Zoe Liu
Changed Paths:
Modify /configure
Modify /vp9/common/vp9_blockd.h
Modify /vp9/common/vp9_entropymode.c
Modify /vp9/common/vp9_entropymode.h
Modify /vp9/common/vp9_enums.h
Modify /vp9/common/vp9_loopfilter.h
Modify /vp9/common/vp9_onyxc_int.h
Modify /vp9/common/vp9_pred_common.c
Modify /vp9/common/vp9_pred_common.h
Modify /vp9/decoder/vp9_decodeframe.c
Modify /vp9/decoder/vp9_decodemv.c
Modify /vp9/decoder/vp9_decoder.c
Modify /vp9/encoder/vp9_bitstream.c
Modify /vp9/encoder/vp9_denoiser.c
Modify /vp9/encoder/vp9_encodeframe.c
Modify /vp9/encoder/vp9_encoder.c
Modify /vp9/encoder/vp9_encoder.h
Modify /vp9/encoder/vp9_mcomp.c
Modify /vp9/encoder/vp9_rd.c
Modify /vp9/encoder/vp9_rd.h
Modify /vp9/encoder/vp9_rdopt.c
Modify /vpxenc.c
Added one more reference frame LAST2_FRAME
Under the experiment CONFIG_MULTI_REF. Current version shows
LAST2 vs base in nextgen on the testset of derflr:
(1) 8-bit: Average PSNR +0.53%
(worst: students_cif: -0.247%; best: mobile_cif: 1.902%)
(2) 12-bit HBD: Average PSNR +0.63%
(worst: pamphlet_cif: -0.213%, best: mobile_cif: 2.101%)
More tuning on the reference frame context design and default
probs are being conducted. This version does not guarantee to
work with other experiments in nextgen. A separate CL will address
the working with all other experiments.
Change-Id: I7f40d2522517afc26ca389c995bad56989587f65