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

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

Completed in 29 milliseconds