Home
last modified time | relevance | path

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

/hardware/intel/img/psb_video/src/
Dtng_hostcode.c430 IMG_ENCODE_FEATURES * psEncFeatures = &(ctx->sEncFeatures); in tng__patch_hw_profile() local
433 if (psEncFeatures->bDisableIntra4x4) in tng__patch_hw_profile()
437 if (psEncFeatures->bDisableIntra8x8) in tng__patch_hw_profile()
441 if ((psEncFeatures->bDisableIntra16x16) && in tng__patch_hw_profile()
442 (!(psEncFeatures->bDisableIntra8x8) || !(psEncFeatures->bDisableIntra4x4))) { in tng__patch_hw_profile()
446 if (psEncFeatures->bRestrictInter4x4) { in tng__patch_hw_profile()
451 if (psEncFeatures->bDisableInter8x8) in tng__patch_hw_profile()
454 if (psEncFeatures->bDisableBPicRef_1) in tng__patch_hw_profile()
456 else if (psEncFeatures->bDisableBPicRef_0) in tng__patch_hw_profile()
463 ui32IPEControl |= F_ENCODE(psEncFeatures->eMinBlkSz, TOPAZHP_CR_IPE_BLOCKSIZE); in tng__patch_hw_profile()
[all …]