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

/hardware/intel/img/psb_video/src/
H A Dtng_hostcode.c429 IMG_UINT32 ui32PredCombControl = 0; local
434 ui32PredCombControl |= F_ENCODE(1, TOPAZHP_CR_INTRA4X4_DISABLE);
438 ui32PredCombControl |= F_ENCODE(1, TOPAZHP_CR_INTRA8X8_DISABLE);
443 ui32PredCombControl |= F_ENCODE(1, TOPAZHP_CR_INTRA16X16_DISABLE);
447 // ui32PredCombControl |= F_ENCODE(1, TOPAZHP_CR_INTER4X4_RESTRICT);
452 ui32PredCombControl |= F_ENCODE(1, TOPAZHP_CR_INTER8X8_DISABLE);
455 ui32PredCombControl |= F_ENCODE(1, TOPAZHP_CR_B_PIC1_DISABLE);
457 ui32PredCombControl |= F_ENCODE(1, TOPAZHP_CR_B_PIC0_DISABLE);
460 ctx->ui32PredCombControl = ui32PredCombControl;
[all...]
H A Dtng_hostcode.h331 IMG_UINT32 ui32PredCombControl; //!< common bits of Predictor-combiner control register for entire picture member in struct:context_ENC_s
H A Dtng_hostbias.c428 if (ctx->ui32PredCombControl & F_ENCODE(1, TOPAZHP_CR_INTRA8X8_DISABLE)) {
H A Dtng_hostdefs.h665 IMG_UINT32 ui32PredCombControl; //!< Value to use for Predictor combiner register member in struct:tag_IMG_MTX_VIDEO_CONTEXT
H A Dtng_enc_trace.c575 drv_debug_msg(VIDEO_ENCODE_PDUMP,"\t ui32PredCombControl=%d\n", data->ui32PredCombControl);
H A Dtng_trace.c788 drv_debug_msg(VIDEO_ENCODE_PDUMP,"\t ui32PredCombControl=%d\n", data->ui32PredCombControl);

Completed in 44 milliseconds