1. 18 Oct, 2014 1 commit
  2. 15 Oct, 2014 1 commit
    • Pavel Vlasov's avatar
      Implementation detector and selector for IPP and OpenCL; · 45958eaa
      Pavel Vlasov authored
      IPP can be switched on and off on runtime;
      
      Optional implementation collector was added (switched off by default in CMake). Gathers data of implementation used in functions and report this info through performance TS;
      
      TS modifications for implementations control;
      45958eaa
  3. 23 Sep, 2014 1 commit
  4. 13 Aug, 2014 1 commit
    • Adil Ibragimov's avatar
      Several type of formal refactoring: · 8a4a1bb0
      Adil Ibragimov authored
      1. someMatrix.data -> someMatrix.prt()
      2. someMatrix.data + someMatrix.step * lineIndex -> someMatrix.ptr( lineIndex )
      3. (SomeType*) someMatrix.data -> someMatrix.ptr<SomeType>()
      4. someMatrix.data -> !someMatrix.empty() ( or !someMatrix.data -> someMatrix.empty() ) in logical expressions
      8a4a1bb0
  5. 10 Aug, 2014 1 commit
  6. 08 Aug, 2014 1 commit
  7. 05 Aug, 2014 1 commit
  8. 07 Jul, 2014 3 commits
  9. 04 Jul, 2014 2 commits
  10. 02 Jul, 2014 2 commits
  11. 27 Jun, 2014 1 commit
  12. 30 May, 2014 1 commit
  13. 28 May, 2014 1 commit
  14. 29 Apr, 2014 1 commit
  15. 18 Apr, 2014 1 commit
  16. 14 Apr, 2014 2 commits
  17. 09 Apr, 2014 1 commit
  18. 08 Apr, 2014 3 commits
  19. 07 Apr, 2014 1 commit
  20. 21 Mar, 2014 1 commit
  21. 19 Mar, 2014 1 commit
    • krodyush's avatar
      ocl_calcOpticalFlowPyrLK optimizations · 65d64af2
      krodyush authored
      1. decrease branch number in CL code by replacing them into weights
      2. decrease local mem pressure in reduce operation by using private variables
      3. decrease image sampler pressure by caching data into local memory
      4. remove unnecessary sync point on the HOST side.
      65d64af2
  22. 17 Mar, 2014 1 commit
  23. 12 Mar, 2014 1 commit
  24. 07 Mar, 2014 1 commit
  25. 06 Mar, 2014 1 commit
  26. 04 Mar, 2014 2 commits
  27. 28 Feb, 2014 1 commit
  28. 25 Feb, 2014 1 commit
  29. 23 Feb, 2014 1 commit
  30. 20 Feb, 2014 1 commit
  31. 03 Feb, 2014 1 commit
  32. 02 Feb, 2014 1 commit