Les articles publiés sur le site

  • Revision 23690fc5d1 : Adds support for DST1 transforms for inter blocks Adds an additional transform

    23 juillet 2015, par Debargha Mukherjee
    Changed Paths:
        Modify    /configure
        Modify    /vp9/common/vp9_blockd.h
        Modify    /vp9/common/vp9_entropymode.c
        Modify    /vp9/common/vp9_enums.h
        Modify    /vp9/common/vp9_idct.c
        Modify    /vp9/common/vp9_idct.h
        Modify    /vp9/common/vp9_scan.c
        Modify    /vp9/encoder/vp9_dct.c
        Modify    /vp9/encoder/vp9_dct.h
        Modify    /vp9/encoder/vp9_encodemb.c

    Adds support for DST1 transforms for inter blocks Adds an additional transform in the ext_tx experiment that is a 2d DST1-DST1 combination. To enable use --enable-ext-tx --enable-dst1. This needs to be later extended to combine DST1 with DCT or ADST. Change-Id: I6d29f1b778ef8294bcfb6a512a78fc5eda20723b
  • Revision 598b083342 : Fix vp9_psnrhvs.c build error Add vpx_dsp_rtcd.h to the header file list. The o

    23 juillet 2015, par Jingning Han
    Changed Paths:
        Modify    /vp9/encoder/vp9_psnrhvs.c

    Fix vp9_psnrhvs.c build error Add vpx_dsp_rtcd.h to the header file list. The od_bin_fdct8x8() here depends on forward 8x8 2D-DCT. Change-Id: I1d71edc71f07069808823d2445c1cafd285e1b94
  • Revision 5ddfa101c9 : Add x86_64 flag to guard fwd_txfm_ssse3.asm in make file This fixes a VS build

    23 juillet 2015, par Jingning Han
    Changed Paths:
        Modify    /vpx_dsp/vpx_dsp.mk
        Delete    /vpx_dsp/x86/fwd_txfm_ssse3.asm
        Add    /vpx_dsp/x86/fwd_txfm_ssse3_x86_64.asm (from /vpx_dsp/x86/fwd_txfm_ssse3.asm :97ec51233d1068e010e119dbf8db2300df63de04)

    Add x86_64 flag to guard fwd_txfm_ssse3.asm in make file This fixes a VS build error. Fix by @johannkoenig. Change-Id: I6e71435d70ae56079db7328e4c7915416ece8fda
  • Revision 509fb0bc9d : mips msa vp8 copy mem optimization average improvement 2x-4x Change-Id : I3af3

    23 juillet 2015, par Parag Salasakar
    Changed Paths:
        Add    /vp8/common/mips/msa/copymem_msa.c
        Modify    /vp8/common/mips/msa/vp8_macros_msa.h
        Modify    /vp8/common/rtcd_defs.pl
        Modify    /vp8/vp8_common.mk

    mips msa vp8 copy mem optimization average improvement ~2x-4x Change-Id: I3af3ecced96c5b8e0cb811256e5089e28fe013a2
  • Revision 33a9d53c10 : Merge "mips/dspr2 : fix vp9-highbitdepth build"

    23 juillet 2015, par James Zern

    Merge "mips/dspr2: fix vp9-highbitdepth build"