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 92 IMG_UINT8 ui8SlicesPerPicture;
96 ui8SlicesPerPicture = ctx->ui8SlicesPerPicture;
98 ui8HalfWaySlice=ui8SlicesPerPicture/2;
123 ui8SlicesPerPicture = tng__rand(ctx) % ctx->ui8SlicesPerPicture + 1;
126 * pvBuffer = ui8SlicesPerPicture;
129 for (ui8Index = 0; ui8Index < ui8SlicesPerPicture; ui8Index++)
138 ui8FirstCandidate = tng__rand(ctx) % ui8SlicesPerPicture;
139 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 50 milliseconds