Recherche avancée

Médias (0)

Mot : - Tags -/images

Aucun média correspondant à vos critères n’est disponible sur le site.

Autres articles (20)

  • Contribute to translation

    13 avril 2011

    You can help us to improve the language used in the software interface to make MediaSPIP more accessible and user-friendly. You can also translate the interface into any language that allows it to spread to new linguistic communities.
    To do this, we use the translation interface of SPIP where the all the language modules of MediaSPIP are available. Just subscribe to the mailing list and request further informantion on translation.
    MediaSPIP is currently available in French and English (...)

  • List of compatible distributions

    26 avril 2011, par

    The table below is the list of Linux distributions compatible with the automated installation script of MediaSPIP. Distribution nameVersion nameVersion number Debian Squeeze 6.x.x Debian Weezy 7.x.x Debian Jessie 8.x.x Ubuntu The Precise Pangolin 12.04 LTS Ubuntu The Trusty Tahr 14.04
    If you want to help us improve this list, you can provide us access to a machine whose distribution is not mentioned above or send the necessary fixes to add (...)

  • Submit bugs and patches

    13 avril 2011

    Unfortunately a software is never perfect.
    If you think you have found a bug, report it using our ticket system. Please to help us to fix it by providing the following information : the browser you are using, including the exact version as precise an explanation as possible of the problem if possible, the steps taken resulting in the problem a link to the site / page in question
    If you think you have solved the bug, fill in a ticket and attach to it a corrective patch.
    You may also (...)

Sur d’autres sites (5104)

  • Latch-Based Performance Optimization for Field-Programmable Gate Arrays [on hold]

    22 mars 2014, par user3448912

    how can i replace the flip-flops in fpga by pulsed latches ?i tried that with howard algorithm by writing the verilog code for that.i have to take the area and power analysis.which synopsis tool is useful ?i am getting the timing report from xilinx.

  • Revision 0daadeb60c : Enable motion field based mode seach skip This commit allows the encoder to che

    12 août 2014, par Jingning Han

    Changed Paths :
     Modify /vp9/encoder/vp9_rdopt.c


     Modify /vp9/encoder/vp9_speed_features.c


     Modify /vp9/encoder/vp9_speed_features.h



    Enable motion field based mode seach skip

    This commit allows the encoder to check the above and left neighbor
    blocks’ reference frames and motion vectors. If they are all
    consistent, skip checking the NEARMV and ZEROMV modes. This is
    enabled in speed 3. The coding performance is improved :

    pedestrian area 1080p at 2000 kbps,
    from 74773 b/f, 41.101 dB, 198064 ms
    to 74795 b/f, 41.099 dB, 193078 ms

    park joy 1080p at 15000 kbps,
    from 290727 b/f, 30.640 dB, 609113 ms
    to 290558 b/f, 30.630 dB, 592815 ms

    Overall compression performance of speed 3 is changed
    derf -0.171%
    stdhd -0.168%

    Change-Id : I8d47dd543a5f90d7a1c583f74035b926b6704b95

  • Revision 4f2f86725b : Use the chessboard pattern pred search in newmv mode This commit extends the ch

    23 juillet 2014, par Jingning Han

    Changed Paths :
     Modify /vp9/encoder/vp9_rdopt.c



    Use the chessboard pattern pred search in newmv mode

    This commit extends the chessboard pattern prediction filter search.
    If the above and left blocks have the same prediction filter type,
    the encoder will skip the prediction filter type search and use the
    reference one.

    The overall chessboard pattern prediction filter type search reduces
    speed 3 runtime for hard clips. Experiments on park joy at 1080p
    and 15000 kbps show that the runtime goes from 723265 ms to 65832 ms,
    i.e., about 10% speed-up. Compression performance wise, it affects
    the coding quality by

    Change-Id : I880975497c7ad166532e9eea9bf46684d77ff327
    derf : -0.326%
    yt : -0.257%
    hd : -0.241%
    stdhd : -0.417%