Lines Matching refs:psMtxEncCtx

1059 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()
1071 psMtxEncCtx->ui32SkippedCodedScale[1] = 0x0103; // favour coded by a factor 3 in tng__generate_scale_tables()
1072 psMtxEncCtx->ui32SkippedCodedScale[2] = 0x0102; // favour coded by a factor 2 in tng__generate_scale_tables()
1073 psMtxEncCtx->ui32SkippedCodedScale[3] = 0x0101; // no bias in tng__generate_scale_tables()
1074 psMtxEncCtx->ui32SkippedCodedScale[4] = 0x0101; // no bias in tng__generate_scale_tables()
1075 psMtxEncCtx->ui32SkippedCodedScale[5] = 0x0201; // favour skipped by a factor 2 in tng__generate_scale_tables()
1076 psMtxEncCtx->ui32SkippedCodedScale[6] = 0x0301; // favour skipped by a factor 3 in tng__generate_scale_tables()
1077 psMtxEncCtx->ui32SkippedCodedScale[7] = 0x0400; // Force skipped by scaling it's cost by 0 in tng__generate_scale_tables()
1213 IMG_MTX_VIDEO_CONTEXT* psMtxEncCtx = NULL; in tng__prepare_mv_estimates() local
1222 psMtxEncCtx = (IMG_MTX_VIDEO_CONTEXT*)(ps_mem->bufs_mtx_context.virtual_addr); in tng__prepare_mv_estimates()
1225 psMtxEncCtx->sMVSettingsIdr.ui32MVCalc_Config = DEFAULT_MVCALC_CONFIG; // default based on TRM in tng__prepare_mv_estimates()
1226 psMtxEncCtx->sMVSettingsIdr.ui32MVCalc_Colocated = 0x00100100;// default based on TRM in tng__prepare_mv_estimates()
1227 psMtxEncCtx->sMVSettingsIdr.ui32MVCalc_Below = 0x01000100; // default based on TRM in tng__prepare_mv_estimates()
1231 &psMtxEncCtx->sMVSettingsIdr.ui32MVCalc_Below, in tng__prepare_mv_estimates()
1232 &psMtxEncCtx->sMVSettingsIdr.ui32MVCalc_Colocated, in tng__prepare_mv_estimates()
1233 &psMtxEncCtx->sMVSettingsIdr.ui32MVCalc_Config); in tng__prepare_mv_estimates()
1237psMtxEncCtx->sMVSettingsNonB[ui32Distance - 1].ui32MVCalc_Config = DEFAULT_MVCALC_CONFIG; //… in tng__prepare_mv_estimates()
1238psMtxEncCtx->sMVSettingsNonB[ui32Distance - 1].ui32MVCalc_Colocated = 0x00100100;// default based … in tng__prepare_mv_estimates()
1239psMtxEncCtx->sMVSettingsNonB[ui32Distance - 1].ui32MVCalc_Below = 0x01000100; // default based o… in tng__prepare_mv_estimates()
1243 … &psMtxEncCtx->sMVSettingsNonB[ui32Distance - 1].ui32MVCalc_Below, in tng__prepare_mv_estimates()
1244 … &psMtxEncCtx->sMVSettingsNonB[ui32Distance - 1].ui32MVCalc_Colocated, in tng__prepare_mv_estimates()
1245 … &psMtxEncCtx->sMVSettingsNonB[ui32Distance - 1].ui32MVCalc_Config); in tng__prepare_mv_estimates()