Searched refs:ui32InterIntraScale (Results 1 – 4 of 4) sorted by relevance
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()
604 IMG_UINT32 ui32InterIntraScale[SCALE_TBL_SZ]; member
508 PRINT_ARRAY( ui32InterIntraScale, SCALE_TBL_SZ); in SETVIDEO_dump()
725 PRINT_ARRAY( ui32InterIntraScale, SCALE_TBL_SZ); in tng_trace_setvideo()