Recherche avancée

Médias (91)

Autres articles (1)

  • Soumettre bugs et patchs

    10 avril 2011

    Un logiciel n’est malheureusement jamais parfait...
    Si vous pensez avoir mis la main sur un bug, reportez le dans notre système de tickets en prenant bien soin de nous remonter certaines informations pertinentes : le type de navigateur et sa version exacte avec lequel vous avez l’anomalie ; une explication la plus précise possible du problème rencontré ; si possibles les étapes pour reproduire le problème ; un lien vers le site / la page en question ;
    Si vous pensez avoir résolu vous même le bug (...)

Sur d’autres sites (504)

  • avutil/pixfmt : s/luma sample positions/horizontal luma sample positions/

    21 mai 2015, par Michael Niedermayer
    avutil/pixfmt : s/luma sample positions/horizontal luma sample positions/
    

    Better to be explicit before someone thinks this could be the time axis ...

    Signed-off-by : Michael Niedermayer <michaelni@gmx.at>

    • [DH] libavutil/pixfmt.h
  • Revision 47ac3ea0bb : Adapt color sensitiviy threshold to luma signal energy Instead using only a fix

    3 mars 2015, par Yaowu Xu

    Changed Paths :
     Modify /vp9/encoder/vp9_encodeframe.c



    Adapt color sensitiviy threshold to luma signal energy

    Instead using only a fixed threshold, this commit adapts the threshold
    for color sensitivity decision to luma signal energy : chroma channel’s
    sse is at least 1/6 of that in luma for color sensitivity flag to be
    set to active.

    This recoups a large portion of the speed loss due to accounting for
    chroma component costs in RTC mode decision.

    Change-Id : Ie01f747f6037dba6a1d1ed3e10b71a0ef1abc42c

  • Revision ec01f52ffa : Unify luma and chroma rd-cost estimation This commit unifies the rate-distortio

    14 août 2013, par Jingning Han

    Changed Paths :
     Modify /vp9/common/vp9_blockd.h


     Modify /vp9/encoder/vp9_rdopt.c


     Modify /vp9/encoder/vp9_tokenize.c


     Modify /vp9/encoder/vp9_tokenize.h



    Unify luma and chroma rd-cost estimation

    This commit unifies the rate-distortion cost calculation process of
    luma and chroma components. It allows early termination to be enabled
    later in the rd search loop of chroma components, in consistent with
    luma pixels.

    Change-Id : I2e52a7c6496176bf2a5e3ef338d34ceb8aad9b3d