Recherche avancée

Médias (0)

Mot : - Tags -/diogene

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

Autres articles (7)

  • 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 (...)

  • Selection of projects using MediaSPIP

    2 mai 2011, par

    The examples below are representative elements of MediaSPIP specific uses for specific projects.
    MediaSPIP farm @ Infini
    The non profit organizationInfini develops hospitality activities, internet access point, training, realizing innovative projects in the field of information and communication technologies and Communication, and hosting of websites. It plays a unique and prominent role in the Brest (France) area, at the national level, among the half-dozen such association. Its members (...)

  • Sélection de projets utilisant MediaSPIP

    29 avril 2011, par

    Les exemples cités ci-dessous sont des éléments représentatifs d’usages spécifiques de MediaSPIP pour certains projets.
    Vous pensez avoir un site "remarquable" réalisé avec MediaSPIP ? Faites le nous savoir ici.
    Ferme MediaSPIP @ Infini
    L’Association Infini développe des activités d’accueil, de point d’accès internet, de formation, de conduite de projets innovants dans le domaine des Technologies de l’Information et de la Communication, et l’hébergement de sites. Elle joue en la matière un rôle unique (...)

Sur d’autres sites (3571)

  • Revision 762641bacc : Merge "Adjust speed setting for temporal layers in 1 pass non-rd mode."

    11 août 2015, par Marco Paniconi

    Merge "Adjust speed setting for temporal layers in 1 pass non-rd mode."

  • Revision 3b2e73b9a4 : Remove tx cache and speed up tx size selection 1. The RD scores obtained during

    29 juillet 2015, par Yunqing Wang

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


     Modify /vp9/encoder/vp9_encodeframe.c


     Modify /vp9/encoder/vp9_rdopt.c



    Remove tx cache and speed up tx size selection

    1. The RD scores obtained during the tx size selection were stored in the
    tx cache, and used to help make the tx decision for the following frames.
    This wasn’t used anymore in VP9 encoder. Recovered the related decision
    making code from 1.5+ years ago, and borg tests didn’t show any quality
    gain. This patch removed it to lower the complexity.

    2. An optimization was done after the above refactoring. If the tx_mode
    is not TX_MODE_SELECT, we only need to test the chosen tx size instead
    of all posible tx sizes. This gave a 1.5% average speed gain at speed 2,
    and a 1% average speed gain at speed 3.

    Change-Id : Id8cd650e066a8cef33829d8c15388a8138adc78c

  • Revision af6d2c7d42 : Turn off simple_model_rd_from_var at speed 4. This got erroneously changed duri

    1er août 2015, par Alex Converse

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



    Turn off simple_model_rd_from_var at speed 4.

    This got erroneously changed during the refactor. This fixes
    SvcTest.TwoPassEncode2TemporalLayersWithMultipleFrameContextsAndTiles.

    Change-Id : Ifa5ab0e098396c5e2d10478db87df256eadfa4c7