Home
last modified time | relevance | path

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

/hardware/intel/img/psb_video/src/
Dtng_hostair.c79 static IMG_UINT16 tng__rand(context_ENC_p ctx) in tng__rand() function
123 ui8SlicesPerPicture = tng__rand(ctx) % ctx->ui8SlicesPerPicture + 1; in tng_fill_slice_map()
138 ui8FirstCandidate = tng__rand(ctx) % ui8SlicesPerPicture; in tng_fill_slice_map()
139 ui8SecondCandidate = tng__rand(ctx) % ui8SlicesPerPicture; in tng_fill_slice_map()
156 ui8SizeInKicks = tng__rand(ctx) %ui32BUsCalc + 1; in tng_fill_slice_map()
343 i8QP = i8QPInit + ((tng__rand(ctx)%6)-3); in tng__fill_inp_ctrl_buf()
366 i8QP = i8QPInit + ((tng__rand(ctx)%6)-3); in tng__fill_inp_ctrl_buf()