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. // Module name: PL8x8_PL8x4.inc
  12. //
  13. // Setup module for convert PL8x8 to PL8x4
  14. //
  15. //
  16.  
  17. // Source/destination region definitions
  18. //
  19. #include "undefall.inc"                         //Undefine the SRC and DEST sysmbols
  20.  
  21. #if (nSRC_REGION==nREGION_1)
  22.  
  23.         //REGION_1 selected
  24.         #define ubDEST_Y                ubTOP_Y        
  25.         #define ubDEST_U                ubTOP_U
  26.   #define ubDEST_V              ubTOP_V
  27.        
  28. #elif (nSRC_REGION==nREGION_2)
  29.  
  30.         //REGION_2 selected    
  31.         #define ubDEST_Y                ubBOT_Y
  32.         #define ubDEST_U                ubBOT_U
  33.         #define ubDEST_V                ubBOT_V
  34.  
  35.        
  36. #endif
  37.