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. //---------- PA_AVS_IEF_8x4.asm ----------
  12.  
  13. #include "AVS_IEF.inc"
  14.  
  15. //------------------------------------------------------------------------------
  16. // 2 sampler reads for 8x8 YUV packed
  17. //------------------------------------------------------------------------------
  18. #include "PA_AVS_IEF_Sample.asm"
  19.  
  20. //------------------------------------------------------------------------------
  21. // Unpacking sampler data to 4:2:0 internal planar
  22. //------------------------------------------------------------------------------
  23. #include "PA_AVS_IEF_Unpack_8x4.asm"
  24.  
  25. //------------------------------------------------------------------------------
  26.