FFmpeg
|
#include "cavs.h"
Go to the source code of this file.
Variables | |
const uint8_t | ff_cavs_partition_flags [30] |
const uint8_t | ff_cavs_chroma_qp [64] |
const cavs_vector | ff_cavs_dir_mv = {0,0,1,REF_DIR} |
mark block as "no prediction from this direction" e.g. More... | |
const cavs_vector | ff_cavs_intra_mv = {0,0,1,REF_INTRA} |
mark block as using intra prediction More... | |
const uint8_t ff_cavs_partition_flags[30] |
Definition at line 24 of file cavsdata.c.
Referenced by decode_mb_b(), ff_cavs_filter(), and ff_cavs_inter().
const uint8_t ff_cavs_chroma_qp[64] |
Definition at line 57 of file cavsdata.c.
Referenced by decode_residual_chroma(), and ff_cavs_filter().
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 66 of file cavsdata.c.
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 69 of file cavsdata.c.
Referenced by set_mv_intra().