Definition at line 420 of file snow.c.
Public Attributes | |
| int | width |
| int | height |
| SubBand | band [MAX_DECOMPOSITIONS][4] |
| int | htaps |
| int8_t | hcoeff [HTAPS_MAX/2] |
| int | diag_mc |
| int | fast_mc |
| int | last_htaps |
| int8_t | last_hcoeff [HTAPS_MAX/2] |
| int | last_diag_mc |
| int Plane::width |
Definition at line 421 of file snow.c.
Referenced by calculate_visual_weight(), common_init_after_header(), decode_frame(), encode_frame(), find_sse(), get_4block_rd(), get_block_rd(), get_dc(), iterative_me(), predict_slice(), and predict_slice_buffered().
| int Plane::height |
Definition at line 422 of file snow.c.
Referenced by calculate_visual_weight(), common_init_after_header(), decode_frame(), encode_frame(), find_sse(), get_4block_rd(), get_block_rd(), get_dc(), iterative_me(), predict_slice(), and predict_slice_buffered().
| SubBand Plane::band[MAX_DECOMPOSITIONS][4] |
Definition at line 423 of file snow.c.
Referenced by calculate_visual_weight(), common_end(), common_init_after_header(), decode_frame(), decode_qlogs(), dequantize_all(), dwt_quantize(), encode_frame(), encode_qlogs(), find_sse(), ratecontrol_1pass(), and reset_contexts().
| int Plane::htaps |
Definition at line 425 of file snow.c.
Referenced by decode_frame(), decode_header(), encode_header(), and encode_init().
| int8_t Plane::hcoeff[HTAPS_MAX/2] |
Definition at line 426 of file snow.c.
Referenced by decode_frame(), decode_header(), encode_header(), encode_init(), and mc_block().
| int Plane::diag_mc |
Definition at line 427 of file snow.c.
Referenced by decode_frame(), decode_header(), encode_header(), encode_init(), and mc_block().
| int Plane::fast_mc |
| int8_t Plane::last_hcoeff[HTAPS_MAX/2] |
1.5.5