Home
last modified time | relevance | path

Searched refs:ui32pseudo_rand_seed (Results 1 – 4 of 4) sorted by relevance

/hardware/intel/img/psb_video/src/
Dtng_hostair.c83 …ctx->ui32pseudo_rand_seed = (IMG_UINT32) ((ctx->ui32pseudo_rand_seed * 1103515245 + 12345) & 0xff… in tng__rand()
84 ui16ret = (IMG_UINT16)(ctx->ui32pseudo_rand_seed / 65536) % 32768; in tng__rand()
Dtng_hostcode.h365 IMG_UINT32 ui32pseudo_rand_seed; member
Dtng_cmdbuf.c450 *cmdbuf->cmd_idx++ = ctx->ui32pseudo_rand_seed; in tng_cmdbuf_insert_command()
Dtng_hostcode.c758 ctx->ui32pseudo_rand_seed = UNINIT_PARAM; in tng__init_context()
3215 if (ctx->ui32pseudo_rand_seed == UNINIT_PARAM) { in tng__validate_params()
3217 ctx->ui32pseudo_rand_seed = (IMG_UINT32) ((ctx->sRCParams.ui32InitialQp + in tng__validate_params()