OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:bDisableIntra8x8
(Results
1 - 2
of
2
) sorted by null
/hardware/intel/img/psb_video/src/
tng_hostdefs.h
523
IMG_BOOL16
bDisableIntra8x8
; //!< Disable Intra 8x8.
[
all
...]
tng_hostcode.c
382
pEncFeatures->
bDisableIntra8x8
= IMG_FALSE;
396
pEncFeatures->
bDisableIntra8x8
= IMG_TRUE;
410
pEncFeatures->
bDisableIntra8x8
= IMG_FALSE;
436
//
bDisableIntra8x8
437
if (psEncFeatures->
bDisableIntra8x8
)
442
(!(psEncFeatures->
bDisableIntra8x8
) || !(psEncFeatures->bDisableIntra4x4))) {
[
all
...]
Completed in 483 milliseconds