HomeSort by relevance Sort by last modified time
    Searched defs:ui8SlicesPerPicture (Results 1 - 2 of 2) 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.h 344 IMG_UINT8 ui8SlicesPerPicture;

Completed in 75 milliseconds