Searched defs:ui8SlicesPerPicture (Results 1 - 2 of 2) sorted by relevance

/hardware/intel/img/psb_video/src/
H A Dtng_hostair.c92 IMG_UINT8 ui8SlicesPerPicture; local
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...]
H A Dtng_hostcode.h344 IMG_UINT8 ui8SlicesPerPicture; member in struct:context_ENC_s

Completed in 76 milliseconds