Mercurial > hg > Members > kono > Cerium
diff old/simple_pack/spu_span.h @ 507:735f76483bb2
Reorganization..
author | Shinji KONO <kono@ie.u-ryukyu.ac.jp> |
---|---|
date | Mon, 12 Oct 2009 09:39:35 +0900 |
parents | TaskManager/Test/simple_pack/spu_span.h@5c194c71eca8 |
children |
line wrap: on
line diff
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/old/simple_pack/spu_span.h Mon Oct 12 09:39:35 2009 +0900 @@ -0,0 +1,36 @@ +#ifndef INCLUDED_SPU_SPAN +#define INCLUDED_SPU_SPAN + +#ifndef INCLUDED_SPAN_PACK +#include "span_pack.h" +#endif + +typedef struct SPUSPAN { +<<<<<<< spu_span.h + int length; + SPUSPAN *next; + //SPANPACK_PTR spp[64]; + SPANPACK sp[1]; +======= + int length; + //SPANPACK spp[23]; // window_height = 1080 ( 1080/8/6 = 22.5 ) + SPANPACK spp[10]; // window_height = 480 ( 480/8/6 = 10 ) + //SPUSPAN *next; +>>>>>>> 1.2 +} SPUSPAN; + +typedef struct SPUSPANLIST { +<<<<<<< spu_span.h + SPUSPAN ss[6]; +======= + SPUSPAN ss[6]; // 6 = number of SPU +>>>>>>> 1.2 +} SPUSPANLIST; + +/* +typedef struct SPLSSL { + SPUSPANLIST *ssl; + SPANPACKLIST *spl; +} SPLSSL; +*/ +#endif