Recherche avancée

Médias (0)

Mot : - Tags -/auteurs

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

Autres articles (30)

  • Websites made ​​with MediaSPIP

    2 mai 2011, par

    This page lists some websites based on MediaSPIP.

  • Qu’est ce qu’un éditorial

    21 juin 2013, par

    Ecrivez votre de point de vue dans un article. Celui-ci sera rangé dans une rubrique prévue à cet effet.
    Un éditorial est un article de type texte uniquement. Il a pour objectif de ranger les points de vue dans une rubrique dédiée. Un seul éditorial est placé à la une en page d’accueil. Pour consulter les précédents, consultez la rubrique dédiée.
    Vous pouvez personnaliser le formulaire de création d’un éditorial.
    Formulaire de création d’un éditorial Dans le cas d’un document de type éditorial, les (...)

  • Creating farms of unique websites

    13 avril 2011, par

    MediaSPIP platforms can be installed as a farm, with a single "core" hosted on a dedicated server and used by multiple websites.
    This allows (among other things) : implementation costs to be shared between several different projects / individuals rapid deployment of multiple unique sites creation of groups of like-minded sites, making it possible to browse media in a more controlled and selective environment than the major "open" (...)

Sur d’autres sites (5507)

  • 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 33afddadb9 : Merge "Add variance based mode/skipping"

    6 août 2013, par Deb Mukherjee

    Changed Paths :
     Modify /vp9/encoder/vp9_block.h


     Modify /vp9/encoder/vp9_encodeframe.c


     Modify /vp9/encoder/vp9_onyx_if.c


     Modify /vp9/encoder/vp9_onyx_int.h


     Modify /vp9/encoder/vp9_rdopt.c



    Merge "Add variance based mode/skipping"

  • Revision a0ffa2794b : vp9/decoder : threaded row-based loop filter Currently the only threaded option

    1er août 2013, par James Zern

    Changed Paths :
     Modify /test/vp9_thread_test.cc


     Modify /vp9/common/vp9_loopfilter.c


     Modify /vp9/common/vp9_loopfilter.h


     Modify /vp9/decoder/vp9_decodframe.c


     Modify /vp9/decoder/vp9_onyxd_if.c


     Modify /vp9/decoder/vp9_onyxd_int.h



    vp9/decoder : threaded row-based loop filter

    Currently the only threaded option for vp9 decode. Enabled when the
    decoder config thread count is > 1.

    Change-Id : I082959abac9e31aa4a38ed9fd68b94680e57f4df