Les articles publiés sur le site
-
24 août 2015, par Jingning Han
Changed Paths:
Modify /configure
Modify /test/test_vector_test.cc
Modify /vp9/decoder/vp9_decodeframe.c
Modify /vp9/encoder/vp9_bitstream.c
Modify /vp9/encoder/vp9_encoder.c
VP9 decoder performance test suite - buffer process
This commit hacks the vp9 encoder to produce bit-streams that
exercise maximum reference frame buffers at decoder, as part of
the VP9 decoder performance test suite. It fullfills all the 8
reference frame buffers first and then temporarily suspends the
buffer update. It selects the frames from this static buffer pool
as reference frames for the next a few coding frames. When all
the frames in the reference frame buffer are covered, the codec
resumes the buffer update process. Such pattern repeats every
64 frames.
It verifies the decoder capability to handle up to 8 reference
frames in buffer.
Change-Id: I796701eba53ed19ae73351d23d676311f12c43a1
-
Changed Paths:
Modify /vp10/encoder/rd.c
Modify /vp9/encoder/vp9_rd.c
Avoid setting rate multiplier as 0
In high bitdepth setting, the rate multipier may be set as 0. In
lossless mode, the RD cost would always be 0, resulting in bad
partition and prediction mode choices.
Change-Id: I297014dd8bfa8a07ff0ab480119f75678300ff68
-
24 août 2015, par Debargha Mukherjee
Changed Paths:
Modify /vp9/encoder/vp9_svc_layercontext.c
Prevent an ASAN failure for svc tests
This patch just fixes the test for the time being, but does not
actually solve the underlying issue, which still needs investigation.
Change-Id: I54a35de839723f5b499b57e38dd2bdd400adc427
-
22 août 2015, par Jingning Han
Merge "vpxenc: fix DECODER ifdef"
-
Changed Paths:
Modify /vp10/decoder/decodeframe.c
Merge "Refactor get_tx_type and get_scan"