#include "cavs.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,REF_DIR} |
mark block as "no prediction from this direction" e.g. | |
const cavs_vector | ff_cavs_intra_mv = {0,0,1,REF_INTRA} |
mark block as using intra prediction |
const cavs_vector ff_cavs_dir_mv = {0,0,1,REF_DIR} |
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,REF_INTRA} |
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().