Recherche avancée

Médias (2)

Mot : - Tags -/kml

Autres articles (50)

Sur d’autres sites (9112)

  • Anomalie #4189 : extraire_multi mélange un /li /ul final avec le de langue ajouté par code_...

    28 mars 2021, par Jacques Bouthier

    Je viens de voir qu’il y avait également le problème en 3.2.11. Si on applique le même patch ça règle le souci.

  • Revision df037b615f : Adding API to read/write uncompressed frame header bits. The API is not final y

    22 mai 2013, par Dmitry Kovalev

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


     Delete /vp9/common/vp9_header.h


     Modify /vp9/common/vp9_onyxc_int.h


     Modify /vp9/decoder/vp9_decodframe.c


     Add /vp9/decoder/vp9_read_bit_buffer.h


     Modify /vp9/encoder/vp9_bitstream.c


     Modify /vp9/encoder/vp9_onyx_if.c


     Add /vp9/encoder/vp9_write_bit_buffer.h


     Modify /vp9/vp9_common.mk


     Modify /vp9/vp9_dx_iface.c


     Modify /vp9/vp9cx.mk


     Modify /vp9/vp9dx.mk



    Adding API to read/write uncompressed frame header bits.

    The API is not final yet and can be changed. Actual layout of
    uncompressed frame part will be finalized later. Right now moving
    clr_type, error_resilient_mode, refresh_frame_context,
    frame_parallel_decoding_mode from first compressed partition to
    uncompressed frame part.

    Change-Id : I3afc5d4ea92c5a114f4c3d88f96858cccc15b76e

  • Revision 22012ee994 : optimize 8x8 fdct rounding for accuracy The commit added a final rounding choic

    22 février 2013, par Yaowu Xu

    Changed Paths : Modify /test/fdct8x8_test.cc Modify /test/test.mk Modify /vp9/encoder/vp9_dct.c optimize 8x8 fdct rounding for accuracy The commit added a final rounding choice for 8x8 forward dct to get rid of a sign bias at DC position and improve the accuracry in term of round trip error for 8x8 (...)