Skip to content
Snippets Groups Projects
  1. 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
  2. Dec 26, 2014
  3. Dec 25, 2014
  4. Dec 20, 2014
  5. Dec 08, 2014
  6. 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
  7. Nov 27, 2014
  8. Nov 19, 2014
  9. Oct 18, 2014
  10. Oct 17, 2014
  11. Oct 15, 2014
  12. Oct 14, 2014
  13. Oct 12, 2014
  14. Oct 07, 2014
  15. Oct 04, 2014
  16. Sep 30, 2014
  17. Sep 29, 2014
  18. Sep 26, 2014
  19. Sep 04, 2014
  20. Aug 31, 2014
Loading