summaryrefslogtreecommitdiff
path: root/shaders/post_processing/Common/PL5x8_PL8x8.asm
blob: 068b2ba9b65a1d0fe0faf19e0a0eae1473a5dde5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
/*
 * All Video Processing kernels 
 * Copyright © <2010>, Intel Corporation.
 *
 * This program is licensed under the terms and conditions of the
 * Eclipse Public License (EPL), version 1.0.  The full text of the EPL is at
 * http://www.opensource.org/licenses/eclipse-1.0.php.
 *
 */

// Module name: PL5x8_PL8x8.asm

#include "Expansion.inc"

//------------------------------ Horizontal Upconversion -----------------------------
    $for (0; <nUV_NUM_OF_ROWS; 1) {
        avg.sat (8) uwDEST_U(0, %1*8)    uwDEST_U(0, %1*8)<1;2,0>    uwDEST_U(0, %1*8)<1;2,1>
        avg.sat (8) uwDEST_V(0, %1*8)    uwDEST_V(0, %1*8)<1;2,0>    uwDEST_V(0, %1*8)<1;2,1>
    }

// End of PL5x8_PL8x8