Data Fields | |
| uint8_t * | data |
| Data buffer. | |
| int | width |
| Width of the buffer. | |
| int | stride |
| Stride of the buffer. | |
| int | height |
| Plane height. | |
| uint8_t | is_raw |
| Bit values must be read at MB level. | |
Definition at line 185 of file vc9.c.
| uint8_t* BitPlane::data |
Data buffer.
Definition at line 186 of file vc9.c.
Referenced by alloc_bitplane(), bitplane_decoding(), free_bitplane(), vc9_decode_b_mb(), and vc9_decode_p_mb().
| int BitPlane::width |
Width of the buffer.
Definition at line 187 of file vc9.c.
Referenced by alloc_bitplane(), bitplane_decoding(), and free_bitplane().
| int BitPlane::stride |
Stride of the buffer.
Definition at line 188 of file vc9.c.
Referenced by alloc_bitplane(), bitplane_decoding(), and free_bitplane().
| int BitPlane::height |
Plane height.
Definition at line 189 of file vc9.c.
Referenced by alloc_bitplane(), bitplane_decoding(), and free_bitplane().
| uint8_t BitPlane::is_raw |
Bit values must be read at MB level.
Definition at line 190 of file vc9.c.
Referenced by bitplane_decoding(), vc9_decode_b_mb(), and vc9_decode_p_mb().
1.5.5