Data Fields | |
int | coefs [2][7] |
Transform coefficients for both sprites in 16.16 fixed point format, in the order they appear in the bitstream: x scale rotation 1 (unused) x offset rotation 2 (unused) y scale y offset alpha. | |
int | effect_type |
int | effect_flag |
int | effect_pcount1 |
int | effect_pcount2 |
amount of effect parameters stored in effect_params | |
int | effect_params1 [15] |
int | effect_params2 [10] |
effect parameters in 16.16 fixed point format |
Definition at line 4783 of file vc1dec.c.
int SpriteData::coefs[2][7] |
Transform coefficients for both sprites in 16.16 fixed point format, in the order they appear in the bitstream: x scale rotation 1 (unused) x offset rotation 2 (unused) y scale y offset alpha.
Definition at line 4795 of file vc1dec.c.
Referenced by vc1_draw_sprites(), and vc1_parse_sprites().
Definition at line 4797 of file vc1dec.c.
Referenced by vc1_parse_sprites().
int SpriteData::effect_params1[15] |
Definition at line 4799 of file vc1dec.c.
Referenced by vc1_parse_sprites().
int SpriteData::effect_params2[10] |
effect parameters in 16.16 fixed point format
Definition at line 4799 of file vc1dec.c.
Referenced by vc1_parse_sprites().
Definition at line 4798 of file vc1dec.c.
Referenced by vc1_parse_sprites().
amount of effect parameters stored in effect_params
Definition at line 4798 of file vc1dec.c.
Referenced by vc1_parse_sprites().
Definition at line 4797 of file vc1dec.c.
Referenced by vc1_parse_sprites().