Recherche avancée

Médias (0)

Mot : - Tags -/configuration

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

Autres articles (45)

  • Récupération d’informations sur le site maître à l’installation d’une instance

    26 novembre 2010, par

    Utilité
    Sur le site principal, une instance de mutualisation est définie par plusieurs choses : Les données dans la table spip_mutus ; Son logo ; Son auteur principal (id_admin dans la table spip_mutus correspondant à un id_auteur de la table spip_auteurs)qui sera le seul à pouvoir créer définitivement l’instance de mutualisation ;
    Il peut donc être tout à fait judicieux de vouloir récupérer certaines de ces informations afin de compléter l’installation d’une instance pour, par exemple : récupérer le (...)

  • Les tâches Cron régulières de la ferme

    1er décembre 2010, par

    La gestion de la ferme passe par l’exécution à intervalle régulier de plusieurs tâches répétitives dites Cron.
    Le super Cron (gestion_mutu_super_cron)
    Cette tâche, planifiée chaque minute, a pour simple effet d’appeler le Cron de l’ensemble des instances de la mutualisation régulièrement. Couplée avec un Cron système sur le site central de la mutualisation, cela permet de simplement générer des visites régulières sur les différents sites et éviter que les tâches des sites peu visités soient trop (...)

  • Submit bugs and patches

    13 avril 2011

    Unfortunately a software is never perfect.
    If you think you have found a bug, report it using our ticket system. Please to help us to fix it by providing the following information : the browser you are using, including the exact version as precise an explanation as possible of the problem if possible, the steps taken resulting in the problem a link to the site / page in question
    If you think you have solved the bug, fill in a ticket and attach to it a corrective patch.
    You may also (...)

Sur d’autres sites (5377)

  • 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
  • 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
  • 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