cavsdata.h File Reference
#include "cavs.h"
Include dependency graph for cavsdata.h:

Go to the source code of this file.

Variables

const uint8_t ff_cavs_partition_flags [30]
 
const cavs_vector ff_cavs_dir_mv = {0,0,1, -3 }
 mark block as "no prediction from this direction" e.g. More...
 
const cavs_vector ff_cavs_intra_mv = {0,0,1, -2 }
 mark block as using intra prediction More...
 

Variable Documentation

const cavs_vector ff_cavs_dir_mv = {0,0,1, -3 }

mark block as "no prediction from this direction" e.g.

forward motion vector in BWD partition

Definition at line 62 of file cavsdata.h.

Referenced by decode_mb_b(), and ff_cavs_init_pic().

const cavs_vector ff_cavs_intra_mv = {0,0,1, -2 }

mark block as using intra prediction

Definition at line 65 of file cavsdata.h.

Referenced by set_mv_intra().

const uint8_t ff_cavs_partition_flags[30]

Definition at line 27 of file cavsdata.h.

Referenced by decode_mb_b(), ff_cavs_filter(), and ff_cavs_inter().