Skip to content
Snippets Groups Projects
  1. Jun 13, 2014
  2. Jun 12, 2014
  3. Jun 11, 2014
  4. Jun 10, 2014
    • James Zern's avatar
      Merge changes I6abc0657,I8224fba2,I04f64a45,I5d49d119,I76b4d171,I88c11ac3 · cbce09ce
      James Zern authored
      * changes:
        vp9_sub_pixel_*variance*: disable avx2 variants
        vp9_sad*x4d: disable avx2 variants
        vp9_f(dct|ht): disable avx2 variants
        convolve: disable avx2 variants
        fdct8x8_test: add missing avx2 functions
        dct4x4_test: add missing avx2 functions
      cbce09ce
    • James Zern's avatar
      vp9_sub_pixel_*variance*: disable avx2 variants · 520cb3f3
      James Zern authored
      tests failing under Win32/Win64
      
      + variance_test: add missing avx2 functions (partially disabled)
      
      Change-Id: I6abc0657ea076379ab9ca65c12678b9ea199849d
      520cb3f3
    • James Zern's avatar
      vp9_sad*x4d: disable avx2 variants · d3ff009d
      James Zern authored
      tests failing under Win32/Win64
      
      + sad_test: add missing avx2 functions (disabled)
      
      Change-Id: I8224fba2b270f6039ab1877d71e1e512f0081856
      d3ff009d
    • James Zern's avatar
    • Hangyu Kuang's avatar
      5556d118
    • Hangyu Kuang's avatar
      Add mode info arrays and mode info index. · cdffeaaa
      Hangyu Kuang authored
      In non frame-parallel decoding, this works the same way as
      current decoding scheme. Every time after decoder finish
      decoding a frame, it will swap the current mode info pointer
      and  previous mode info pointer if the decoded frame needs
      to be shown. Both mode info pointer and previous mode info
      pointer are from mode info arrays.
      
      In frame-parallel decoding, this will become more complicated
      as current frame's mode info pointer will be shared with next
      frame as previous mode info pointer. But when one decoder
      thread finishes decoding one frame and starts to work on next
      available frame, it needs to retain the decoded frame's mode
      info pointers until next frame finishes decoding. The mode info
      index will serve this purpose. The decoder will use different
      buffer in the mode info arrays and use the other buffer to save
      previous decoded frame’s mode info.
      
      Change-Id: If11d57d8eb0ee38c8876158e5482177fcb229428
      cdffeaaa
Loading