FFmpeg
|
#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 uint8_t ff_cavs_partition_flags[30] |
Definition at line 24 of file cavsdata.c.
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 59 of file cavsdata.c.
const cavs_vector ff_cavs_intra_mv = {0,0,1,REF_INTRA} |
mark block as using intra prediction
Definition at line 62 of file cavsdata.c.