Home
last modified time | relevance | path

Searched refs:ui32PredCombControl (Results 1 – 6 of 6) sorted by relevance

/hardware/intel/img/psb_video/src/
Dtng_hostcode.c429 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 …]
Dtng_hostcode.h331 …IMG_UINT32 ui32PredCombControl; //!< common bits of Predictor-combiner control register for en… member
Dtng_hostdefs.h665 …IMG_UINT32 ui32PredCombControl; //!< Value to use for Predictor combiner r… member
Dtng_hostbias.c428 if (ctx->ui32PredCombControl & F_ENCODE(1, TOPAZHP_CR_INTRA8X8_DISABLE)) { in tng__H264ES_generate_bias_tables()
Dtng_enc_trace.c575 drv_debug_msg(VIDEO_ENCODE_PDUMP,"\t ui32PredCombControl=%d\n", data->ui32PredCombControl); in SETVIDEO_dump()
Dtng_trace.c788 drv_debug_msg(VIDEO_ENCODE_PDUMP,"\t ui32PredCombControl=%d\n", data->ui32PredCombControl); in tng_trace_setvideo()