Skip to content
Snippets Groups Projects
  1. Oct 01, 2013
    • Matthew Heaney's avatar
      Fix linker warnings for bilinear filters · dcab9896
      Matthew Heaney authored
      The declaration of the bilinear filters specified an alignment clause
      in the implementation file but not in the header.  This turned out
      to be harmless, but it did cause linker warnings to be emitted when
      building on Windows.
      
      The (extern) declaration in the header was changed, to match the
      declaration in the implementation.
      
      Change-Id: I44be89b1572fe9a50fa47a42e4db9128c4897b04
      dcab9896
  2. Sep 18, 2013
  3. Sep 17, 2013
  4. Sep 16, 2013
    • Adrian Grange's avatar
      Fix failure to copy data files if content changes · 5b23666e
      Adrian Grange authored
      Jenkins was failing to detect the case where an existing
      file is recreated with new content. In this case, thinking
      that the file already existed, Jenkins did not re-copy the
      file as it should have.
      
      By adding the file test-data.sha1 as a dependendency to
      the LIBVPX_TEST_DATA build target the files will be
      recopied if the MD5 of an existing file changes.
      
      This could be further improved to only copy files that
      have changed rather than copying the whole set as done in
      this patch.
      
      (Thanks to jzern@ who diagnozed ithe problem and suggested
      this fix).
      
      Change-Id: Icea7c61a95189bc639fec83020c28c70da5b2b41
      5b23666e
    • Hangyu Kuang's avatar
      Merge "Speed up iht8x8 by rearranging instructions. Speed improves from 282%... · cbf39457
      Hangyu Kuang authored
      Merge "Speed up iht8x8 by rearranging instructions. Speed improves from 282% to 302% faster based on assembly-perf."
      cbf39457
    • Hangyu Kuang's avatar
      Speed up iht8x8 by rearranging instructions. · 23e1a29f
      Hangyu Kuang authored
      Speed improves from 282% to 302% faster based on assembly-perf.
      
      Change-Id: I08c5c1a542d43361611198f750b725e4303d19e2
      23e1a29f
    • Yaowu Xu's avatar
      fix a problem where an invalid mv used in search · eeae6f94
      Yaowu Xu authored
      The commit added reset of pred_mv at the beginning of each SB64x64
      partition mv search, also limited the usage of pred_mv only when
      search on the largest partition is already done. This is to fix
      a crash at speed 1/2 encoder where an invalid mv is used in mv
      search.
      
      Change-Id: I39010177da76d054e3c90b7899a44feb2e3a5b1b
      eeae6f94
    • Paul Wilkins's avatar
      Minor clean up. · cb50dc7f
      Paul Wilkins authored
      Removed some unused code and minor cleanup
      / reordering.
      
      Change-Id: I4083ae56aeb8edfe9b85aa2f42a16aa28d19da94
      cb50dc7f
    • Paul Wilkins's avatar
      Adjustment to mode_skip_start. · 3b017784
      Paul Wilkins authored
      Corrected values relating to modified mode order.
      
      Change-Id: I24fccba3af4bc16721d5e7e51888a66305bfa7fe
      3b017784
  5. Sep 13, 2013
  6. Sep 12, 2013
  7. Sep 11, 2013
Loading