Home
last modified time | relevance | path

Searched refs:ui32IPEControl (Results 1 – 5 of 5) sorted by relevance

/hardware/intel/img/psb_video/src/
Dtng_hostcode.c428 IMG_UINT32 ui32IPEControl = 0; in tng__patch_hw_profile() local
448 ui32IPEControl |= F_ENCODE(1, TOPAZHP_CR_IPE_MV_NUMBER_RESTRICTION); in tng__patch_hw_profile()
463 ui32IPEControl |= F_ENCODE(psEncFeatures->eMinBlkSz, TOPAZHP_CR_IPE_BLOCKSIZE); in tng__patch_hw_profile()
466 ui32IPEControl |= F_ENCODE(1, TOPAZHP_CR_IPE_8X16_ENABLE); in tng__patch_hw_profile()
469 ui32IPEControl |= F_ENCODE(1, TOPAZHP_CR_IPE_16X8_ENABLE); in tng__patch_hw_profile()
475 ctx->ui32IPEControl = ui32IPEControl; in tng__patch_hw_profile()
1657 IMG_UINT32 ui32IPEControl, in tng__save_slice_params_template() argument
1678 slice_temp_p->ui32IPEControl = ui32IPEControl; in tng__save_slice_params_template()
1707 IMG_UINT32 ui32IPEControl; in tng__prepare_encode_sliceparams() local
1722 ui32IPEControl = ctx->ui32IPEControl; in tng__prepare_encode_sliceparams()
[all …]
Dtng_hostheader.h200 IMG_UINT32 ui32IPEControl; //!< Value to use for IPEControl register member
Dtng_hostcode.h330 IMG_UINT32 ui32IPEControl; //!< common bits IPE control register for entire picture member
Dtng_enc_trace.c404 drv_debug_msg(VIDEO_ENCODE_PDUMP,"\t\tui32IPEControl=0x%08x\n", p->ui32IPEControl); in apSliceParamsTemplates_dump()
Dtng_trace.c353 drv_debug_msg(VIDEO_ENCODE_PDUMP,"\t\tui32IPEControl=0x%08x\n", p->ui32IPEControl); in apSliceParamsTemplates_dump()