Skip to content
Snippets Groups Projects
  1. Jun 20, 2016
  2. Jun 18, 2016
  3. Apr 16, 2016
  4. Mar 24, 2016
  5. Dec 31, 2015
  6. Dec 23, 2015
  7. Dec 04, 2015
  8. Nov 23, 2015
  9. Nov 05, 2015
  10. Nov 03, 2015
  11. Oct 08, 2015
  12. Oct 07, 2015
  13. Sep 01, 2015
  14. Feb 27, 2015
  15. Feb 20, 2015
  16. Jan 03, 2015
    • Timothy B. Terriberry's avatar
      Fix silk_VQ_WMat_EC_sse4_1(). · 7422189a
      Timothy B. Terriberry authored
      During review of c95c9a04, I replaced a call to
       _mm_cvtepi8_epi32() with the OP_CVTEPI16_EPI32_M64() macro (note
       the 16 instead of 8).
      Make a separate OP_CVTEPI8_EPI32_M32() macro and use that instead.
      
      Thaks to Wei Zhou for the report.
      7422189a
  17. Dec 26, 2014
  18. Dec 25, 2014
  19. Dec 01, 2014
    • Timothy B. Terriberry's avatar
      Fix celt_pitch_xcorr_c signature. · aad28187
      Timothy B. Terriberry authored
      This should not take an arch parameter, so it can properly be used
       as a fallback for accelerated versions which do not.
      This patch instead provides a separate version which can call
       accelerated helpers for platforms that have taken that approach.
      aad28187
Loading