diff options
author | Keith Packard <keithp@keithp.com> | 2008-04-12 11:01:14 -0700 |
---|---|---|
committer | Keith Packard <keithp@keithp.com> | 2008-04-13 12:43:16 -0700 |
commit | 0fec42b64ee529eb7ec15febdaa5e4986ec1ab17 (patch) | |
tree | 41cfbb56242d8f89068d9fd0339ce7ff035c7145 /src/exa_wm_projective.g4i | |
parent | 91d3e19786e22061f4b617cf39a3cd713139a2d9 (diff) |
Set some mask bits to try and get yuv conversion working
Diffstat (limited to 'src/exa_wm_projective.g4i')
-rw-r--r-- | src/exa_wm_projective.g4i | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/exa_wm_projective.g4i b/src/exa_wm_projective.g4i index 3c3bbf0c..7e2e0a82 100644 --- a/src/exa_wm_projective.g4i +++ b/src/exa_wm_projective.g4i @@ -32,7 +32,7 @@ mul (16) temp_y<1>F dst_y<8,8,1>F dw_dy { compr align1 }; add (16) temp_x<1>F temp_x<8,8,1>F temp_y<8,8,1>F { compr align1 }; add (16) temp_x<1>F temp_x<8,8,1>F wo { compr align1 }; send (8) 0 w_0<1>F temp_x_0<8,8,1>F math inv mlen 1 rlen 1 { align1 }; -send (8) 0 w_1<1>F temp_x_1<8,8,1>F math inv mlen 1 rlen 1 { align1 }; +send (8) 0 w_1<1>F temp_x_1<8,8,1>F math inv mlen 1 rlen 1 { sechalf align1 }; /********** Compute u *************/ |