FFmpeg
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Data Fields
BlockNode Struct Reference

#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
 

Detailed Description

Definition at line 51 of file snow.h.

Field Documentation

int16_t BlockNode::mx
int16_t BlockNode::my
uint8_t BlockNode::ref
uint8_t BlockNode::color[3]
uint8_t BlockNode::type
uint8_t BlockNode::level

Definition at line 61 of file snow.h.

Referenced by decode_q_branch(), encode_q_branch(), encode_q_branch2(), and set_blocks().


The documentation for this struct was generated from the following file: