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. //---------- RGB_AVS_IEF_16x8.asm ----------
  12.  
  13. #include "AVS_IEF.inc"
  14.  
  15. //------------------------------------------------------------------------------
  16. // 2 sampler reads for 8x8 ARGB packed
  17. //------------------------------------------------------------------------------
  18.  
  19.     // 1st 8x8 setup
  20.     #include "AVS_SetupFirstBlock.asm"
  21.  
  22.     mov (1)  rAVS_8x8_HDR.2:ud      nAVS_ALL_CHANNELS:ud   // Enable ARGB channels
  23.     mov (16) mAVS_8x8_HDR.0:ud      rAVS_8x8_HDR.0<8;8,1>:ud    // Copy msg header and payload mirrors to MRFs
  24.     send (1) uwAVS_RESPONSE(0)<1>   mAVS_8x8_HDR    udDUMMY_NULL    nSMPL_ENGINE    nAVS_MSG_DSC_4CH+nSI_SRC_RGB+nBI_CURRENT_SRC_YUV
  25.     // Return ARGB in 16 GRFs
  26.  
  27.     // 2nd 8x8 setup
  28.     #include "AVS_SetupSecondBlock.asm"
  29.     mov (16) mAVS_8x8_HDR_2.0:ud      rAVS_8x8_HDR.0<8;8,1>:ud    // Copy msg header and payload mirrors to MRFs
  30.     send (1) uwAVS_RESPONSE_2(0)<1> mAVS_8x8_HDR_2    udDUMMY_NULL    nSMPL_ENGINE    nAVS_MSG_DSC_4CH+nSI_SRC_RGB+nBI_CURRENT_SRC_YUV
  31.     // Return ARGB in 16 GRFs
  32.  
  33.        
  34.