OSDN Git Service

i965_drv_video: add support for H264 on Clarkdale/Arrandale
[android-x86/hardware-intel-common-libva.git] / i965_drv_video / shaders / h264 / ildb / save_Cur_UV_8x8.asm
1 /*\r
2  * Copyright © <2010>, Intel Corporation.\r
3  *\r
4  * This program is licensed under the terms and conditions of the\r
5  * Eclipse Public License (EPL), version 1.0.  The full text of the EPL is at\r
6  * http://www.opensource.org/licenses/eclipse-1.0.php.\r
7  *\r
8  */\r
9 // Module name: save_Cur_UV_8x8.asm\r
10 //\r
11 // Save UV 8x8 block (8x8U + 8x8V in NV12)\r
12 //\r
13 //----------------------------------------------------------------\r
14 //  Symbols need to be defined before including this module\r
15 //\r
16 //      Source region in :ud\r
17 //      SRC_UD:                 SRC_UD Base=rxx ElementSize=4 SrcRegion=REGION(8,1) Type=ud                     // 4 GRF\r
18 //\r
19 //      Binding table index: \r
20 //      BI_DEST_UV:             Binding table index of UV surface (NV12)\r
21 //\r
22 //----------------------------------------------------------------\r
23 \r
24 #if defined(_DEBUG) \r
25         mov             (1)             EntrySignatureC:w                       0xDDD4:w\r
26 #endif\r
27 \r
28 #if defined(_FIELD)\r
29     and.nz.f0.1 (1) NULLREGW    BitFields:w     BotFieldFlag:w                  // Get bottom field flag\r
30 #endif\r
31 \r
32     mov (1)     MSGSRC.0:ud             ORIX_CUR:w                                      { NoDDClr }     // Block origin\r
33     asr (1)     MSGSRC.1:ud             ORIY_CUR:w                      1:w             { NoDDClr, NoDDChk }    // NV12 U+V block origin y = half of Y comp\r
34     mov (1)     MSGSRC.2:ud             0x0007000F:ud                           { NoDDChk }             // NV12 U+V block width and height (16x8)\r
35 \r
36         mov (16)        MSGPAYLOADD(0)<1>               SRC_UD(0)               // Compressed inst\r
37         mov (16)        MSGPAYLOADD(2)<1>               SRC_UD(2)\r
38         \r
39 #if defined(_PROGRESSIVE) \r
40         mov (1)         MSGDSC  MSG_LEN(4)+DWBWMSGDSC+BI_DEST_UV:ud\r
41 //    send (8)  NULLREG         MSGHDR          MSGSRC<8;8,1>:ud        DWBWMSGDSC+0x00400000+BI_DEST_UV\r
42 #endif\r
43 \r
44 #if defined(_FIELD)\r
45         // Field picture\r
46     (f0.1) mov (1)      MSGDSC  MSG_LEN(4)+DWBWMSGDSC+ENMSGDSCBF+BI_DEST_UV:ud  // Write 4 GRFs to DEST_UV bottom field\r
47     (-f0.1) mov (1)     MSGDSC  MSG_LEN(4)+DWBWMSGDSC+ENMSGDSCTF+BI_DEST_UV:ud  // Write 4 GRFs to DEST_UV top field\r
48 \r
49 #endif\r
50 \r
51     send (8)    null:ud         MSGHDR          MSGSRC<8;8,1>:ud        DAPWRITE        MSGDSC\r
52 \r
53 // End of save_Cur_UV_8x8.asm\r