1. 05 3月, 2015 1 次提交
  2. 27 2月, 2015 2 次提交
  3. 16 2月, 2015 1 次提交
  4. 21 10月, 2014 1 次提交
  5. 19 10月, 2014 1 次提交
  6. 15 10月, 2014 1 次提交
    • P
      Implementation detector and selector for IPP and OpenCL; · 45958eaa
      Pavel Vlasov 提交于
      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
  7. 23 9月, 2014 1 次提交
  8. 13 8月, 2014 1 次提交
    • A
      Several type of formal refactoring: · 8a4a1bb0
      Adil Ibragimov 提交于
      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
  9. 11 8月, 2014 1 次提交
  10. 09 8月, 2014 1 次提交
  11. 06 8月, 2014 1 次提交
  12. 07 7月, 2014 3 次提交
  13. 04 7月, 2014 2 次提交
  14. 02 7月, 2014 2 次提交
  15. 27 6月, 2014 1 次提交
  16. 30 5月, 2014 1 次提交
  17. 28 5月, 2014 1 次提交
  18. 29 4月, 2014 1 次提交
  19. 18 4月, 2014 1 次提交
  20. 15 4月, 2014 1 次提交
  21. 14 4月, 2014 1 次提交
  22. 09 4月, 2014 2 次提交
  23. 08 4月, 2014 2 次提交
  24. 07 4月, 2014 1 次提交
  25. 21 3月, 2014 1 次提交
  26. 19 3月, 2014 1 次提交
    • K
      ocl_calcOpticalFlowPyrLK optimizations · 65d64af2
      krodyush 提交于
      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
  27. 17 3月, 2014 1 次提交
  28. 12 3月, 2014 1 次提交
  29. 07 3月, 2014 1 次提交
  30. 06 3月, 2014 1 次提交
  31. 05 3月, 2014 1 次提交
  32. 04 3月, 2014 1 次提交
  33. 01 3月, 2014 1 次提交