Home
last modified time | relevance | path

Searched refs:ui32SkippedCodedScale (Results 1 – 4 of 4) sorted by relevance

/hardware/intel/img/psb_video/src/
Dtng_hostcode.c1070 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()
Dtng_hostdefs.h605 IMG_UINT32 ui32SkippedCodedScale[SCALE_TBL_SZ]; member
Dtng_enc_trace.c510 PRINT_ARRAY( ui32SkippedCodedScale, SCALE_TBL_SZ); in SETVIDEO_dump()
Dtng_trace.c727 PRINT_ARRAY( ui32SkippedCodedScale, SCALE_TBL_SZ); in tng_trace_setvideo()