Recherche avancée

Médias (0)

Mot : - Tags -/logo

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

Autres articles (55)

  • Websites made ​​with MediaSPIP

    2 mai 2011, par

    This page lists some websites based on MediaSPIP.

  • Contribute to a better visual interface

    13 avril 2011

    MediaSPIP is based on a system of themes and templates. Templates define the placement of information on the page, and can be adapted to a wide range of uses. Themes define the overall graphic appearance of the site.
    Anyone can submit a new graphic theme or template and make it available to the MediaSPIP community.

  • Submit enhancements and plugins

    13 avril 2011

    If you have developed a new extension to add one or more useful features to MediaSPIP, let us know and its integration into the core MedisSPIP functionality will be considered.
    You can use the development discussion list to request for help with creating a plugin. As MediaSPIP is based on SPIP - or you can use the SPIP discussion list SPIP-Zone.

Sur d’autres sites (9044)

  • arm : add a cpu flag for the VFPv2 vector mode

    9 décembre 2015, par Janne Grunau
    arm : add a cpu flag for the VFPv2 vector mode
    

    The vector mode was deprecated in ARMv7-A/VFPv3 and various cpu
    implementations do not support it in hardware. Vector mode code will
    depending the OS either be emulated in software or result in an illegal
    instruction on cpus which does not support it. This was not really
    problem in practice since NEON implementations of the same functions are
    preferred. It will however become a problem for checkasm which tests
    every cpu flag separately.

    Since this is a cpu feature newer cpu do not support anymore the
    behaviour of this flag differs from the other flags. It can be only
    activated by runtime cpu feature selection.

    • [DBH] libavcodec/arm/dcadsp_init_arm.c
    • [DBH] libavcodec/arm/fft_init_arm.c
    • [DBH] libavcodec/arm/fmtconvert_init_arm.c
    • [DBH] libavutil/arm/cpu.c
    • [DBH] libavutil/arm/cpu.h
    • [DBH] libavutil/cpu.c
    • [DBH] libavutil/cpu.h
    • [DBH] libavutil/version.h
    • [DBH] tests/checkasm/checkasm.c
  • Revision 3a695015ad : Merge "arm : Use a correct neon vector type for 64 bit integers"

    7 mai 2014, par Johann

    Changed Paths :
     Modify /vp8/common/arm/neon/variance_neon.c



    Merge "arm : Use a correct neon vector type for 64 bit integers"

  • Revision eb4cb43397 : Merge "Enforce effective motion vector search range"

    23 janvier 2014, par James Zern

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



    Merge "Enforce effective motion vector search range"