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

  /hardware/intel/img/psb_video/src/
tng_hostair.c 83 ctx->ui32pseudo_rand_seed = (IMG_UINT32) ((ctx->ui32pseudo_rand_seed * 1103515245 + 12345) & 0xffffffff); //Using mask, just in case
84 ui16ret = (IMG_UINT16)(ctx->ui32pseudo_rand_seed / 65536) % 32768;
    [all...]
tng_hostcode.h 365 IMG_UINT32 ui32pseudo_rand_seed; member in struct:context_ENC_s
tng_cmdbuf.c 450 *cmdbuf->cmd_idx++ = ctx->ui32pseudo_rand_seed;
tng_hostcode.c 758 ctx->ui32pseudo_rand_seed = UNINIT_PARAM;
    [all...]

Completed in 293 milliseconds