Skip to content
Snippets Groups Projects
  1. Apr 18, 2011
  2. Apr 15, 2011
  3. Apr 14, 2011
  4. Apr 13, 2011
    • Fritz Koenig's avatar
      Use consistent delimiters. · 33cefd6f
      Fritz Koenig authored
      opsnr.stt file was using \t for delimiters on everything
      except between VPXSSIM and Time.
      
      Change-Id: I6284c4e40c05ff642bf4b0170dca062c279a42df
      33cefd6f
    • Adrian Grange's avatar
      Fixed use of early breakout in vp8_pick_intra4x4mby_modes · 88611746
      Adrian Grange authored
      Index i is used to detect early breakout from the first loop, but
      its value is lost due to reuse in the second for loop. I moved
      the position of the second loop and did some format cleanup.
      
      Change-Id: I02780eae1bd89df4b6c000fb8a018b0837aac2e5
      88611746
    • John Koleszar's avatar
      Refactor lookahead ring buffer · 88841f10
      John Koleszar authored
      This patch cleans up the source buffer storage and copy mechanism to
      allow access through a standard push/pop/peek interface. This approach
      also avoids an extra copy in the case where the source is not a
      multiple of 16, fixing issue #102.
      
      Change-Id: I05808c39f5743625cb4c7af54cc841b9b10fdbd9
      88841f10
    • Johann Koenig's avatar
      store quant_shift as an unsigned char · 70f30aa9
      Johann Koenig authored
      in encodframe.c, quant_shift is set to 0 or 1 in vp8cx_invert_quant
      
      only use 8 bits to store this, instead of 16. will allow saving an
      xmm register in an updated version of the regular quantize
      
      Change-Id: Ie88c47fe2aff5af0283dab1147fb2791e4b12f90
      70f30aa9
  5. Apr 12, 2011
  6. Apr 11, 2011
  7. Apr 08, 2011
  8. Apr 07, 2011
    • Jim Bankoski's avatar
      fixed an overflow in ssim calculation · d4cdb683
      Jim Bankoski authored
      This commit fixed an overflow in ssim calculation, added register
      save and restore to make sure assembly code working for x64 platform.
      It also changed the sampling points to every 4x4 instead of 8x8 and
      adjusted the constants in SSIM calculation to match the scale of
      previous VPXSSIM.
      
      Change-Id: Ia4dbb8c69eac55812f4662c88ab4653b6720537b
      d4cdb683
    • Johann Koenig's avatar
      use asm_offsets with vp8_fast_quantize_b_sse3 · 08702002
      Johann Koenig authored
      on the same order as the sse2 fast quantize change: ~2%
      except for 32bit. only a slight improvment there.
      
      Change-Id: Iff80e5f1ce7e646eebfdc8871405458ff911986b
      08702002
    • James Berry's avatar
      Use correct 32 bit comparisons for SAD breakout. · aec5487c
      James Berry authored
      Rax updated to eax to avoid uninitialized memory
      usage.
      
      Change-Id: Iedb953f104329ede2a786fc648a47f1be2f3798a
      aec5487c
Loading