Recherche avancée

Médias (0)

Mot : - Tags -/albums

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

Autres articles (67)

  • Le profil des utilisateurs

    12 avril 2011, par

    Chaque utilisateur dispose d’une page de profil lui permettant de modifier ses informations personnelle. Dans le menu de haut de page par défaut, un élément de menu est automatiquement créé à l’initialisation de MediaSPIP, visible uniquement si le visiteur est identifié sur le site.
    L’utilisateur a accès à la modification de profil depuis sa page auteur, un lien dans la navigation "Modifier votre profil" est (...)

  • Configurer la prise en compte des langues

    15 novembre 2010, par

    Accéder à la configuration et ajouter des langues prises en compte
    Afin de configurer la prise en compte de nouvelles langues, il est nécessaire de se rendre dans la partie "Administrer" du site.
    De là, dans le menu de navigation, vous pouvez accéder à une partie "Gestion des langues" permettant d’activer la prise en compte de nouvelles langues.
    Chaque nouvelle langue ajoutée reste désactivable tant qu’aucun objet n’est créé dans cette langue. Dans ce cas, elle devient grisée dans la configuration et (...)

  • XMP PHP

    13 mai 2011, par

    Dixit Wikipedia, XMP signifie :
    Extensible Metadata Platform ou XMP est un format de métadonnées basé sur XML utilisé dans les applications PDF, de photographie et de graphisme. Il a été lancé par Adobe Systems en avril 2001 en étant intégré à la version 5.0 d’Adobe Acrobat.
    Étant basé sur XML, il gère un ensemble de tags dynamiques pour l’utilisation dans le cadre du Web sémantique.
    XMP permet d’enregistrer sous forme d’un document XML des informations relatives à un fichier : titre, auteur, historique (...)

Sur d’autres sites (3701)

  • lavc/h264dsp : optimise R-V V weight for shorter heights

    1er septembre 2024, par Rémi Denis-Courmont
    lavc/h264dsp : optimise R-V V weight for shorter heights
    

    The height is a power of two of up to 16 rows. The current code was
    optimised for large sample counts.

    T-Head C908 :
    h264_weight2_8_c : 211.7 ( 1.00x)
    h264_weight2_8_rvv_i32 : before 184.0 ( 1.15x)
    h264_weight2_8_rvv_i32 : after 54.2 ( 3.90x)
    h264_weight4_8_c : 285.7 ( 1.00x)
    h264_weight4_8_rvv_i32 : before 341.2 ( 0.86x)
    h264_weight4_8_rvv_i32 : after 82.2 ( 3.47x)
    h264_weight8_8_c : 498.7 ( 1.00x)
    h264_weight8_8_rvv_i32 : before 683.7 ( 0.73x)
    h264_weight8_8_rvv_i64 : after 128.5 ( 3.95x)
    h264_weight16_8_c : 878.2 ( 1.00x)
    h264_weight16_8_rvv_i32 : unchanged 239.5 ( 3.67x)

    SpacemiT X60 :
    h264_weight2_8_c : 207.2 ( 1.00x)
    h264_weight2_8_rvv_i32 : before 259.6 ( 0.80x)
    h264_weight2_8_rvv_i32 : after 82.2 ( 2.52x)
    h264_weight4_8_c : 290.8 ( 1.00x)
    h264_weight4_8_rvv_i32 : before 509.6 ( 0.57x)
    h264_weight4_8_rvv_i32 : after 61.5 ( 4.73x)
    h264_weight8_8_c : 498.8 ( 1.00x)
    h264_weight8_8_rvv_i32 : before 1019.8 ( 0.49x)
    h264_weight8_8_rvv_i64 : after 71.8 ( 6.95x)
    h264_weight16_8_c : 874.0 ( 1.00x)
    h264_weight16_8_rvv_i32 : unchanged 249.0 ( 3.51x)

    • [DH] libavcodec/riscv/h264dsp_init.c
    • [DH] libavcodec/riscv/h264dsp_rvv.S
  • lavc/h264dsp : stick R-V V weight to 16-bit precision

    30 juillet 2024, par Rémi Denis-Courmont
    lavc/h264dsp : stick R-V V weight to 16-bit precision
    

    T-Head C908 (ns) :
    h264_weight2_8_c : 1607.8
    h264_weight2_8_rvv_i32 : 515.0 (before)
    h264_weight2_8_rvv_i32 : 348.5 (after)
    h264_weight4_8_c : 2255.8
    h264_weight4_8_rvv_i32 : 1015.0 (before)
    h264_weight4_8_rvv_i32 : 691.0 (after)
    h264_weight8_8_c : 3857.5
    h264_weight8_8_rvv_i32 : 2218.8 (before)
    h264_weight8_8_rvv_i32 : 1561.3 (after)
    h264_weight16_8_c : 7431.5
    h264_weight16_8_rvv_i32 : 2737.3 (before)
    h264_weight16_8_rvv_i32 : 1848.3 (after)

    SpacemiT X60 (ns) :
    h264_weight2_8_c : 1624.1
    h264_weight2_8_rvv_i32 : 352.6 (before)
    h264_weight2_8_rvv_i32 : 259.3 (after)
    h264_weight4_8_c : 2259.3
    h264_weight4_8_rvv_i32 : 685.8 (before)
    h264_weight4_8_rvv_i32 : 530.3 (after)
    h264_weight8_8_c : 4103.3
    h264_weight8_8_rvv_i32 : 1581.8 (before)
    h264_weight8_8_rvv_i32 : 1238.6 (after)
    h264_weight16_8_c : 7624.3
    h264_weight16_8_rvv_i32 : 2738.1 (before)
    h264_weight16_8_rvv_i32 : 1853.3 (after)

    • [DH] libavcodec/riscv/h264dsp_rvv.S
  • avcodec/snowenc : Fix visual weight calculation

    23 mars 2023, par Michael Niedermayer
    avcodec/snowenc : Fix visual weight calculation
    

    Signed-off-by : Michael Niedermayer <michael@niedermayer.cc>

    • [DH] libavcodec/snowenc.c
    • [DH] tests/ref/seek/vsynth_lena-snow
    • [DH] tests/ref/vsynth/vsynth1-snow
    • [DH] tests/ref/vsynth/vsynth1-snow-hpel
    • [DH] tests/ref/vsynth/vsynth2-snow
    • [DH] tests/ref/vsynth/vsynth2-snow-hpel
    • [DH] tests/ref/vsynth/vsynth_lena-snow
    • [DH] tests/ref/vsynth/vsynth_lena-snow-hpel