Les articles publiés sur le site

  • Revision a0fd7a9831 : Merge "add vp9_vector_var_neon"

    4 août 2015, par James Zern
    Changed Paths:
        Modify    /vp9/common/vp9_rtcd_defs.pl

    Merge "add vp9_vector_var_neon"
  • Revision a2746d7096 : examples.mk : quiet vcproj script exec by default the full command line can be s

    4 août 2015, par James Zern
    Changed Paths:
        Modify    /examples.mk

    examples.mk: quiet vcproj script exec by default the full command line can be seen with V=1 as with the other gen* scripts Change-Id: Id045b57e0f9af17d82d79201bbc1241b25a2b821
  • Revision d011808777 : gen_msvs_proj.sh : avoid asm object name collisions fixes link under vs9 ; this i

    4 août 2015, par James Zern
    Changed Paths:
        Modify    /build/make/gen_msvs_proj.sh

    gen_msvs_proj.sh: avoid asm object name collisions fixes link under vs9; this is the same change as: dbf6e3f gen_msvs_vcxproj.sh: Avoid object name collisions. Change-Id: I2a188c9024d0605e60e5e03ddcef1a25e7e53585
  • Revision 08a453b9de : Replace vp9_ prefix with vpx_ prefix in vpx_dsp function names This commit clea

    3 août 2015, par Jingning Han
    Changed Paths:
        Modify    /test/dct16x16_test.cc
        Modify    /test/dct32x32_test.cc
        Modify    /test/fdct4x4_test.cc
        Modify    /test/fdct8x8_test.cc
        Modify    /test/idct8x8_test.cc
        Modify    /test/partial_idct_test.cc
        Modify    /test/register_state_check.h
        Delete    /vp9/common/arm/neon/vp9_save_reg_neon.asm
        Modify    /vp9/common/mips/dspr2/vp9_itrans4_dspr2.c
        Modify    /vp9/common/mips/msa/vp9_idct16x16_msa.c
        Modify    /vp9/common/vp9_idct.c
        Modify    /vp9/common/vp9_idct.h
        Modify    /vp9/vp9_common.mk
        Modify    /vpx_dsp/arm/fwd_txfm_neon.c
        Modify    /vpx_dsp/arm/idct16x16_1_add_neon.asm
        Modify    /vpx_dsp/arm/idct16x16_1_add_neon.c
        Modify    /vpx_dsp/arm/idct16x16_add_neon.asm
        Modify    /vpx_dsp/arm/idct16x16_add_neon.c
        Modify    /vpx_dsp/arm/idct16x16_neon.c
        Modify    /vpx_dsp/arm/idct32x32_1_add_neon.asm
        Modify    /vpx_dsp/arm/idct32x32_1_add_neon.c
        Modify    /vpx_dsp/arm/idct32x32_add_neon.asm
        Modify    /vpx_dsp/arm/idct32x32_add_neon.c
        Modify    /vpx_dsp/arm/idct4x4_1_add_neon.asm
        Modify    /vpx_dsp/arm/idct4x4_1_add_neon.c
        Modify    /vpx_dsp/arm/idct4x4_add_neon.asm
        Modify    /vpx_dsp/arm/idct4x4_add_neon.c
        Modify    /vpx_dsp/arm/idct8x8_1_add_neon.asm
        Modify    /vpx_dsp/arm/idct8x8_1_add_neon.c
        Modify    /vpx_dsp/arm/idct8x8_add_neon.asm
        Modify    /vpx_dsp/arm/idct8x8_add_neon.c
        Add    /vpx_dsp/arm/save_reg_neon.asm (from /vp9/common/arm/neon/vp9_save_reg_neon.asm :bfad9d2fe6e3a17e1deff19977c8c0907828bb6f)
        Modify    /vpx_dsp/fwd_txfm.c
        Modify    /vpx_dsp/inv_txfm.c
        Modify    /vpx_dsp/inv_txfm.h
        Modify    /vpx_dsp/mips/idct16x16_msa.c
        Modify    /vpx_dsp/mips/idct32x32_msa.c
        Modify    /vpx_dsp/mips/idct4x4_msa.c
        Modify    /vpx_dsp/mips/idct8x8_msa.c
        Modify    /vpx_dsp/mips/inv_txfm_dspr2.h
        Modify    /vpx_dsp/mips/inv_txfm_msa.h
        Modify    /vpx_dsp/mips/itrans16_dspr2.c
        Modify    /vpx_dsp/mips/itrans32_cols_dspr2.c
        Modify    /vpx_dsp/mips/itrans32_dspr2.c
        Modify    /vpx_dsp/mips/itrans4_dspr2.c
        Modify    /vpx_dsp/mips/itrans8_dspr2.c
        Modify    /vpx_dsp/vpx_dsp.mk
        Modify    /vpx_dsp/vpx_dsp_rtcd_defs.pl
        Modify    /vpx_dsp/x86/inv_txfm_sse2.asm
        Modify    /vpx_dsp/x86/inv_txfm_sse2.c
        Modify    /vpx_dsp/x86/inv_txfm_ssse3_x86_64.asm

    Replace vp9_ prefix with vpx_ prefix in vpx_dsp function names This commit clears the function naming convention in vpx_dsp. It replaces vp9_ prefix of global functions with vpx_ prefix. It also removes the vp9_ prefix from static functions. Change-Id: I6394359a63b71a51dda01342eec6a3cc08dfeedf
  • Revision 749c393c8d : Rename vp8 loopfilter_mmx.asm Chromium puts all the yasm output in the same dir

    3 août 2015, par Johann
    Changed Paths:
        Delete    /vp8/common/x86/loopfilter_mmx.asm
        Add    /vp8/common/x86/vp8_loopfilter_mmx.asm (from /vp8/common/x86/loopfilter_mmx.asm :7723b8df6a4be00625258f6177df7d898ba6c33e)
        Modify    /vp8/vp8_common.mk

    Rename vp8 loopfilter_mmx.asm Chromium puts all the yasm output in the same directory. Looking at ways to improve this but in the meantime get rid of collisions. Change-Id: I923c5231d14e895ab96521eb89807ede868a0753