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

/hardware/intel/img/psb_video/src/
H A Dtng_MPEG4ES.c172 ctx->ui8CodedSkippedIndex = 3;
H A Dtng_hostcode.h425 IMG_UINT8 ui8CodedSkippedIndex; member in struct:context_ENC_s
H A Dtng_H263ES.c160 ctx->ui8CodedSkippedIndex = 3;
H A Dtng_hostcode.c724 ctx->ui8CodedSkippedIndex = 3;//This parameter need not be exposed
2761 |F_ENCODE(ctx->ui8CodedSkippedIndex, TOPAZHP_CR_SKIPPED_CODED_SCALE_IDX);
2775 F_ENCODE((((ctx->ui8InterIntraIndex == 3) && (ctx->ui8CodedSkippedIndex == 3)) ? 0 : 1), TOPAZHP_CR_INTER_INTRA_SCALE_ENABLE) |
2776 F_ENCODE((ctx->ui8CodedSkippedIndex == 3 ? 0 : 1), TOPAZHP_CR_SKIPPED_CODED_SCALE_ENABLE);
2778 // psMtxEncContext->ui32PredCombControl |= F_ENCODE((ctx->ui8InterIntraIndex==3?0:1), TOPAZHP_CR_INTER_INTRA_SCALE_ENABLE) | F_ENCODE((ctx->ui8CodedSkippedIndex==3?0:1), TOPAZHP_CR_SKIPPED_CODED_SCALE_ENABLE);
H A Dtng_H264ES.c166 ctx->ui8CodedSkippedIndex = 3;

Completed in 655 milliseconds