Skip to content
Snippets Groups Projects
  1. Jul 10, 2014
  2. Jul 08, 2014
    • Johann Koenig's avatar
      Move abs() to where it is effective · 8c03fff4
      Johann Koenig authored
      vp8/encoder/x86/denoising_sse2.c:35:10: error: taking the absolute value
      of unsigned type 'unsigned int' has no effect [-Werror,-Wabsolute-value]
      
      Change-Id: I749ba8e6f55dbd9b822bfd4260a8397554f5e524
      8c03fff4
  3. Jul 01, 2014
  4. Jun 30, 2014
  5. Jun 27, 2014
  6. Jun 26, 2014
  7. Jun 19, 2014
    • Johann Koenig's avatar
      Remove labels from quantize · fec6886f
      Johann Koenig authored
      Use break instead of goto for early exit. Unbreaks Visual Studio
      builds.
      
      Change-Id: I96dee43a3c82145d4abe0d6a99af6e6e1a3991b5
      fec6886f
  8. Jun 18, 2014
  9. Jun 16, 2014
  10. Jun 13, 2014
  11. Jun 05, 2014
    • Tim Kopp's avatar
      Added OUTPUT_YUV_DENOISED CFLAG to VP8 encoder · 05e8c619
      Tim Kopp authored
      When this compiler flag is enabled, the encoder will write a denoised,
      uncompressed, version of the input to denoised.yuv.
      
      Change-Id: Ie0247f76b23219d95fe97dd70f23e097d742c249
      05e8c619
  12. Jun 04, 2014
  13. May 30, 2014
    • Tim Kopp's avatar
      Fixed OUTPUT_YUV_SRC behavior for VP8 · f204a9a4
      Tim Kopp authored
      By enabling the OUTPUT_YUV_SRC compiler flag, the encoder will write the raw
      input to bd.yuv.
      
      The functionality was mostly implemented, but in its previous state did not
      compile.
      
      Change-Id: Ia331ad0f4c6e6f9f51e8d42cd33ba8cc146b3dbf
      f204a9a4
  14. May 28, 2014
    • Scott LaVarnway's avatar
      Neon match to vp8 temporal denoiser fix · 4d9b9fa5
      Scott LaVarnway authored
      Now match the "C" version of "Fix to reduce block
      artifacts from vp8 temporal denoiser."
      (see change id Id9b56e59e33f3c22e79d2f89f763bdde246fdf3f)
      
      Change-Id: I99e569bb6af4ae3532621127e12bf917a48ba08e
      4d9b9fa5
    • Marco Paniconi's avatar
      vp8 denoiser: fix to zero_mv mode selection. · 609e91f9
      Marco Paniconi authored
      In the current logic, if the sse for zero motion is smaller
      than the sse for new_mv (i.e., best_sse), we may still end up
      using the non-zero mv for denoising (if the magnitude of new_mv is above threshold).
      This can happen for very noisy content, and can lead to artifacts.
      
      This change ensures that we always use zero_mv (over new_mv) for
      denoisng if sse_zero_mv <= best_sse.
      
      Change-Id: I8ef9294d837b077013b77a46c9a71d17c648b48a
      609e91f9
  15. May 27, 2014
  16. May 26, 2014
  17. May 23, 2014
  18. May 21, 2014
    • Marco Paniconi's avatar
      Fix to reduce block artifacts from vp8 temporal denoiser. · 4e81ab82
      Marco Paniconi authored
      If the denoiser filter causes too big a change in the absolute pixel difference
      (between source and denoised signal), the block is not denoised, which can cause
      visual block artifacts. This change applies a second adjustment to the temporal filter
      to effectively allow for a (weaker) denoising for such blocks (which can keep
      the absolute differnence within the tolerance range in most cases).
      This helps to reduce some of the block artifacts from the denoising.
      The additional cost of re-applying the filter to this set of blocks is low,
      as the percentage of blocks per frame (with too big a change in absolute pixel difference)
      is typically small, 2-5%.
      
      Change-Id: Id9b56e59e33f3c22e79d2f89f763bdde246fdf3f
      4e81ab82
    • Deb Mukherjee's avatar
      Renames x86_64 specific asm files · e2722734
      Deb Mukherjee authored
      Renames all x86_64 specific assembly files to consistently
      end in _x86_64.asm. This will be useful for build systems to
      handle these files differently.
      All new 64-bit specific assembly files should use the new
      naming convention.
      
      Change-Id: I36c89584967c82ffc4088b1b5044ac15d2bb7536
      e2722734
  19. May 19, 2014
    • Jim Bankoski's avatar
      Fix valgrind read out of bounds error. · bb2041d8
      Jim Bankoski authored
      MMX variance code in vp8 was reading out of bounds..
      
      TODO(JBB):  The best fix would involve removing duplicate library
      functions between vp8 and vp9...
      
      Change-Id: I5722853a6a58d3b55257ff385fa54c773bf98ded
      bb2041d8
  20. May 16, 2014
  21. May 15, 2014
  22. May 14, 2014
  23. May 13, 2014
  24. May 12, 2014
  25. May 08, 2014
  26. May 07, 2014
  27. May 06, 2014
    • Johann Koenig's avatar
      Revert "VP8 for ARMv8 by using NEON intrinsics 10" · 677fb512
      Johann Koenig authored
      This reverts commit c500fc22
      
      There is an issue with gcc 4.6 in the Android NDK:
      loopfiltersimpleverticaledge_neon.c: In function 'vp8_loop_filter_bvs_neon':
      loopfiltersimpleverticaledge_neon.c:176:1: error: insn does not satisfy its constraints:
      
      Change-Id: I95b6509d12f075890308914cc691b813d2e5cd9f
      677fb512
Loading