Les articles publiés sur le site

  • Revision 3080691e92 : Merge "add range_check for fdct in vp10"

    3 septembre 2015, par Angie Chiang

    Merge "add range_check for fdct in vp10"
  • Revision 195883023b : VPX : subpixel_8t_ssse3 asm using x86inc This is based on the original patch opt

    2 septembre 2015, par Scott LaVarnway
    Changed Paths:
        Modify    /vpx_dsp/vpx_dsp.mk
        Modify    /vpx_dsp/x86/vpx_subpixel_8t_intrin_ssse3.c
        Modify    /vpx_dsp/x86/vpx_subpixel_8t_ssse3.asm

    VPX: subpixel_8t_ssse3 asm using x86inc This is based on the original patch optimized for 32bit platforms by Tamar/Ilya and now uses the x86inc style asm. The assembly was also modified to support 64bit platforms. Change-Id: Ice12f249bbbc162a7427e3d23fbf0cbe4135aff2
  • Revision bdb8afbbc0 : Merge changes If253fb95,I1c8a792c,I49f9b10f,I15472738,I1e7f3c32 * changes : te

    2 septembre 2015, par Johann Koenig

    Merge changes If253fb95,I1c8a792c,I49f9b10f,I15472738,I1e7f3c32 * changes: test: limit the valid image size on OS/2 configure: add -Zhigh-mem to LDFLAGS on OS/2 configure: disable PIC on OS/2 Makefile: add $(STACKREALIGN) to CFLAGS for vp9_reconintra.c x86inc.asm: fix NASM compilation
  • Revision 730cdefd3e : Add SVC codec control to set frame flags and buffer indices. Add SVC codec cont

    2 septembre 2015, par Marco
    Changed Paths:
        Modify    /examples/vp9_spatial_svc_encoder.c
        Modify    /vp9/encoder/vp9_svc_layercontext.c
        Modify    /vp9/encoder/vp9_svc_layercontext.h
        Modify    /vp9/vp9_cx_iface.c
        Modify    /vpx/src/svc_encodeframe.c
        Modify    /vpx/vp8cx.h

    Add SVC codec control to set frame flags and buffer indices. Add SVC codec control to set the frame flags and buffer indices for each spatial layer of the current (super)frame to be encoded. This allows the application to set (and change on the fly) the reference frame configuration for spatial layers. Added an example layer pattern (spatial and temporal layers) in vp9_spatial_svc_encoder for the bypass_mode using new control. Change-Id: I05f941897cae13fb9275b939d11f93941cb73bee
  • Revision 356c944782 : Merge changes I2e0cc72a,I63a7da78,I4aee2600,I71113505,I3dce6c70, ... * changes :

    2 septembre 2015, par Johann Koenig

    Merge changes I2e0cc72a,I63a7da78,I4aee2600,I71113505,I3dce6c70, ... * changes: Only build multithreaded functions on mt builds. Don't build calc_psnr for high bit depth. Enable missing dual lpf test Remove unused VP10 functions. Mark VP10 functions as 'INLINE' Remove unused functions from test files Only build append_negative_gtest_filter when it is used. Add INLINE decoration to static test functions