Subversion Repositories Kolibri OS

Rev

Blame | Last modification | View Log | RSS feed

  1. /*
  2.  * All Video Processing kernels
  3.  * Copyright © <2010>, Intel Corporation.
  4.  *
  5.  * This program is licensed under the terms and conditions of the
  6.  * Eclipse Public License (EPL), version 1.0.  The full text of the EPL is at
  7.  * http://www.opensource.org/licenses/eclipse-1.0.php.
  8.  *
  9.  */
  10.  
  11. // Modual name: undefall.inc
  12. //
  13. // undefine all global symbol for new process
  14. //
  15.  
  16. //Source definitions
  17. #undef  ubSRC_Y  
  18. #undef  ubSRC_U  
  19. #undef  ubSRC_V
  20.  
  21. #undef  ub2SRC_Y  
  22. #undef  ub2SRC_U  
  23. #undef  ub2SRC_V
  24.  
  25. #undef  ub4SRC_Y  
  26. #undef  ub4SRC_U  
  27. #undef  ub4SRC_V
  28.  
  29. #undef  uwSRC_Y  
  30. #undef  uwSRC_U  
  31. #undef  uwSRC_V
  32.  
  33. #undef  udSRC_Y  
  34. #undef  udSRC_U  
  35. #undef  udSRC_V
  36.  
  37. #undef  udSRC_YUV
  38. #undef  nSRC_YUV_REG
  39.  
  40. //Destination definitions
  41. #undef  ubDEST_Y  
  42. #undef  ubDEST_U  
  43. #undef  ubDEST_V
  44.  
  45. #undef  ub2DEST_Y  
  46. #undef  ub2DEST_U  
  47. #undef  ub2DEST_V
  48.  
  49. #undef  ub4DEST_Y  
  50. #undef  ub4DEST_U  
  51. #undef  ub4DEST_V
  52.  
  53. #undef  uwDEST_Y  
  54. #undef  uwDEST_U  
  55. #undef  uwDEST_V
  56.  
  57. #undef  udDEST_Y  
  58. #undef  udDEST_U  
  59. #undef  udDEST_V
  60.  
  61. #undef  udDEST_YUV
  62. #undef  nDEST_YUV_REG
  63. #undef  ubDEST_ARGB
  64.  
  65. // End of undefall.inc
  66.