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

/hardware/intel/img/psb_video/src/
H A Dtng_H264ES.c634 ctx->ui32IntraCnt = psSeqParams->intra_period;
645 if (ctx->ui32IntraCnt == 0) {
647 ctx->ui32IntraCnt = INT_MAX;
649 ctx->ui32IntraCnt = INT_MAX - (INT_MAX % ui32IPCount);
651 } else if (ctx->ui32IntraCnt == 1) {
658 ctx->ui32IdrPeriod = INT_MAX / ctx->ui32IntraCnt;
660 ui64Temp = (IMG_UINT64)(ctx->ui32IdrPeriod) * (IMG_UINT64)(ctx->ui32IntraCnt);
662 ctx->ui32IdrPeriod = INT_MAX / ctx->ui32IntraCnt;
666 if ((ctx->ui32IntraCnt % ui32IPCount) != 0) {
667 if (ctx->ui32IntraCnt > INT_MA
[all...]
H A Dtng_MPEG4ES.c240 ctx->ui32IntraCnt = psSeqParams->intra_period;
242 if (ctx->ui32IntraCnt == 0) {
243 ctx->ui32IntraCnt = INT_MAX;
H A Dtng_H263ES.c231 ctx->ui32IntraCnt = psSeqParams->intra_period;
233 if (ctx->ui32IntraCnt == 0) {
234 ctx->ui32IntraCnt = INT_MAX;
H A Dtng_hostcode.h350 IMG_UINT32 ui32IntraCnt; member in struct:context_ENC_s
H A Dtng_hostcode.c885 getFrameDpyOrder(ui32FrameIdx, psRCParams->ui16BFrames, ctx->ui32IntraCnt,
928 if (ctx->ui32IntraCnt == 0)
931 if (ui32FrameIdx % ctx->ui32IntraCnt == 0)
940 if (ctx->ui32IntraCnt == 0) {
944 if (ui32FrameIdx % (ctx->ui32IntraCnt * ctx->ui32IdrPeriod) == 0)
951 if (ui32FrameIdx % ctx->ui32IntraCnt == 0)
954 if (ui32FrameIdx % (ctx->ui32IdrPeriod * ctx->ui32IntraCnt) == 0)
2251 ctx->ui32IdrPeriod * ctx->ui32IntraCnt * 2;
2630 psMtxEncContext->ui32IdrPeriod = ctx->ui32IdrPeriod * ctx->ui32IntraCnt;
2633 psMtxEncContext->ui32IntraLoopCnt = ctx->ui32IntraCnt;
[all...]

Completed in 15 milliseconds