Skip to content
Snippets Groups Projects
  1. Mar 04, 2013
  2. Feb 28, 2013
  3. Feb 27, 2013
  4. Feb 26, 2013
    • Johann Koenig's avatar
      vp8 fast quantizer with intrinsics · ef887974
      Johann Koenig authored
      Reduce dependency on offsets file by using intrinsics. Disassembly shows
      improvements over previous assembly specifically in register management,
      preloading, and {pro,epi}log. Speed change is within margin of error.
      
      Change-Id: I8131b4b4d62bc092407fe847bfaa8f2c0e1384ff
      ef887974
  5. Feb 22, 2013
  6. Feb 17, 2013
  7. Feb 01, 2013
  8. Jan 31, 2013
  9. Jan 30, 2013
    • Scott LaVarnway's avatar
      WIP: Multiple decoder instances support · 75f647fe
      Scott LaVarnway authored
      Started adding support for multiple internal decoder instances.  Also added
      code to limit the vp8 config options available when using frame-based
      multithreading.
      
      Change-Id: I0f1ee7abcfcff59204f50162e28254b8dd6972eb
      75f647fe
  10. Jan 29, 2013
  11. Jan 26, 2013
    • Deb Mukherjee's avatar
      Adding a frame parallel decoding mode · dfd89f2e
      Deb Mukherjee authored
      Adds a flag to disable features that would inhibit frame parallel
      decoding. This includes backward adaptation and MV sorting based
      on search in ref frame buffer.
      
      Also includes some minor clean-ups.
      
      Change-Id: I434846717a47b7bcb244b37ea670c5cdf776f14d
      dfd89f2e
    • Scott LaVarnway's avatar
      Bug fix: error-concealment enabled changed postproc output · 0c2919c3
      Scott LaVarnway authored
      When error concealment is enabled, it swaps the mi and prev_mi ptrs after
      each frame is decoded.  The postproc uses the mi ptr for the mode info context.
      Now the postproc will use the correct mode info context.
      
      Change-Id: I537ae5450f319c624999b44525bb52bb30047b7b
      0c2919c3
  12. Jan 22, 2013
  13. Jan 11, 2013
  14. Jan 04, 2013
  15. Dec 20, 2012
  16. Dec 18, 2012
    • Yaowu Xu's avatar
      Changed MAX_PSNR to 100 · 28765690
      Yaowu Xu authored
      The MAX_PSNR was used to assign a "psnr" number when the mse is close
      to zero. The direct assignment is used to prevent divide by zero in
      computation. Changing it from 60 to 100 to be consistent against what
      is being done in VP9
      
      Change-Id: I4854ffc4961e59d372ec8005a0d52ca46e3c4c1a
      28765690
  17. Dec 11, 2012
  18. Dec 10, 2012
  19. Dec 07, 2012
    • Scott LaVarnway's avatar
      Moved denoiser frame copy/updates out of loopfilter thread · 000c8414
      Scott LaVarnway authored
      The loopfilter thread from the previous frame can be running while
      starting the current frame.  cpi->Source will change during this time causing
      the wrong data to be copied.  The refresh_x_frame flags also change, which
      will cause incorrect updates of the denoised buffers.
      
      Change-Id: I7d982b4fcb40a0610801332aa85f3b792c64e4c3
      000c8414
  20. Dec 06, 2012
    • Scott LaVarnway's avatar
      added work buffer for denoiser · ef2248a2
      Scott LaVarnway authored
      The denoiser was writing to LAST_FRAME buffer.   If LAST_FRAME isn't being
      updated,  the reference frame buffers were out of sync between the encoder and the
      denoised raw buffers. This patch resolves the discrepancy by always writing to a work
      buffer (INTRA_FRAME) and then copying from that buffer to any buffers that needs to
      be updated.
      
      Change-Id: I6dd855b9749978b542bc3d515914d5f16faf25df
      ef2248a2
    • Johann Koenig's avatar
      Move vp8_scale_frame to vpx namespace · a36d9a4a
      Johann Koenig authored
      Change-Id: I92d613e89c8f1174eca0789116120bfa20c25c28
      a36d9a4a
    • Johann Koenig's avatar
      Use 'vpx_scale' consistently · 1009f765
      Johann Koenig authored
      Change-Id: I178352813d2b8702d081caf405de9dbad9af2cc3
      1009f765
  21. Dec 05, 2012
  22. Dec 04, 2012
  23. Dec 03, 2012
  24. Nov 29, 2012
  25. Nov 28, 2012
  26. Nov 27, 2012
    • Marco Paniconi's avatar
      Updates to qp-regulate and rate correction factor. · 464b1df6
      Marco Paniconi authored
      Don't use the switch to gf_rate_correction factor when
      temporal layers is used (i.e., cpi->oxcf.number_of_layers > 1).
      
      In temporal layers, we prefer to avoid this as any frame
      (e.g., base layer frame at anchor of pattern) may update
      both last and golden (and possibly alt-ref), and so we would get
      different rate correction factors within the same layer.
      
      This change will make sure one rate correction factor exists for each layer.
      
      Also, made some other code in qp-regulate that depends on
      alt/golden update specific to the 1 layer case.
      
      Change-Id: I41a6d085bd477f9307ef3b3c311695214273892c
      464b1df6
Loading