
Recherche avancée
Médias (1)
-
Video d’abeille en portrait
14 mai 2011, par
Mis à jour : Février 2012
Langue : français
Type : Video
Autres articles (97)
-
MediaSPIP 0.1 Beta version
25 avril 2011, parMediaSPIP 0.1 beta is the first version of MediaSPIP proclaimed as "usable".
The zip file provided here only contains the sources of MediaSPIP in its standalone version.
To get a working installation, you must manually install all-software dependencies on the server.
If you want to use this archive for an installation in "farm mode", you will also need to proceed to other manual (...) -
Personnaliser en ajoutant son logo, sa bannière ou son image de fond
5 septembre 2013, parCertains thèmes prennent en compte trois éléments de personnalisation : l’ajout d’un logo ; l’ajout d’une bannière l’ajout d’une image de fond ;
-
Multilang : améliorer l’interface pour les blocs multilingues
18 février 2011, parMultilang est un plugin supplémentaire qui n’est pas activé par défaut lors de l’initialisation de MediaSPIP.
Après son activation, une préconfiguration est mise en place automatiquement par MediaSPIP init permettant à la nouvelle fonctionnalité d’être automatiquement opérationnelle. Il n’est donc pas obligatoire de passer par une étape de configuration pour cela.
Sur d’autres sites (7447)
-
libavcodec : Implementation of AC3 fixedpoint decoder
1er avril 2014, par Nedeljko Babiclibavcodec : Implementation of AC3 fixedpoint decoder
Signed-off-by : Nedeljko Babic <nbabic@mips.com>
Signed-off-by : Michael Niedermayer <michaelni@gmx.at>- [DH] Changelog
- [DH] configure
- [DH] doc/general.texi
- [DH] libavcodec/Makefile
- [DH] libavcodec/ac3.h
- [DH] libavcodec/ac3dec.c
- [DH] libavcodec/ac3dec.h
- [DH] libavcodec/ac3dec_fixed.c
- [DH] libavcodec/ac3dec_float.c
- [DH] libavcodec/ac3dsp.c
- [DH] libavcodec/ac3dsp.h
- [DH] libavcodec/allcodecs.c
- [DH] libavcodec/kbdwin.c
- [DH] libavcodec/kbdwin.h
- [DH] libavcodec/version.h
-
Two Tux, one SoC
The Sigma Designs SMP86xx chips contain, as discussed elsewhere, multiple CPU cores. In addition to the main CPU (a MIPS 74Kf or 24Kf), there are two MIPS 4KEc cores intended for real-time and security processing. These cores are equipped with full MMUs, and are thus perfectly capable of running a … Continue reading
-
Revision 41a350a83d : Change eob threshold for partial inverse 8x8 2D-DCT to 12 The scanning order ha
8 mai 2014, par Jingning HanChanged Paths :
Modify /test/partial_idct_test.cc
Modify /vp9/common/arm/neon/vp9_idct8x8_add_neon.asm
Modify /vp9/common/mips/dspr2/vp9_itrans8_dspr2.c
Modify /vp9/common/vp9_idct.c
Modify /vp9/common/vp9_rtcd_defs.pl
Modify /vp9/common/x86/vp9_idct_intrin_sse2.c
Modify /vp9/common/x86/vp9_idct_ssse3.asm
Change eob threshold for partial inverse 8x8 2D-DCT to 12The scanning order has the first 12 coefficients of the 8x8 2D-DCT
sitting in the top left 4x4 block. Hence the partial inverse 8x8
2D-DCT allows to handle cases with eob below 12.The overall runtime of the inverse 8x8 2D-DCT unit is reduced from
166 cycles (using SSE2) to 150 cycles (using SSSE3).Change-Id : I4514f9748042809ac84df4c14382c00f313f1cd2