OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:bDisableIntra4x4
(Results
1 - 2
of
2
) sorted by null
/hardware/intel/img/psb_video/src/
tng_hostdefs.h
522
IMG_BOOL16
bDisableIntra4x4
; //!< Disable Intra 4x4.
[
all
...]
tng_hostcode.c
381
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
))) {
[
all
...]
Completed in 41 milliseconds