Recherche avancée

Médias (0)

Mot : - Tags -/serveur

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

Autres articles (1)

  • Keeping control of your media in your hands

    13 avril 2011, par

    The vocabulary used on this site and around MediaSPIP in general, aims to avoid reference to Web 2.0 and the companies that profit from media-sharing.
    While using MediaSPIP, you are invited to avoid using words like "Brand", "Cloud" and "Market".
    MediaSPIP is designed to facilitate the sharing of creative media online, while allowing authors to retain complete control of their work.
    MediaSPIP aims to be accessible to as many people as possible and development is based on expanding the (...)

Sur d’autres sites (2553)

  • vp9lpf/x86 : make filter_44_h work on 32-bit.

    26 décembre 2014, par Ronald S. Bultje
    vp9lpf/x86 : make filter_44_h work on 32-bit.
    

    Signed-off-by : Anton Khirnov <anton@khirnov.net>

    • [DBH] libavcodec/x86/vp9dsp_init.c
    • [DBH] libavcodec/x86/vp9lpf.asm
  • vp9lpf/x86 : make filter_16_h work on 32-bit.

    26 décembre 2014, par Ronald S. Bultje
    vp9lpf/x86 : make filter_16_h work on 32-bit.
    

    Signed-off-by : Anton Khirnov <anton@khirnov.net>

    • [DBH] libavcodec/x86/vp9dsp_init.c
    • [DBH] libavcodec/x86/vp9lpf.asm
  • Revision 49cf335e7f : Improve loopfilter function This patch continued the work done in "Rewrite loop

    1er novembre 2013, par Yunqing Wang

    Changed Paths :
     Modify /vp9/common/vp9_loopfilter.c



    Improve loopfilter function

    This patch continued the work done in "Rewrite loop_filter_info_n
    struct"(commit:00dbd369c70270428d56da6d15ea5486fc821c52) to further
    improve loopfilter function.

    1. Instead of storing pointers to thresholds, store loopfilter
    levels within 64x64 SB ;
    2. Since loopfilter levels are already calculated in setup_mask,
    we don't need call build_lfi to look up them again. Just save
    loopfilter levels in setup_mask.
    3. Reorganized and simplified filter_block_plane().

    Tests showed a 0.8% decoder speedup.

    Change-Id : I723c7779738bbc2afcb9afa2c6f78580ee6c3af7