Skip to content
Snippets Groups Projects
  1. Jan 15, 2015
  2. Jan 14, 2015
  3. Jan 13, 2015
    • Minghai Shang's avatar
      [twopass temporal svc] Fix decoding error on seek. · a14415d1
      Minghai Shang authored
      Don't put small empty frame in front of a key frame. We will
      put key frame flag in webm container if there's a visible key
      frame. But there will be decoding error when we seek to here
      if we put the small empty frame, which will be inter frame,
      in front of it.
      
      Change-Id: Id50c2c1fd31da0405ff6faa7375cc2f49c55402d
      a14415d1
    • Yaowu Xu's avatar
      Enable decoder to pass through color space info · 6b223fcb
      Yaowu Xu authored
      This commit added a field to vpx_image_t for indicating color space,
      the field is also added to YUV_BUFFER_CONFIG. This allows the color
      space information pass through the decoder from input stream to the
      output buffer.
      
      The commit also updated compare_img() function with added verification
      of matching color space to ensure the color space information to be
      correctly passed from encode to decoder in compressed vp9 streams.
      
      Change-Id: I412776ec83defd8a09d76759aeb057b8fa690371
      6b223fcb
    • Frank Galligan's avatar
      Add 64x variance Neon functions · 74d40cd5
      Frank Galligan authored
      Add optimized Neon functions of:
      vp9_variance32x64
      vp9_variance64x32
      vp9_variance64x64
      
      On Nexus 7 speed -5 and -6 saw about a 4% increase in perf.
      Speeds -7 and -8 saw about a 6% increase in perf.
      Tested on Nexus 7, built with ndk r10d, gcc 4.9.
      
      Change-Id: I5a81f13c9897eb927fa39662530f5524a0f768fa
      74d40cd5
    • Yaowu Xu's avatar
      Merge "Added plumbing for setting color space" · 6f6fbf91
      Yaowu Xu authored
      6f6fbf91
    • Jacky Chen's avatar
  4. Jan 12, 2015
  5. Jan 11, 2015
  6. Jan 09, 2015
Loading