| FFmpeg
    | 
#include <snow.h>
| Data Fields | |
| int16_t | mx | 
| Motion vector component X, see mv_scale.  More... | |
| int16_t | my | 
| Motion vector component Y, see mv_scale.  More... | |
| uint8_t | ref | 
| Reference frame index.  More... | |
| uint8_t | color [3] | 
| Color for intra.  More... | |
| uint8_t | type | 
| Bitfield of BLOCK_*.  More... | |
| uint8_t | level | 
| int16_t BlockNode::mx | 
Motion vector component X, see mv_scale.
Definition at line 51 of file snow.h.
Referenced by check_4block_inter(), check_block(), decode_q_branch(), encode_q_branch(), encode_q_branch2(), ff_snow_pred_block(), get_block_bits(), iterative_me(), pred_mv(), predict_slice_buffered(), same_block(), and set_blocks().
| int16_t BlockNode::my | 
Motion vector component Y, see mv_scale.
Definition at line 52 of file snow.h.
Referenced by check_4block_inter(), check_block(), decode_q_branch(), encode_q_branch(), encode_q_branch2(), ff_snow_pred_block(), get_block_bits(), iterative_me(), pred_mv(), predict_slice_buffered(), same_block(), and set_blocks().
| uint8_t BlockNode::ref | 
Reference frame index.
Definition at line 53 of file snow.h.
Referenced by check_4block_inter(), check_block(), decode_q_branch(), encode_q_branch(), encode_q_branch2(), ff_snow_pred_block(), get_block_bits(), iterative_me(), pred_mv(), predict_slice_buffered(), same_block(), and set_blocks().
| uint8_t BlockNode::color[3] | 
Color for intra.
Definition at line 54 of file snow.h.
Referenced by check_block(), decode_q_branch(), encode_q_branch(), encode_q_branch2(), ff_snow_pred_block(), get_block_bits(), get_dc(), iterative_me(), same_block(), and set_blocks().
| uint8_t BlockNode::type | 
Bitfield of BLOCK_*.
Definition at line 55 of file snow.h.
Referenced by check_4block_inter(), check_block(), decode_q_branch(), encode_q_branch(), encode_q_branch2(), ff_snow_pred_block(), get_block_bits(), get_dc(), iterative_me(), predict_slice_buffered(), same_block(), and set_blocks().
| uint8_t BlockNode::level | 
Definition at line 60 of file snow.h.
Referenced by decode_q_branch(), encode_q_branch(), encode_q_branch2(), and set_blocks().
 1.8.6
 1.8.6