
Data Fields | |
| int | width |
| int | height |
| SubBand | band [MAX_DECOMPOSITIONS][4] |
Definition at line 413 of file snow.c.
| int Plane::width |
Definition at line 414 of file snow.c.
Referenced by calculate_vissual_weight(), common_init(), decode_frame(), decode_init(), encode_frame(), predict_slice(), and predict_slice_buffered().
| int Plane::height |
Definition at line 415 of file snow.c.
Referenced by calculate_vissual_weight(), common_init(), decode_frame(), decode_init(), encode_frame(), predict_slice(), and predict_slice_buffered().
| SubBand Plane::band[MAX_DECOMPOSITIONS][4] |
Definition at line 416 of file snow.c.
Referenced by calculate_vissual_weight(), common_end(), common_init(), decode_frame(), decode_header(), encode_frame(), encode_header(), and reset_contexts().
1.5.5