Recherche avancée

Médias (1)

Mot : - Tags -/bug

Autres articles (108)

Sur d’autres sites (16123)

  • Revision cf3d2c8d5a : Corerctly sets frame type in the 2 pass case This patch sets frame types correc

    4 janvier 2014, par Deb Mukherjee

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


     Modify /vp9/encoder/vp9_onyx_if.c


     Modify /vp9/encoder/vp9_ratectrl.c



    Corerctly sets frame type in the 2 pass case

    This patch sets frame types correctly in the new
    vp9_get_second_pass_params() function called prior
    to encode_frame_to_data_rate() function, so that the
    latter function can just work with what is passed to
    it. This will allow multiple vp9_get_second_pass_params()
    to be created for various encode strategies without
    messing with the core encode function.

    There is no difference in derf and yt. stdhd/hd are pending.

    Change-Id : I70dfb97e9f497e9cee04052e0e8e0c2892eab0c3

  • Revision 1c27e1f127 : Fix quality regression for multi arf off case. Bug introduced during multiple i

    26 juin 2014, par Paul Wilkins

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


     Modify /vp9/encoder/vp9_encoder.c



    Fix quality regression for multi arf off case.

    Bug introduced during multiple iterations on : I3831*

    gf_group->arf_update_idx[] cannot currently be used
    to select the arf buffer index if buffer flipping on overlays
    is enabled (still currently the case when multi arf OFF).

    Change-Id : I4ce9ea08f1dd03ac3ad8b3e27375a91ee1d964dc

  • Revision 6c0a2692e4 : Merge "VP9 denoiser implemented FILTER_BLOCK case"

    2 juillet 2014, par Tim Kopp

    Merge "VP9 denoiser implemented FILTER_BLOCK case"