Skip to content
Snippets Groups Projects
  1. Jul 16, 2019
  2. Jul 15, 2019
  3. Jul 14, 2019
  4. Jul 10, 2019
  5. Jul 08, 2019
  6. Jul 06, 2019
  7. Jul 03, 2019
    • Xiang Li's avatar
      Merge branch 'fix_#281' into 'master' · 41243806
      Xiang Li authored
      fix for ticket #281: Different encoder log on Windows and Linux
      
      See merge request jvet/VVCSoftware_VTM!626
      41243806
    • Jonathan Taquet's avatar
      fix for ticket #281 · 2acb1478
      Jonathan Taquet authored
      Refactor AlfCovariance::getClipMax loop:
      
      This refactoring solve the issue with VS2017 in Release mode, where test
      "if (E[clip_max[k]][0][k][l] != E[clip_max[k]+1][0][k][l])" was sometime true when it should have been false
      (noticed with clip_max[k] == 1, i.e. during second iteration of while loop).
      
      Some alternative tries: casting E[][][][] in long long, using std::abs(a-b) < 1,
      or using std::abs(a-b) < std::numeric_limits::epsilon() failed to solve the issue.
      
      Note: no analysis of the generated assembly have been performed to really understand the problem
      2acb1478
  8. Jun 27, 2019
  9. Jun 26, 2019
  10. Jun 25, 2019
  11. Jun 24, 2019
  12. Jun 23, 2019
  13. Jun 22, 2019
  14. Jun 21, 2019
  15. Jun 20, 2019
Loading