Subversion Repositories Kolibri OS

Rev

Blame | Last modification | View Log | RSS feed

  1. /*
  2.  *  Copyright 2000-2011 Intel Corporation All Rights Reserved
  3.  *
  4.  * Permission is hereby granted, free of charge, to any person obtaining a
  5.  * copy of this software and associated documentation files (the
  6.  * "Software"), to deal in the Software without restriction, including
  7.  * without limitation the rights to use, copy, modify, merge, publish,
  8.  * distribute, sub license, and/or sell copies of the Software, and to
  9.  * permit persons to whom the Software is furnished to do so, subject to
  10.  * the following conditions:
  11.  *
  12.  * The above copyright notice and this permission notice (including the
  13.  * next paragraph) shall be included in all copies or substantial portions
  14.  * of the Software.
  15.  *
  16.  * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS
  17.  * OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
  18.  * MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT.
  19.  * IN NO EVENT SHALL PRECISION INSIGHT AND/OR ITS SUPPLIERS BE LIABLE FOR
  20.  * ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
  21.  * TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
  22.  * SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
  23.  *
  24.  * This file was originally licensed under the following license
  25.  *
  26.  *  Licensed under the Apache License, Version 2.0 (the "License");
  27.  *  you may not use this file except in compliance with the License.
  28.  *  You may obtain a copy of the License at
  29.  *
  30.  *      http://www.apache.org/licenses/LICENSE-2.0
  31.  *
  32.  *  Unless required by applicable law or agreed to in writing, software
  33.  *  distributed under the License is distributed on an "AS IS" BASIS,
  34.  *  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  35.  *  See the License for the specific language governing permissions and
  36.  *  limitations under the License.
  37.  */
  38. //   22    // Total instruction count
  39. //    1    // Total kernel count
  40.  
  41.  
  42. // Module name: common.inc
  43. //
  44. // Common header file for all Video-Processing kernels
  45. //
  46.  
  47. .default_execution_size (16)
  48. .default_register_type  :ub
  49.  
  50. .reg_count_total        128
  51. .reg_count_payload      7
  52.  
  53. //========== Common constants ==========
  54.  
  55.  
  56. //========== Macros ==========
  57.  
  58.  
  59. //Fast Jump, For more details see "Set_Layer_N.asm"
  60.  
  61.  
  62. //========== Defines ====================
  63.  
  64. //========== Static Parameters (Common To All) ==========
  65. //r1
  66.  
  67.  
  68. //r2
  69.  
  70.                                     //  e.g.            byte0   byte1  byte2
  71.                                     // YUYV               0       1      3
  72.                                     // YVYU               0       3      1
  73.  
  74. //Color Pipe (IECP) parameters
  75.  
  76.  
  77. //r4
  78.  
  79.                                     //  e.g.              byte0           byte1           byte2
  80.                                     // YUYV                 0               1               3
  81.                                     // YVYU                 0               3               1
  82.  
  83.  
  84. //========== Inline parameters (Common To All) ===========
  85.  
  86.  
  87. //============== Binding Index Table===========
  88. //Common between DNDI and DNUV
  89.  
  90.  
  91. //================= Common Message Descriptor =====
  92. // Message descriptor for thread spawning
  93. // Message Descriptors
  94. //                = 000 0001 (min message len 1 ) 0,0000 (resp len 0   -add later)
  95. //                  0000,0000,0000
  96. //                  0001(Spawn a root thread),0001 (Root thread spawn thread)
  97. //                = 0x02000011
  98. // Thread Spawner Message Descriptor
  99.  
  100.  
  101. // Message descriptor for atomic operation add
  102. // Message Descriptors
  103. //                = 000 0110 (min message len 6 ) 0,0000 (resp len 0   -add later)
  104. //                  1(header present)001,10(typed atomic operation)0(return enabled)0(slot group, low 8 bits),0111 (AOP_Add)
  105. //                  0000,0000 (Binding table index, added later)
  106. //                = 0x02000011
  107.  
  108. // Atomic Operation Add Message Descriptor
  109.  
  110.  
  111. // Message descriptor for dataport media write
  112.         // Message Descriptors
  113.                 //                = 000 0001 (min message len 1 - add later) 00000 (resp len 0)
  114.                 //                  1 (header present 1) 0 1010 (media block write) 000000
  115.                 //                  00000000 (binding table index - set later)
  116.                 //                = 0x020A8000
  117.  
  118.  
  119. // Message Length defines
  120.  
  121.  
  122. // Response Length defines
  123.  
  124.  
  125. // Block Width and Height Size defines
  126.  
  127.  
  128. // Extended Message Descriptors
  129.  
  130.  
  131. // Common message descriptors:
  132.  
  133.  
  134. //===================== Math Function Control ===================================
  135.  
  136.  
  137. //============ Message Registers ===============
  138.                              // buf4 starts from r28
  139.  
  140.  
  141. //#define mMSGHDR_EOT  r43    // Dummy Message Register for EOT
  142.  
  143.  
  144. .declare    mubMSGPAYLOAD  Base=r30 ElementSize=1 SrcRegion=<16;16,1> Type=ub
  145. .declare    muwMSGPAYLOAD  Base=r30 ElementSize=2 SrcRegion=<16;16,1> Type=uw
  146. .declare    mudMSGPAYLOAD  Base=r30 ElementSize=4 SrcRegion=<8;8,1> Type=ud
  147. .declare    mfMSGPAYLOAD   Base=r30 ElementSize=4 SrcRegion=<8;8,1> Type=f
  148.  
  149. //=================== End of thread instruction ===========================
  150.  
  151.  
  152. //=====================Pointers Used=====================================
  153.  
  154.  
  155. //=======================================================================
  156.  
  157.  
  158. //r11-r17
  159. // Define temp space for any usages
  160.  
  161.  
  162. // Common Buffers
  163.  
  164.  
  165. // End of common.inc
  166.  
  167. // FileName:    DI.asm
  168. // Author:              Vivek Kumar
  169. // Description: Tasks for DI only case (16x4 block)
  170.  
  171.  
  172. // End of common.inc
  173.  
  174.  
  175. // FileName:    DNDI.inc
  176. // Author:      Vivek Kumar
  177. // Description: Include file for DN, DI and DNDI
  178. // Inputs:      DI_ENABLE, DN_ENABLE, DN_PLANAR, DN_PACKED
  179.  
  180.  
  181. // End of common.inc
  182.  
  183.  
  184. //Interface:
  185. //Static Parameters:
  186. //r1
  187.  
  188.  
  189. //====================== Binding table (Explicit To DNDI)=========================================
  190.  
  191.  
  192. .declare mudMSGHDR_DNDI     Base=r18      ElementSize=4    Type=ud
  193. .declare mdMSGHDR_DNDI      Base=r18      ElementSize=4    Type=d
  194. .declare mwMSGHDR_DNDI      Base=r18      ElementSize=2    Type=w
  195.  
  196.  
  197. .declare mudMSGHDR_STMM     Base=r20      ElementSize=4    Type=ud
  198.  
  199.  
  200. .declare mudMSGHDR_HIST     Base=r22      ElementSize=4    Type=ud
  201.  
  202.  
  203. .declare mudMSGHDR_ENC_STATS Base=r24 ElementSize=4   Type=ud
  204. .declare muwMSGHDR_ENC_STATS Base=r24 ElementSize=2   Type=uw
  205. .declare mubMSGHDR_ENC_STATS Base=r24 ElementSize=1   Type=ub
  206.  
  207.  
  208. .declare mudMSGHDR_DN_OUT   Base=r31.0      ElementSize=4  Type=ud
  209. .declare mdMSGHDR_DN_OUT    Base=r31.0      ElementSize=4  Type=d
  210. .declare mubMSGHDR_DN_OUT   Base=r31.0      ElementSize=1  Type=ub
  211.  
  212.  
  213. .declare mudMSGHDR_UVCOPY   Base=r36      ElementSize=4  Type=ud
  214. .declare mdMSGHDR_UVCOPY    Base=r36      ElementSize=4  Type=d
  215. .declare mudMSGHDR_UCOPY    Base=r36       ElementSize=4  Type=ud
  216. .declare mudMSGHDR_VCOPY    Base=r38       ElementSize=4  Type=ud
  217.  
  218.  
  219. .declare mudMSGHDR_DI_OUT1  Base=r18.0      ElementSize=4     Type=ud
  220. .declare mubMSGHDR_DI_OUT1  Base=r18.0      ElementSize=1     Type=ub
  221.  
  222.  
  223. .declare mudMSGHDR_DI_OUT2  Base=r23.0      ElementSize=4     Type=ud
  224. .declare mubMSGHDR_DI_OUT2  Base=r23.0      ElementSize=1     Type=ub
  225.  
  226. //r45
  227. //Use r45 as message header, so no need to "mov" the data.
  228.  
  229. .declare mudDN_Y_OUT        Base=r45.0 ElementSize=4 SrcRegion=<8;8,1>   DstRegion=<1> Type=ud
  230.  
  231. // Message response (Denoised & DI-ed pixels & statistics); Use buffer 5
  232. .declare udDNDI_RESP        Base=r46.0 ElementSize=4 SrcRegion=<8;8,1>   DstRegion=<1> Type=ud
  233. .declare uwDNDI_RESP        Base=r46.0 ElementSize=2 SrcRegion=<16;16,1> DstRegion=<1> Type=uw
  234. .declare ubDNDI_RESP        Base=r46.0 ElementSize=1 SrcRegion=<16;16,1> DstRegion=<1> Type=ub
  235.  
  236. // Message response (UV Copy); Use buffer 5
  237. .declare udDNDI_UV_RESP     Base=r58.0 ElementSize=4 SrcRegion=<8;8,1>  DstRegion=<1> Type=ud
  238. .declare ubDNDI_UV_RESP     Base=r58.0 ElementSize=1 SrcRegion=<16;16,1>    DstRegion=<1> Type=ub
  239.  
  240. //Temp GRFs: For 42X to 422 Conversion
  241. .declare uwDNDI_UVCOPY_TEMP Base=r10.0 ElementSize=2 SrcRegion=<16;16,1>    DstRegion=<1> Type=uw       //8 GRFs
  242. .declare ubDNDI_UVCOPY_TEMP Base=r10.0 ElementSize=1 SrcRegion=<16;16,1>    DstRegion=<1> Type=ub       //8 GRFs
  243. //---------------------------------------------------------------------------
  244. // Message descriptors
  245. //---------------------------------------------------------------------------
  246. // Extended message descriptor
  247.     // Message descriptor   for sampler read
  248.     //                    = 000 0010 (message len 2) 00000 (resp len - set later, 12 or 5 or 11)
  249.     //                      1 (header present 1) 0 11 (SIMD32/64 mode)
  250.     //                      1000 (message type) 0000 (DI state index)
  251.     //                      00000000 (binding table index - set later)
  252.     //                    = 0x040b8000
  253.  
  254.  
  255. // Attention: The Message Length is The Number of GRFs with Data Only, without the Header
  256.  
  257.  
  258. //---------------------------------------------------------------------------
  259. // VDI Return Data format
  260. //---------------------------------------------------------------------------
  261. // Defines for DI enabled
  262.  
  263.  
  264. // Defines for DI disabled
  265.  
  266.  
  267. // FileName:    DNDI_Command.asm
  268. // Author:              Vivek Kumar
  269. // Description: Sends a message to the VDI to process one DN (16x8) or DNDI (16x4) block
  270.  
  271. // Prepare the DNDI send command
  272. mov (8)         mudMSGHDR_DNDI(0)<1>                    r0.0<8;8,1>:ud                                  // message header
  273. mov (1)         mwMSGHDR_DNDI(1,4)<1>                   r9.0<0;1,0>:w           { NoDDClr }             // horizontal origin    // Do we need to add offset here? -vK
  274. mov (1)         mwMSGHDR_DNDI(1,12)<1>                  r9.1<0;1,0>:w           { NoDDChk }             // vertical origin              // Can these 2 be combined? - vK
  275.  
  276. send (8)        udDNDI_RESP(0)<1>       r18     0x2     0x4AE8003:ud
  277.  
  278. // On Gen6, with VDI walker, use the XY pair returned rather than programmed above
  279. // VDI_RETURNED_XY is ordered XY in case of walker enables and the same as programmed in case of walker disabled
  280. mov (2)         r9.0<1>:w     uwDNDI_RESP(9,14)<2;2,1>  // horizontal/Vertial origin in W.14 and W.15
  281.  
  282.  
  283. // FileName:    DI_STMM_Save.asm
  284. // Author:              Vivek Kumar
  285. // Description: Saves DI STMM Data to statistics surface in case of DI enabled (for 16x4 block)
  286.  
  287. // Write STMM to memory
  288. mov (8)     mudMSGHDR_STMM(0)<1>        r0.0<8;8,1>:ud                                                                  // message header  
  289. mov (8)     mudMSGHDR_STMM(1)<1>        udDNDI_RESP(8,0)                                                // Move STMM to MRF
  290.  
  291. shr (1)     mudMSGHDR_STMM(0,0)<1>      r9.0<0;1,0>:w            1:w     { NoDDClr }            // X origin / 2
  292. mov (1)     mudMSGHDR_STMM(0,1)<1>      r9.1<0;1,0>:w                    { NoDDClr, NoDDChk }   // Y origin
  293. mov (1)     mudMSGHDR_STMM(0,2)<1>      0x30007:ud           { NoDDChk }                // block width and height (8x4)
  294.  
  295. send (8)        null<1>:d       r20     0x5             0x40A8021:ud      
  296.  
  297.  
  298. // FileName:    DNDI_Enc_Stats_Save.asm
  299. // Author:              Vivek Kumar
  300. // Description: Saves Encoder Statistics data to statistics surface in case of DI enabled (for 16x4 block)
  301.  
  302. // Write encoder statistics to memory
  303. //Currently enable this only on Gen6 validation
  304. mov (8)         mudMSGHDR_ENC_STATS(1)<1>       0x0:ud                                          // Init payload MRF
  305. mov (8)         mudMSGHDR_ENC_STATS(0)<1>       r0.0<8;8,1>:ud                          // message header
  306.  
  307. shr (1)         mudMSGHDR_ENC_STATS(0,0)<1>             r9.0<0;1,0>:w                   1:w     { NoDDClr }                     //enable the flag after testing on si                                   { NoDDClr }     // X origin / 2
  308. mul (1)         acc0.1<1>:ud                                    r9.1<0;1,0>:w                           3:w                                                                                                                                                                                     // Y origin * 3
  309. shr (1)         mudMSGHDR_ENC_STATS(0,1)<1>             acc0.1<0;1,0>:ud                        2:w             { NoDDClr, NoDDChk }            //enable the flag after testing on si                      { NoDDClr, NoDDChk } // Y origin * 3/4
  310. mov (1)         mudMSGHDR_ENC_STATS(0,2)<1>             0x20007:ud                              { NoDDChk }                     //enable the flag after testing on si                                           { NoDDChk } // block width and height (8x3)
  311. add (2)         mudMSGHDR_ENC_STATS(0,0)<1>             mudMSGHDR_ENC_STATS(0,0)<2;2,1>         r1.12<2;2,1>:uw                                 // Add pitch to X,Y origin
  312.  
  313.  
  314.         //Data block for Encoder Statistics
  315.         //----------------------------------------------------
  316.         //|  0  |   1  |   2   |  3  |  4  |  5  |  6  |  7  | Bytes
  317.         //----------------------------------------------------
  318.         //| BNE | MCNT | FCNT | TCNT |  X  |  X  |  X  |  X  |
  319.         //----------------------------------------------------
  320.         //|   DcTpT    |     SVCM    |   DcBpT   |   DcTpB   |
  321.         //----------------------------------------------------
  322.         //|   SHCM     |     STAD    |   DcTcB   |   DcBpB   |
  323.         //----------------------------------------------------
  324.         mov (1)         mudMSGHDR_ENC_STATS(1,0)<1>             udDNDI_RESP(9,1)<0;1,0>                 { NoDDClr }                     // Move encoder statistics to MRF
  325.         mov (2)         mudMSGHDR_ENC_STATS(1,3)<2>             udDNDI_RESP(9,3)<2;2,1>                 { NoDDClr, NoDDChk }            // Move encoder statistics to MRF
  326.         mov (2)         mudMSGHDR_ENC_STATS(1,2)<2>             udDNDI_RESP(9,5)<2;2,1>                 { NoDDChk }                     // Move encoder statistics to MRF
  327.  
  328.  
  329. send (8)   null<1>:d    r24    0x5    0x40A8021:ud
  330.  
  331.  
  332.