Home
last modified time | relevance | path

Searched refs:psMtxEncCtx (Results 1 – 2 of 2) sorted by relevance

/hardware/intel/img/psb_video/src/
Dtng_hostcode.c1059 static void tng__generate_scale_tables(IMG_MTX_VIDEO_CONTEXT* psMtxEncCtx) in tng__generate_scale_tables() argument
1061 psMtxEncCtx->ui32InterIntraScale[0] = 0x0004; // Force intra by scaling its cost by 0 in tng__generate_scale_tables()
1062 psMtxEncCtx->ui32InterIntraScale[1] = 0x0103; // favour intra by a factor 3 in tng__generate_scale_tables()
1063 psMtxEncCtx->ui32InterIntraScale[2] = 0x0102; // favour intra by a factor 2 in tng__generate_scale_tables()
1064 psMtxEncCtx->ui32InterIntraScale[3] = 0x0101; // no bias in tng__generate_scale_tables()
1065 psMtxEncCtx->ui32InterIntraScale[4] = 0x0101; // no bias in tng__generate_scale_tables()
1066 psMtxEncCtx->ui32InterIntraScale[5] = 0x0201; // favour inter by a factor 2 in tng__generate_scale_tables()
1067 psMtxEncCtx->ui32InterIntraScale[6] = 0x0301; // favour inter by a factor 3 in tng__generate_scale_tables()
1068 psMtxEncCtx->ui32InterIntraScale[7] = 0x0400; // Force inter by scaling it's cost by 0 in tng__generate_scale_tables()
1070 psMtxEncCtx->ui32SkippedCodedScale[0] = 0x0004; // Force coded by scaling its cost by 0 in tng__generate_scale_tables()
[all …]
Dtng_hostcode.h519 void tng__trace_in_params(IMG_MTX_VIDEO_CONTEXT* psMtxEncCtx);
520 void tng__trace_mtx_context(IMG_MTX_VIDEO_CONTEXT* psMtxEncCtx);