FFmpeg
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Variables
cavsdata.c File Reference
#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...
 

Variable Documentation

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]
Initial value:
= {
0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15,
16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31,
32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 42, 43, 43, 44, 44,
45, 45, 46, 46, 47, 47, 48, 48, 48, 49, 49, 49, 50, 50, 50, 51
}

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().