Home
last modified time | relevance | path

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

/hardware/intel/img/psb_video/src/
Dtng_hostdefs.h522 IMG_BOOL16 bDisableIntra4x4; //!< Disable Intra 4x4. member
Dtng_hostcode.c381 pEncFeatures->bDisableIntra4x4 = IMG_FALSE; in tng__setup_enc_profile_features()
395 pEncFeatures->bDisableIntra4x4 = IMG_TRUE; in tng__setup_enc_profile_features()
409 pEncFeatures->bDisableIntra4x4 = IMG_FALSE; in tng__setup_enc_profile_features()
433 if (psEncFeatures->bDisableIntra4x4) in tng__patch_hw_profile()
442 (!(psEncFeatures->bDisableIntra8x8) || !(psEncFeatures->bDisableIntra4x4))) { in tng__patch_hw_profile()