Les articles publiés sur le site

  • Revision cb8b7d0dc2 : VP9 decoder performance test suite - buffer process This commit hacks the vp9 e

    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
  • Revision 697a8e6fe6 : Avoid setting rate multiplier as 0 In high bitdepth setting, the rate multipier

    24 août 2015, par hui su
    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
  • Revision 653832ea06 : Prevent an ASAN failure for svc tests This patch just fixes the test for the ti

    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
  • Revision 71412d82a3 : Merge "vpxenc : fix DECODER ifdef"

    22 août 2015, par Jingning Han

    Merge "vpxenc: fix DECODER ifdef"
  • Revision cd14e03196 : Merge "Refactor get_tx_type and get_scan"

    22 août 2015, par Hui Su
    Changed Paths:
        Modify    /vp10/decoder/decodeframe.c

    Merge "Refactor get_tx_type and get_scan"