Les articles publiés sur le site

  • Revision 4f08d3d6c5 : Merge "Remove tx_select_threshes"

    28 juillet 2015, par Yunqing Wang

    Merge "Remove tx_select_threshes"
  • Revision 006085d4a7 : Merge "Set up decoder end coding statistics tracker" into sandbox/jingning@googl

    28 juillet 2015, par Jingning Han

    Merge "Set up decoder end coding statistics tracker" into sandbox/jingning@google.com/decoder_test_suite
  • Revision a6a4659bea : Factor 32x32 fwd DCT to vpx_dsp folder Move the 32x32 2D-DCT implementations fr

    28 juillet 2015, par Jingning Han
    Changed Paths:
        Modify    /test/dct32x32_test.cc
        Modify    /vp9/common/vp9_rtcd_defs.pl
        Modify    /vp9/encoder/mips/msa/vp9_fdct32x32_msa.c
        Modify    /vp9/encoder/mips/msa/vp9_fdct_msa.h
        Modify    /vp9/encoder/vp9_dct.c
        Delete    /vp9/encoder/x86/vp9_dct32x32_avx2_impl.h
        Delete    /vp9/encoder/x86/vp9_dct32x32_sse2_impl.h
        Delete    /vp9/encoder/x86/vp9_dct_avx2.c
        Modify    /vp9/encoder/x86/vp9_dct_sse2.c
        Modify    /vp9/vp9cx.mk
        Modify    /vpx_dsp/fwd_txfm.c
        Modify    /vpx_dsp/fwd_txfm.h
        Add    /vpx_dsp/mips/fwd_dct32x32_msa.c (from /vp9/encoder/mips/msa/vp9_fdct32x32_msa.c :8eefb36ca979857c8f297316536329e0965ed2e5)
        Modify    /vpx_dsp/mips/fwd_txfm_msa.h
        Modify    /vpx_dsp/vpx_dsp.mk
        Modify    /vpx_dsp/vpx_dsp_rtcd_defs.pl
        Add    /vpx_dsp/x86/fwd_dct32x32_impl_avx2.h (from /vp9/encoder/x86/vp9_dct32x32_avx2_impl.h :8eefb36ca979857c8f297316536329e0965ed2e5)
        Add    /vpx_dsp/x86/fwd_dct32x32_impl_sse2.h (from /vp9/encoder/x86/vp9_dct32x32_sse2_impl.h :8eefb36ca979857c8f297316536329e0965ed2e5)
        Add    /vpx_dsp/x86/fwd_txfm_avx2.c (from /vp9/encoder/x86/vp9_dct_avx2.c :8eefb36ca979857c8f297316536329e0965ed2e5)
        Modify    /vpx_dsp/x86/fwd_txfm_sse2.c

    Factor 32x32 fwd DCT to vpx_dsp folder Move the 32x32 2D-DCT implementations from vp9/ to vpx_dsp/. Change-Id: Id3980696f8b69906ff7a59ff9fb2b9013d60047d
  • Revision 8eefb36ca9 : Move forward dct sse2 header file to vpx_dsp Change-Id : Iba03852ce778c956200818

    27 juillet 2015, par Jingning Han
    Changed Paths:
        Modify    /vp9/encoder/x86/vp9_dct_sse2.c
        Delete    /vp9/encoder/x86/vp9_dct_sse2.h
        Modify    /vp9/vp9cx.mk
        Modify    /vpx_dsp/vpx_dsp.mk
        Modify    /vpx_dsp/x86/fwd_txfm_impl_sse2.h
        Add    /vpx_dsp/x86/fwd_txfm_sse2.h (from /vp9/encoder/x86/vp9_dct_sse2.h :5f214d6bca4e928a7bc7eac90b575491e34b980c)

    Move forward dct sse2 header file to vpx_dsp Change-Id: Iba03852ce778c956200818e3473cfb2b48cf8d8e
  • Revision 5f214d6bca : Use common coefficient definition in neon idct implementations Replace the dupl

    27 juillet 2015, par Jingning Han
    Changed Paths:
        Modify    /vp9/common/arm/neon/vp9_idct16x16_add_neon.c
        Modify    /vp9/common/arm/neon/vp9_idct32x32_add_neon.c
        Modify    /vp9/common/arm/neon/vp9_idct8x8_add_neon.c

    Use common coefficient definition in neon idct implementations Replace the duplicate coefficient definition in neon implementations of inverse transform with those from vpx_dsp/txfm_common.h Change-Id: I4cd9bd9569ab1793dfdbb6f16d80bcb581599f0d