Home
last modified time | relevance | path

Searched refs:ui8CodedSkippedIndex (Results 1 – 5 of 5) sorted by relevance

/hardware/intel/img/psb_video/src/
Dtng_hostcode.h425 IMG_UINT8 ui8CodedSkippedIndex; member
Dtng_MPEG4ES.c172 ctx->ui8CodedSkippedIndex = 3; in tng_MPEG4ES_CreateContext()
Dtng_H263ES.c160 ctx->ui8CodedSkippedIndex = 3; in tng_H263ES_CreateContext()
Dtng_hostcode.c724 ctx->ui8CodedSkippedIndex = 3;//This parameter need not be exposed in tng__init_context()
2761 |F_ENCODE(ctx->ui8CodedSkippedIndex, TOPAZHP_CR_SKIPPED_CODED_SCALE_IDX); in tng__setvideo_params()
2775 …F_ENCODE((((ctx->ui8InterIntraIndex == 3) && (ctx->ui8CodedSkippedIndex == 3)) ? 0 : 1), TOPAZHP_C… in tng__setvideo_params()
2776 F_ENCODE((ctx->ui8CodedSkippedIndex == 3 ? 0 : 1), TOPAZHP_CR_SKIPPED_CODED_SCALE_ENABLE); in tng__setvideo_params()
Dtng_H264ES.c166 ctx->ui8CodedSkippedIndex = 3; in tng__H264ES_init_context()