
Recherche avancée
Médias (1)
-
Rennes Emotion Map 2010-11
19 octobre 2011, par
Mis à jour : Juillet 2013
Langue : français
Type : Texte
Autres articles (44)
-
Websites made with MediaSPIP
2 mai 2011, parThis page lists some websites based on MediaSPIP.
-
Possibilité de déploiement en ferme
12 avril 2011, parMediaSPIP peut être installé comme une ferme, avec un seul "noyau" hébergé sur un serveur dédié et utilisé par une multitude de sites différents.
Cela permet, par exemple : de pouvoir partager les frais de mise en œuvre entre plusieurs projets / individus ; de pouvoir déployer rapidement une multitude de sites uniques ; d’éviter d’avoir à mettre l’ensemble des créations dans un fourre-tout numérique comme c’est le cas pour les grandes plate-formes tout public disséminées sur le (...) -
Ajouter des informations spécifiques aux utilisateurs et autres modifications de comportement liées aux auteurs
12 avril 2011, parLa manière la plus simple d’ajouter des informations aux auteurs est d’installer le plugin Inscription3. Il permet également de modifier certains comportements liés aux utilisateurs (référez-vous à sa documentation pour plus d’informations).
Il est également possible d’ajouter des champs aux auteurs en installant les plugins champs extras 2 et Interface pour champs extras.
Sur d’autres sites (6992)
-
lavc/h264dsp : optimise R-V V weight for shorter heights
1er septembre 2024, par Rémi Denis-Courmontlavc/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) -
lavc/h264dsp : stick R-V V weight to 16-bit precision
30 juillet 2024, par Rémi Denis-Courmontlavc/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) -
avcodec/snowenc : Fix visual weight calculation
23 mars 2023, par Michael Niedermayeravcodec/snowenc : Fix visual weight calculation
Signed-off-by : Michael Niedermayer <michael@niedermayer.cc>