Home
last modified time | relevance | path

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

/hardware/intel/img/psb_video/src/
Dtng_hostdefs.h523 IMG_BOOL16 bDisableIntra8x8; //!< Disable Intra 8x8. member
Dtng_hostcode.c382 pEncFeatures->bDisableIntra8x8 = IMG_FALSE; in tng__setup_enc_profile_features()
396 pEncFeatures->bDisableIntra8x8 = IMG_TRUE; in tng__setup_enc_profile_features()
410 pEncFeatures->bDisableIntra8x8 = IMG_FALSE; in tng__setup_enc_profile_features()
437 if (psEncFeatures->bDisableIntra8x8) in tng__patch_hw_profile()
442 (!(psEncFeatures->bDisableIntra8x8) || !(psEncFeatures->bDisableIntra4x4))) { in tng__patch_hw_profile()