
Recherche avancée
Autres articles (92)
-
Websites made with MediaSPIP
2 mai 2011, parThis page lists some websites based on MediaSPIP.
-
List of compatible distributions
26 avril 2011, parThe table below is the list of Linux distributions compatible with the automated installation script of MediaSPIP. Distribution nameVersion nameVersion number Debian Squeeze 6.x.x Debian Weezy 7.x.x Debian Jessie 8.x.x Ubuntu The Precise Pangolin 12.04 LTS Ubuntu The Trusty Tahr 14.04
If you want to help us improve this list, you can provide us access to a machine whose distribution is not mentioned above or send the necessary fixes to add (...) -
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 ;
Sur d’autres sites (15224)
-
Revision 3b2e73b9a4 : Remove tx cache and speed up tx size selection 1. The RD scores obtained during
29 juillet 2015, par Yunqing WangChanged Paths :
Modify /vp9/encoder/vp9_context_tree.h
Modify /vp9/encoder/vp9_encodeframe.c
Modify /vp9/encoder/vp9_rdopt.c
Remove tx cache and speed up tx size selection1. The RD scores obtained during the tx size selection were stored in the
tx cache, and used to help make the tx decision for the following frames.
This wasn’t used anymore in VP9 encoder. Recovered the related decision
making code from 1.5+ years ago, and borg tests didn’t show any quality
gain. This patch removed it to lower the complexity.2. An optimization was done after the above refactoring. If the tx_mode
is not TX_MODE_SELECT, we only need to test the chosen tx size instead
of all posible tx sizes. This gave a 1.5% average speed gain at speed 2,
and a 1% average speed gain at speed 3.Change-Id : Id8cd650e066a8cef33829d8c15388a8138adc78c
-
Revision af6d2c7d42 : Turn off simple_model_rd_from_var at speed 4. This got erroneously changed duri
1er août 2015, par Alex ConverseChanged Paths :
Modify /vp9/encoder/vp9_speed_features.c
Turn off simple_model_rd_from_var at speed 4.This got erroneously changed during the refactor. This fixes
SvcTest.TwoPassEncode2TemporalLayersWithMultipleFrameContextsAndTiles.Change-Id : Ifa5ab0e098396c5e2d10478db87df256eadfa4c7
-
Revision fd22c492f7 : Merge "Turn off simple_model_rd_from_var at speed 4."
1er août 2015, par Aℓex ConverseMerge "Turn off simple_model_rd_from_var at speed 4."