HomeSort by relevance Sort by last modified time
    Searched refs:ui8SlicesPerPicture (Results 1 - 6 of 6) sorted by null

  /hardware/intel/img/psb_video/src/
tng_hostair.c 93 IMG_UINT8 ui8SlicesPerPicture;
97 ui8SlicesPerPicture = ctx->ui8SlicesPerPicture;
99 ui8HalfWaySlice=ui8SlicesPerPicture/2;
124 ui8SlicesPerPicture = tng__rand(ctx) % ctx->ui8SlicesPerPicture + 1;
127 * pvBuffer = ui8SlicesPerPicture;
130 for (ui8Index = 0; ui8Index < ui8SlicesPerPicture; ui8Index++)
139 ui8FirstCandidate = tng__rand(ctx) % ui8SlicesPerPicture;
140 ui8SecondCandidate = tng__rand(ctx) % ui8SlicesPerPicture;
    [all...]
tng_hostcode.c 161 ctx->ui8PipesToUse = tng__min(ctx->ui8PipesToUse, ctx->ui8SlicesPerPicture);
    [all...]
tng_MPEG4ES.c 370 ++ctx->ui8SlicesPerPicture;
tng_hostcode.h 344 IMG_UINT8 ui8SlicesPerPicture;
tng_H263ES.c 373 ++ctx->ui8SlicesPerPicture;
tng_H264ES.c     [all...]

Completed in 235 milliseconds