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

/hardware/intel/img/psb_video/src/
H A Dtng_hostair.c82 ctx->ui32pseudo_rand_seed = (IMG_UINT32) ((ctx->ui32pseudo_rand_seed * 1103515245 + 12345) & 0xffffffff); //Using mask, just in case
83 ui16ret = (IMG_UINT16)(ctx->ui32pseudo_rand_seed / 65536) % 32768;
H A Dtng_hostcode.h365 IMG_UINT32 ui32pseudo_rand_seed; member in struct:context_ENC_s
H A Dtng_cmdbuf.c450 *cmdbuf->cmd_idx++ = ctx->ui32pseudo_rand_seed;
H A Dtng_hostcode.c758 ctx->ui32pseudo_rand_seed = UNINIT_PARAM;
3215 if (ctx->ui32pseudo_rand_seed == UNINIT_PARAM) {
3217 ctx->ui32pseudo_rand_seed = (IMG_UINT32) ((ctx->sRCParams.ui32InitialQp +

Completed in 74 milliseconds