Searched refs:ui32PredCombControl (Results 1 – 6 of 6) sorted by relevance
/hardware/intel/img/psb_video/src/ |
D | tng_hostcode.c | 429 IMG_UINT32 ui32PredCombControl = 0; in tng__patch_hw_profile() local 434 ui32PredCombControl |= F_ENCODE(1, TOPAZHP_CR_INTRA4X4_DISABLE); in tng__patch_hw_profile() 438 ui32PredCombControl |= F_ENCODE(1, TOPAZHP_CR_INTRA8X8_DISABLE); in tng__patch_hw_profile() 443 ui32PredCombControl |= F_ENCODE(1, TOPAZHP_CR_INTRA16X16_DISABLE); in tng__patch_hw_profile() 452 ui32PredCombControl |= F_ENCODE(1, TOPAZHP_CR_INTER8X8_DISABLE); in tng__patch_hw_profile() 455 ui32PredCombControl |= F_ENCODE(1, TOPAZHP_CR_B_PIC1_DISABLE); in tng__patch_hw_profile() 457 ui32PredCombControl |= F_ENCODE(1, TOPAZHP_CR_B_PIC0_DISABLE); in tng__patch_hw_profile() 460 ctx->ui32PredCombControl = ui32PredCombControl; in tng__patch_hw_profile() 2759 psMtxEncContext->ui32PredCombControl = ctx->ui32PredCombControl; in tng__setvideo_params() 2767 psMtxEncContext->ui32PredCombControl |= F_ENCODE(1, TOPAZHP_CR_INTER_INTRA_SCALE_ENABLE) in tng__setvideo_params() [all …]
|
D | tng_hostcode.h | 331 …IMG_UINT32 ui32PredCombControl; //!< common bits of Predictor-combiner control register for en… member
|
D | tng_hostdefs.h | 665 …IMG_UINT32 ui32PredCombControl; //!< Value to use for Predictor combiner r… member
|
D | tng_hostbias.c | 428 if (ctx->ui32PredCombControl & F_ENCODE(1, TOPAZHP_CR_INTRA8X8_DISABLE)) { in tng__H264ES_generate_bias_tables()
|
D | tng_enc_trace.c | 575 drv_debug_msg(VIDEO_ENCODE_PDUMP,"\t ui32PredCombControl=%d\n", data->ui32PredCombControl); in SETVIDEO_dump()
|
D | tng_trace.c | 788 drv_debug_msg(VIDEO_ENCODE_PDUMP,"\t ui32PredCombControl=%d\n", data->ui32PredCombControl); in tng_trace_setvideo()
|