Data Fields | |
int16_t | mx |
int16_t | my |
uint8_t | ref |
uint8_t | color [3] |
uint8_t | type |
uint8_t | level |
Definition at line 373 of file snow.c.
uint8_t BlockNode::color[3] |
Definition at line 377 of file snow.c.
Referenced by check_block(), decode_q_branch(), encode_q_branch(), encode_q_branch2(), get_block_bits(), iterative_me(), same_block(), and set_blocks().
uint8_t BlockNode::level |
Definition at line 383 of file snow.c.
Referenced by decode_q_branch(), encode_q_branch(), encode_q_branch2(), and set_blocks().
int16_t BlockNode::mx |
Definition at line 374 of file snow.c.
Referenced by check_4block_inter(), check_block(), decode_q_branch(), encode_q_branch(), encode_q_branch2(), get_block_bits(), iterative_me(), pred_mv(), same_block(), and set_blocks().
int16_t BlockNode::my |
Definition at line 375 of file snow.c.
Referenced by check_4block_inter(), check_block(), decode_q_branch(), encode_q_branch(), encode_q_branch2(), get_block_bits(), iterative_me(), pred_mv(), same_block(), and set_blocks().
uint8_t BlockNode::ref |
Definition at line 376 of file snow.c.
Referenced by check_4block_inter(), check_block(), decode_q_branch(), encode_q_branch(), encode_q_branch2(), get_block_bits(), iterative_me(), pred_mv(), same_block(), and set_blocks().
uint8_t BlockNode::type |
Definition at line 378 of file snow.c.
Referenced by check_4block_inter(), check_block(), decode_q_branch(), encode_q_branch(), encode_q_branch2(), get_block_bits(), get_dc(), iterative_me(), same_block(), and set_blocks().